Interface CustomerCountryZoneReaderInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
findById(\IdType $countryZoneId) : \CustomerCountryZone|null
| Throws |
|
|---|
\IdType
\CustomerCountryZone|null
findByName(\CustomerCountryZoneNameInterface $countryZoneName) : \CustomerCountryZone|null
| Throws |
|
|---|
\CustomerCountryZoneNameInterface
\CustomerCountryZone|null
findCountryZoneByZoneCodeAndCountry(\CustomerCountryZoneIsoCodeInterface $zoneCode, \CustomerCountryInterface $country) : \CustomerCountryZoneInterface|null
An empty array will be returned if no results are found.
\CustomerCountryZoneInterface|nullCountry zone.
findCountryZoneByZoneCodeAndCountryId(\CustomerCountryZoneIsoCodeInterface $zoneCode, \IdType $countryId) : \CustomerCountryZoneInterface|null
An empty array will be returned if no results are found.
\CustomerCountryZoneInterface|nullCountry zone.
findCountryZonesByCountryId(\IdType $countryId) : array
| Throws |
|
|---|
\IdType
arrayof CustomerCountryZone objects|empty array