Interface CustomerAddressReaderInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
filterAddresses(string $p_keyword, \Pager|null $pager = null, array $sorters = array()) : array
This method is useful when creating a search mechanism for the registered addresses.
stringThe keyword to be used for filtering the records.
array(Optional) array of Sorter objects with data sorting information
arrayReturns an array of CustomerAddress objects.
findAddressesByCustomer(\CustomerInterface $customer) : array
findById(\IdType $id) : \CustomerAddress|null
getAllAddresses(\Pager|null $pager = null, array $sorters = array()) : array
array(Optional) array of Sorter objects with data sorting information
arrayReturns an array of CustomerAddress objects.