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
store(\CustomerInterface $customer)