Package DE_EPAGES::Order::API::Table::MinOrderAmount
interface for table MinOrderAmount
@EXPORT_OK |
Functions
- DeleteMinOrderAmount
- ExistsMinOrderAmount
- GetAllInfoMinOrderAmounts
- GetAllPKeyMinOrderAmounts
- GetInfoMinOrderAmount
- GetInfoMinOrderAmountsByCurrencyID
- GetInfoMinOrderAmountsByShopID
- GetPKeyMinOrderAmountsByCurrencyID
- GetPKeyMinOrderAmountsByShopID
- InsertMinOrderAmount
- OnDeleteCurrency
- OnDeleteShop
- UpdateMinOrderAmount
DeleteMinOrderAmount
Deletes a(n) MinOrderAmount.
Syntax |
DeleteMinOrderAmount($ShopID, $CurrencyID); DeleteMinOrderAmount($hMinOrderAmount); # if $hMinOrderAmount includes ShopID, CurrencyID |
Input |
|
ExistsMinOrderAmount
Returns true if the MinOrderAmount exists.
Syntax |
$exists = ExistsMinOrderAmount($ShopID, $CurrencyID); |
Input |
|
Return |
|
GetAllInfoMinOrderAmounts
Returns all objects of MinOrderAmount.
Syntax |
$ahMinOrderAmounts = GetAllInfoMinOrderAmounts(); |
Return |
|
GetAllPKeyMinOrderAmounts
Returns all MinOrderAmount identifiers.
Syntax |
$ahMinOrderAmountIDs = GetAllPKeyMinOrderAmounts(); |
Return |
|
GetInfoMinOrderAmount
Returns the MinOrderAmount by identifier.
Syntax |
$hMinOrderAmount = GetInfoMinOrderAmount($ShopID, $CurrencyID); |
Input |
|
Return |
|
GetInfoMinOrderAmountsByCurrencyID
Returns objects of MinOrderAmount by alternate key CurrencyID.
Syntax |
$ahMinOrderAmounts = GetInfoMinOrderAmountsByCurrencyID($CurrencyID); |
Input |
|
Return |
|
GetInfoMinOrderAmountsByShopID
Returns objects of MinOrderAmount by primary key element ShopID.
Syntax |
$ahMinOrderAmounts = GetInfoMinOrderAmountsByShopID($ShopID); |
Input |
|
Return |
|
GetPKeyMinOrderAmountsByCurrencyID
Returns primary keys of MinOrderAmount by alternate key CurrencyID.
Syntax |
$ahKeys = GetPKeyMinOrderAmountsByCurrencyID($CurrencyID); |
Input |
|
Return |
|
GetPKeyMinOrderAmountsByShopID
Returns primary keys of MinOrderAmount by primary key element ShopID.
Syntax |
$ahKeys = GetPKeyMinOrderAmountsByShopID($ShopID); |
Input |
|
Return |
|
InsertMinOrderAmount
Creates an entry of MinOrderAmount.
Syntax |
InsertMinOrderAmount($hMinOrderAmount); |
Input |
|
OnDeleteCurrency
Deletes MinOrderAmount of this model when a(n) Currency is deleted.
Syntax |
OnDeleteCurrency($hParams); |
Input |
|
OnDeleteShop
Deletes MinOrderAmount of this model when a(n) Shop is deleted.
Syntax |
OnDeleteShop($hParams); |
Input |
|
UpdateMinOrderAmount
Updates a(n) MinOrderAmount if any element was changed.
Syntax |
UpdateMinOrderAmount($ShopID, $CurrencyID, $hMinOrderAmount); UpdateMinOrderAmount($hMinOrderAmount); # if $hMinOrderAmount includes ShopID, CurrencyID |
Input |
|
Return |
|