Package DE_EPAGES::Product::API::Table::ProductShippingMethod
interface for table ProductShippingMethod
@EXPORT_OK |
Functions
- DeleteProductShippingMethod
- ExistsProductShippingMethod
- GetAllPKeyProductShippingMethods
- GetInfoProductShippingMethodsByProductID
- GetInfoProductShippingMethodsByShippingMethodID
- GetPKeyProductShippingMethodsByProductID
- GetPKeyProductShippingMethodsByShippingMethodID
- InsertProductShippingMethod
- OnDeleteShippingMethod
DeleteProductShippingMethod
Deletes a(n) ProductShippingMethod.
Syntax |
DeleteProductShippingMethod($ProductID, $ShippingMethodID); DeleteProductShippingMethod($hProductShippingMethod); # if $hProductShippingMethod includes ProductID, ShippingMethodID |
Input |
|
ExistsProductShippingMethod
Returns true if the ProductShippingMethod exists.
Syntax |
$exists = ExistsProductShippingMethod($ProductID, $ShippingMethodID); |
Input |
|
Return |
|
GetAllPKeyProductShippingMethods
Returns all ProductShippingMethod identifiers.
Syntax |
$ahProductShippingMethodIDs = GetAllPKeyProductShippingMethods(); |
Return |
|
GetInfoProductShippingMethodsByProductID
Returns objects of ProductShippingMethod by primary key element ProductID.
Syntax |
$ahProductShippingMethods = GetInfoProductShippingMethodsByProductID($ProductID); |
Input |
|
Return |
|
GetInfoProductShippingMethodsByShippingMethodID
Returns objects of ProductShippingMethod by alternate key ShippingMethodID.
Syntax |
$ahProductShippingMethods = GetInfoProductShippingMethodsByShippingMethodID($ShippingMethodID); |
Input |
|
Return |
|
GetPKeyProductShippingMethodsByProductID
Returns primary keys of ProductShippingMethod by primary key element ProductID.
Syntax |
$ahKeys = GetPKeyProductShippingMethodsByProductID($ProductID); |
Input |
|
Return |
|
GetPKeyProductShippingMethodsByShippingMethodID
Returns primary keys of ProductShippingMethod by alternate key ShippingMethodID.
Syntax |
$ahKeys = GetPKeyProductShippingMethodsByShippingMethodID($ShippingMethodID); |
Input |
|
Return |
|
InsertProductShippingMethod
Creates an entry of ProductShippingMethod.
Syntax |
InsertProductShippingMethod($hProductShippingMethod); |
Input |
|
OnDeleteShippingMethod
Deletes ProductShippingMethod of this model when a(n) ShippingMethod is deleted.
Syntax |
OnDeleteShippingMethod($hParams); |
Input |
|