Interface CountryServiceInterface
Interface CountryServiceInterface
Direct known implementers
Category: System
Located at Services/Core/Country/Interfaces/CountryServiceInterface.inc.php
Methods summary
public
|
|
public
|
#
getCountryZoneByNameAndCountry(
Method to get a country with a given name and country |
public
|
#
findCountryZoneByNameAndCountry(
This method returns a CustomerCountryZone object if found. Otherwise null will be returned. |
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
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
#
isStateMandatory(
This method returns whether the specified country, necessary, needs a state. |
public
|
#
getCountryZoneByZoneCodeAndCountry(
Returns the country zone by the given zone code and country. An error will be raised if no results are found. |
public
|
#
getCountryZoneByZoneCodeAndCountryId(
Returns the country zone by the given zone code and country id. An error will be raised if no results are found. |
public
|
#
findCountryZoneByZoneCodeAndCountry(
Finds the country zone by the given zone code and country. Null will be returned if no results are found. |
public
|
#
findCountryZoneByZoneCodeAndCountryId(
Returns the country zone by the given zone code and country id. Null will be returned if no results are found. |