Interface CountryServiceInterface
Interface CountryServiceInterface
Direct known implementers
Package: Customer\Interfaces
Category: System
Located at CoreServices/Country/Interfaces/CountryServiceInterface.inc.php
Category: System
Located at CoreServices/Country/Interfaces/CountryServiceInterface.inc.php
Methods summary
public
|
|
public
|
#
getCountryZoneByNameAndCountry( $p_zoneName,
Method to get a country with a given name and country |
public
boolean
|
#
countryZoneExistsInCountry(
Method to check if a country zone exists in a country |
public
boolean
|
#
countryHasCountryZones(
Method to check if a country has country zones |
public
|
#
getUnknownCountryZoneByName( string $p_zoneName )
This method will return a new CustomerCountryZone object representing an unknown country zone. |
public
array
|
#
findCountryZonesByCountryId(
This method will return an array of CustomerCountryZone objects found by the country ID. If the country has no zones, an empty array will be returned |
public
|