Class CustomerGroupServiceFactory
Class CustomerGroupServiceFactory *
Package: CustomerGroup\Factories
Category: System
Located at Services/Core/CustomerGroup/Factories/CustomerGroupServiceFactory.inc.php
Category: System
Located at Services/Core/CustomerGroup/Factories/CustomerGroupServiceFactory.inc.php
Methods summary
public
createWriteService( void )
: CustomerGroupWriteServiceInterface
Creates a customer group write service.
public
createReadService( void )
: CustomerGroupReadServiceInterface
Creates a customer group read service.
protected
_createRepository( void )
: CustomerGroupServiceFactory
Creates a new instance of a CustomerGroupRepository object. Consecutive calls provide the same object.
protected
_createReader( void )
: CustomerGroupServiceFactory
Creates a new instance of a CustomerGroupReadService object. Consecutive calls provide the same object.
protected
_createFactory( void )
:
Creates a new instance of a CustomerGroupFactory object. Consecutive call provide the same Object.
protected
_createWriter( void )
: CustomerGroupServiceFactory
Creates a new instance of a CustomerGroupWritService object. Consecutive calls provide the same object.