Package DE_EPAGES::Product::API::Table::ProductPrepayment
interface for table ProductPrepayment
Functions
- DeleteProductPrepayment
- ExistsProductPrepayment
- GetAllInfoProductPrepayments
- GetAllPKeyProductPrepayments
- GetInfoProductPrepayment
- GetInfoProductPrepaymentsByCurrencyID
- GetInfoProductPrepaymentsByProductID
- GetPKeyProductPrepaymentsByCurrencyID
- GetPKeyProductPrepaymentsByProductID
- InsertProductPrepayment
- OnDeleteCurrency
- UpdateProductPrepayment
DeleteProductPrepayment
Deletes a(n) ProductPrepayment.
Syntax |
DeleteProductPrepayment($ProductID, $CurrencyID); DeleteProductPrepayment($hProductPrepayment); # if $hProductPrepayment includes ProductID, CurrencyID |
Input |
|
ExistsProductPrepayment
Returns true if the ProductPrepayment exists.
Syntax |
$exists = ExistsProductPrepayment($ProductID, $CurrencyID); |
Input |
|
Return |
|
GetAllInfoProductPrepayments
Returns all objects of ProductPrepayment.
Syntax |
$ahProductPrepayments = GetAllInfoProductPrepayments(); |
Return |
|
GetAllPKeyProductPrepayments
Returns all ProductPrepayment identifiers.
Syntax |
$ahProductPrepaymentIDs = GetAllPKeyProductPrepayments(); |
Return |
|
GetInfoProductPrepayment
Returns the ProductPrepayment by identifier.
Syntax |
$hProductPrepayment = GetInfoProductPrepayment($ProductID, $CurrencyID); |
Input |
|
Return |
|
GetInfoProductPrepaymentsByCurrencyID
Returns objects of ProductPrepayment by alternate key CurrencyID.
Syntax |
$ahProductPrepayments = GetInfoProductPrepaymentsByCurrencyID($CurrencyID); |
Input |
|
Return |
|
GetInfoProductPrepaymentsByProductID
Returns objects of ProductPrepayment by primary key element ProductID.
Syntax |
$ahProductPrepayments = GetInfoProductPrepaymentsByProductID($ProductID); |
Input |
|
Return |
|
GetPKeyProductPrepaymentsByCurrencyID
Returns primary keys of ProductPrepayment by alternate key CurrencyID.
Syntax |
$ahKeys = GetPKeyProductPrepaymentsByCurrencyID($CurrencyID); |
Input |
|
Return |
|
GetPKeyProductPrepaymentsByProductID
Returns primary keys of ProductPrepayment by primary key element ProductID.
Syntax |
$ahKeys = GetPKeyProductPrepaymentsByProductID($ProductID); |
Input |
|
Return |
|
InsertProductPrepayment
Creates an entry of ProductPrepayment.
Syntax |
InsertProductPrepayment($hProductPrepayment); |
Input |
|
OnDeleteCurrency
Deletes ProductPrepayment of this model when a(n) Currency is deleted.
Syntax |
OnDeleteCurrency($hParams); |
Input |
|
UpdateProductPrepayment
Updates a(n) ProductPrepayment if any element was changed.
Syntax |
UpdateProductPrepayment($ProductID, $CurrencyID, $hProductPrepayment); UpdateProductPrepayment($hProductPrepayment); # if $hProductPrepayment includes ProductID, CurrencyID |
Input |
|