Class CustomerGroupServiceFactory

Class CustomerGroupServiceFactory *

Methods summary

public __construct( CI_DB_query_builder $queryBuilder )

CustomerGroupServiceFactory constructor.

public createWriteService( void ) : CustomerGroupWriteServiceInterface

Creates a customer group write service.

public createReadService( void ) : CustomerGroupReadServiceInterface

Creates a customer group read service.

public createFactory( void )
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.

Properties summary