Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractCustomerServiceFactory
  • Customer
  • CustomerDeleter
  • CustomerFactory
  • CustomerReader
  • CustomerReadService
  • CustomerRepository
  • CustomerService
  • CustomerServiceFactory
  • CustomerWriter
  • CustomerWriteService

Class AbstractCustomerServiceFactory

Class AbstractCustomerServiceFactory

Direct known subclasses

CustomerServiceFactory

Abstract
Package: Customer
Category: System
Located at CoreServices/Customer/AbstractCustomerServiceFactory.inc.php

Methods summary

abstract public CountryService
# getCountryService( )

Returns the country service.

Returns the country service.

Returns

CountryService
Country service.
abstract public CustomerService
# getCustomerService( )

Returns the customer service.

Returns the customer service.

Returns

CustomerService
Customer service.
abstract public CustomerRegistrationInputValidatorService
# getCustomerRegistrationInputValidatorService( )

Returns the customer registration input validator service.

Returns the customer registration input validator service.

Returns

CustomerRegistrationInputValidatorService
Customer registration input validator service.
abstract public CustomerAccountInputValidator
# getCustomerAccountInputValidator( )

Returns the customer account input validator.

Returns the customer account input validator.

Returns

CustomerAccountInputValidator
Customer account input validator.
abstract public CustomerAddressInputValidator
# getCustomerAddressInputValidatorService( )

Returns the customer input validator.

Returns the customer input validator.

Returns

CustomerAddressInputValidator
Customer input validator.
abstract public CI_DB_query_builder
# getDatabaseQueryBuilder( )

Returns the database query builder.

Returns the database query builder.

Returns

CI_DB_query_builder
Query builder.
abstract public AddressBookService
# getAddressBookService( )

Returns the address book service.

Returns the address book service.

Returns

AddressBookService
Address book service.
abstract public CustomerReadService
# createCustomerReadService( )

Creates a customer read service object.

Creates a customer read service object.

Returns

CustomerReadService
Customer read service.
abstract public CustomerService
# createCustomerWriteService( )

Creates a customer service object.

Creates a customer service object.

Returns

CustomerService
Customer service.
API documentation generated by ApiGen