Interface CustomerReadServiceInterface

Interface CustomerReadServiceInterface

Direct known implementers

CustomerReadService

Methods summary

public getCustomerById( IdType $customerId ) : Customer

Finds a customer by an entered ID.

public registreeEmailExists( CustomerEmailInterface $email ) : boolean

Checks if the email address of the registree already exists.

public addressIsDefaultCustomerAddress( CustomerAddressInterface $customerAddress ) : boolean

Checks if address is the default address of the customer.

public filterCustomers( array $conditions, integer $limit, integer $offset ) : array

Filters customer records and returns an array with results.

public getFilterCustomersCount( array $conditions = [] ) : integer

Filters customer records and returns the total count.