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

  • CustomerGroupFactory
  • CustomerGroupServiceFactory

Class CustomerGroupServiceFactory

Class CustomerGroupServiceFactory *

Package: CustomerGroup\Factories
Category: System
Located at Services/Core/CustomerGroup/Factories/CustomerGroupServiceFactory.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $queryBuilder )

CustomerGroupServiceFactory constructor.

CustomerGroupServiceFactory constructor.

Parameters

$queryBuilder
for database connection.
public CustomerGroupWriteServiceInterface
# createWriteService( )

Creates a customer group write service.

Creates a customer group write service.

Returns

CustomerGroupWriteServiceInterface
public CustomerGroupReadServiceInterface
# createReadService( )

Creates a customer group read service.

Creates a customer group read service.

Returns

CustomerGroupReadServiceInterface
public
# createFactory( )
protected CustomerGroupServiceFactory
# _createRepository( )

Creates a new instance of a CustomerGroupRepository object. Consecutive calls provide the same object.

Creates a new instance of a CustomerGroupRepository object. Consecutive calls provide the same object.

Returns

CustomerGroupServiceFactory
protected CustomerGroupServiceFactory
# _createReader( )

Creates a new instance of a CustomerGroupReadService object. Consecutive calls provide the same object.

Creates a new instance of a CustomerGroupReadService object. Consecutive calls provide the same object.

Returns

CustomerGroupServiceFactory
protected
# _createFactory( )

Creates a new instance of a CustomerGroupFactory object. Consecutive call provide the same Object.

Creates a new instance of a CustomerGroupFactory object. Consecutive call provide the same Object.

Returns


$this
protected CustomerGroupServiceFactory
# _createWriter( )

Creates a new instance of a CustomerGroupWritService object. Consecutive calls provide the same object.

Creates a new instance of a CustomerGroupWritService object. Consecutive calls provide the same object.

Returns

CustomerGroupServiceFactory

Properties summary

protected CI_DB_query_builder $queryBuilder
#
protected CustomerGroupAccessRepository $accessRepository
#
protected CustomerGroupWriteServiceInterface $writeService
#
protected CustomerGroupReadServiceInterface $readerService
#
protected CustomerGroupFactory $factory
#
API documentation generated by ApiGen