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.
string
The keyword to be used for filtering the records.
array
(Optional) array of Sorter objects with data sorting information
array
Returns 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
array
Returns an array of CustomerAddress objects.