Interface CustomerReadServiceInterface
Interface CustomerReadServiceInterface
Direct known implementers
Package: Customer\Interfaces
Category: System
Located at Services/Core/Customer/Interfaces/CustomerReadServiceInterface.inc.php
Category: System
Located at Services/Core/Customer/Interfaces/CustomerReadServiceInterface.inc.php
Methods summary
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.