Interface CountryServiceInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
countryHasCountryZones(\CustomerCountryInterface $customerCountry) : boolean
countryZoneExistsInCountry(\CustomerCountryZoneInterface $customerCountryZone, \CustomerCountryInterface $customerCountry) : boolean
\CustomerCountryZoneInterface
\CustomerCountryInterface
boolean
findCountryByIso2(string $p_countryIso2) : \CustomerCountryInterface
findCountryByName(string $p_countryName) : \CustomerCountryInterface
findCountryZoneByNameAndCountry(\CustomerCountryZoneNameInterface|string $p_zoneName, \CustomerCountryInterface $customerCountry) : \CustomerCountryZoneInterface|null
\CustomerCountryZoneNameInterface|string
\CustomerCountryInterface
\CustomerCountryZoneInterface|null
findCountryZonesByCountryId(\IdType $countryId) : array
getCountryById(\IdType $id) : \CustomerCountryInterface
getCountryByIso2(string $p_countryIso2) : \CustomerCountryInterface
getCountryByName(string $p_countryName) : \CustomerCountryInterface
getCountryZoneByNameAndCountry(\CustomerCountryZoneNameInterface|string $p_zoneName, \CustomerCountryInterface $customerCountry) : \CustomerCountryZoneInterface
\CustomerCountryZoneNameInterface|string
\CustomerCountryInterface
\CustomerCountryZoneInterface
getUnknownCountryZoneByName(string $p_zoneName) : \CustomerCountryZone