Package DE_EPAGES::Shop::API::Table::ShopCountry
interface for table ShopCountry
@EXPORT_OK |
Functions
- DeleteShopCountry
- ExistsShopCountry
- GetAllInfoShopCountries
- GetAllPKeyShopCountries
- GetInfoShopCountriesByCountryID
- GetInfoShopCountriesByShopID
- GetInfoShopCountry
- GetPKeyShopCountriesByCountryID
- GetPKeyShopCountriesByShopID
- InsertShopCountry
- OnDeleteCountry
- UpdateShopCountry
DeleteShopCountry
Deletes a(n) ShopCountry.
Syntax |
DeleteShopCountry($ShopID, $CountryID); DeleteShopCountry($hShopCountry); # if $hShopCountry includes ShopID, CountryID |
Input |
|
ExistsShopCountry
Returns true if the ShopCountry exists.
Syntax |
$exists = ExistsShopCountry($ShopID, $CountryID); |
Input |
|
Return |
|
GetAllInfoShopCountries
Returns all objects of ShopCountry.
Syntax |
$ahShopCountrys = GetAllInfoShopCountries(); |
Return |
|
GetAllPKeyShopCountries
Returns all ShopCountry identifiers.
Syntax |
$ahShopCountryIDs = GetAllPKeyShopCountries(); |
Return |
|
GetInfoShopCountriesByCountryID
Returns objects of ShopCountry by alternate key CountryID.
Syntax |
$ahShopCountries = GetInfoShopCountriesByCountryID($CountryID); |
Input |
|
Return |
|
GetInfoShopCountriesByShopID
Returns objects of ShopCountry by primary key element ShopID.
Syntax |
$ahShopCountries = GetInfoShopCountriesByShopID($ShopID); |
Input |
|
Return |
|
GetInfoShopCountry
Returns the ShopCountry by identifier.
Syntax |
$hShopCountry = GetInfoShopCountry($ShopID, $CountryID); |
Input |
|
Return |
|
GetPKeyShopCountriesByCountryID
Returns primary keys of ShopCountry by alternate key CountryID.
Syntax |
$ahKeys = GetPKeyShopCountriesByCountryID($CountryID); |
Input |
|
Return |
|
GetPKeyShopCountriesByShopID
Returns primary keys of ShopCountry by primary key element ShopID.
Syntax |
$ahKeys = GetPKeyShopCountriesByShopID($ShopID); |
Input |
|
Return |
|
InsertShopCountry
Creates an entry of ShopCountry.
Syntax |
InsertShopCountry($hShopCountry); |
Input |
|
OnDeleteCountry
Deletes ShopCountry of this model when a(n) Country is deleted.
Syntax |
OnDeleteCountry($hParams); |
Input |
|
UpdateShopCountry
Updates a(n) ShopCountry if any element was changed.
Syntax |
UpdateShopCountry($ShopID, $CountryID, $hShopCountry); UpdateShopCountry($hShopCountry); # if $hShopCountry includes ShopID, CountryID |
Input |
|