phpDocumentor

AbstractCustomerServiceFactory
in package

Class AbstractCustomerServiceFactory

Tags
category

System

Table of Contents

createCustomerReadService()  : CustomerReadService
Creates a customer read service object.
createCustomerWriteService()  : CustomerService
Creates a customer service object.
getAddressBookService()  : AddressBookService
Returns the address book service.
getCountryService()  : CountryService
Returns the country service.
getCustomerAccountInputValidator()  : CustomerAccountInputValidator
Returns the customer account input validator.
getCustomerAddressInputValidatorService()  : CustomerAddressInputValidator
Returns the customer input validator.
getCustomerRegistrationInputValidatorService()  : CustomerRegistrationInputValidatorService
Returns the customer registration input validator service.
getCustomerService()  : CustomerService
Returns the customer service.
getDatabaseQueryBuilder()  : CI_DB_query_builder
Returns the database query builder.

Methods

getDatabaseQueryBuilder()

Returns the database query builder.

public abstract getDatabaseQueryBuilder() : CI_DB_query_builder
Return values
CI_DB_query_builder

Query builder.

Search results