Interface CustomerRepositoryInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
deleteGuestByEmail(\CustomerEmailInterface $email)
getFilterCustomersCount(array $conditions = array()) : integer
Example: $repository->filterCustomers('customers_id' => 1);
arrayAssociative array containing the desired field and value.
integer
getGuestByEmail(\CustomerEmailInterface $email) : \Customer|null
getRegistreeByEmail(\CustomerEmailInterface $email) : \Customer|null
searchCustomers(\CustomerSearchCondition $condition, \Pager $pager) : array
arrayReturns an array that contains customer objects.
store(\CustomerInterface $customer)