Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • CustomerGroupAccessRepository
  • CustomerGroupDeleter
  • CustomerGroupReader
  • CustomerGroupRepository
  • CustomerGroupWriter

Interfaces

  • CustomerGroupAccessRepositoryInterface
  • CustomerGroupDeleterInterface
  • CustomerGroupReaderInterface
  • CustomerGroupRepositoryInterface
  • CustomerGroupWriterInterface

Class CustomerGroupDeleter

Class CustomerGroupDeleter

CustomerGroupDeleter implements CustomerGroupDeleterInterface
Package: CustomerGroup\Repositories
Category: System
Located at Services/Core/CustomerGroup/Repositories/CustomerGroupDeleter.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $queryBuilder )
public
# delete( CustomerGroup $customerGroup )

Deletes customer group entity data in database with personal offer table.

Deletes customer group entity data in database with personal offer table.

Parameters

$customerGroup
Customer group entity to be delete.

Returns


$this|\CustomerGroupDeleterInterface Same instance for chained method calls.

Implementation of

CustomerGroupDeleterInterface::delete()
protected
# _dropPersonalOffersTable( $customerGroupId )

Drops personal offers table by id.

Drops personal offers table by id.

Parameters

$customerGroupId
int

Returns


$this
protected
# _deleteCustomersStatusTableRow( $customerGroupId )

Deletes customer status row by id.

Deletes customer status row by id.

Parameters

$customerGroupId
int

Returns


$this
protected
# _dropGroupPermissionColumn( $customerGroupId, $table )

Drops group permission column by id and given table name.

Drops group permission column by id and given table name.

Parameters

$customerGroupId
$table

Returns


$this

Properties summary

protected CI_DB_query_builder $queryBuilder
#
API documentation generated by ApiGen