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