Interface CustomerCountryZoneReaderInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
findById(\IdType $countryZoneId) : \CustomerCountryZone|null
| throws |
if $p_countryZoneName is not a string |
|---|
\IdType
\CustomerCountryZone|null
findByName(\CustomerCountryZoneNameInterface $countryZoneName) : \CustomerCountryZone|null
| throws |
if $p_countryZoneName is not a string |
|---|
\CustomerCountryZoneNameInterface
\CustomerCountryZone|null
findCountryZonesByCountryId(\IdType $countryId) : array