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|null
Country zone.
findCountryZoneByZoneCodeAndCountryId(\CustomerCountryZoneIsoCodeInterface $zoneCode, \IdType $countryId) : \CustomerCountryZoneInterface|null
An empty array will be returned if no results are found.
\CustomerCountryZoneInterface|null
Country zone.
findCountryZonesByCountryId(\IdType $countryId) : array
Throws |
|
---|
\IdType
array
of CustomerCountryZone objects|empty array