Package DE_EPAGES::Shop::API::Table::ShopCurrency
interface for table ShopCurrency
@EXPORT_OK |
Functions
- DeleteShopCurrency
- ExistsShopCurrency
- GetAllInfoShopCurrencies
- GetAllPKeyShopCurrencies
- GetInfoShopCurrenciesByCurrencyID
- GetInfoShopCurrenciesByShopID
- GetInfoShopCurrency
- GetPKeyShopCurrenciesByCurrencyID
- GetPKeyShopCurrenciesByShopID
- InsertShopCurrency
- OnDeleteCurrency
- UpdateShopCurrency
DeleteShopCurrency
Deletes a(n) ShopCurrency.
Syntax |
DeleteShopCurrency($ShopID, $CurrencyID); DeleteShopCurrency($hShopCurrency); # if $hShopCurrency includes ShopID, CurrencyID |
Input |
|
ExistsShopCurrency
Returns true if the ShopCurrency exists.
Syntax |
$exists = ExistsShopCurrency($ShopID, $CurrencyID); |
Input |
|
Return |
|
GetAllInfoShopCurrencies
Returns all objects of ShopCurrency.
Syntax |
$ahShopCurrencys = GetAllInfoShopCurrencies(); |
Return |
|
GetAllPKeyShopCurrencies
Returns all ShopCurrency identifiers.
Syntax |
$ahShopCurrencyIDs = GetAllPKeyShopCurrencies(); |
Return |
|
GetInfoShopCurrenciesByCurrencyID
Returns objects of ShopCurrency by alternate key CurrencyID.
Syntax |
$ahShopCurrencies = GetInfoShopCurrenciesByCurrencyID($CurrencyID); |
Input |
|
Return |
|
GetInfoShopCurrenciesByShopID
Returns objects of ShopCurrency by primary key element ShopID.
Syntax |
$ahShopCurrencies = GetInfoShopCurrenciesByShopID($ShopID); |
Input |
|
Return |
|
GetInfoShopCurrency
Returns the ShopCurrency by identifier.
Syntax |
$hShopCurrency = GetInfoShopCurrency($ShopID, $CurrencyID); |
Input |
|
Return |
|
GetPKeyShopCurrenciesByCurrencyID
Returns primary keys of ShopCurrency by alternate key CurrencyID.
Syntax |
$ahKeys = GetPKeyShopCurrenciesByCurrencyID($CurrencyID); |
Input |
|
Return |
|
GetPKeyShopCurrenciesByShopID
Returns primary keys of ShopCurrency by primary key element ShopID.
Syntax |
$ahKeys = GetPKeyShopCurrenciesByShopID($ShopID); |
Input |
|
Return |
|
InsertShopCurrency
Creates an entry of ShopCurrency.
Syntax |
InsertShopCurrency($hShopCurrency); |
Input |
|
OnDeleteCurrency
Deletes ShopCurrency of this model when a(n) Currency is deleted.
Syntax |
OnDeleteCurrency($hParams); |
Input |
|
UpdateShopCurrency
Updates a(n) ShopCurrency if any element was changed.
Syntax |
UpdateShopCurrency($ShopID, $CurrencyID, $hShopCurrency); UpdateShopCurrency($hShopCurrency); # if $hShopCurrency includes ShopID, CurrencyID |
Input |
|