Package DE_EPAGES::ExternalShipping::API::Table::LineItemShippingFFOptChoice
interface for table LineItemShippingFFOptChoice
Functions
- DeleteLineItemShippingFFOptChoice
- ExistsLineItemShippingFFOptChoice
- GetAllPKeyLineItemShippingFFOptChoices
- GetInfoLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID
- GetInfoLineItemShippingFFOptChoicesByShippingFulfillmentOptionID
- GetPKeyLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID
- GetPKeyLineItemShippingFFOptChoicesByShippingFulfillmentOptionID
- InsertLineItemShippingFFOptChoice
- OnDeleteLineItem
DeleteLineItemShippingFFOptChoice
Deletes a(n) LineItemShippingFFOptChoice.
Syntax |
DeleteLineItemShippingFFOptChoice($LineItemShippingFFOptChoiceID, $ShippingFulfillmentOptionID); DeleteLineItemShippingFFOptChoice($hLineItemShippingFFOptChoice); # if $hLineItemShippingFFOptChoice includes LineItemShippingFFOptChoiceID, ShippingFulfillmentOptionID |
Input |
|
ExistsLineItemShippingFFOptChoice
Returns true if the LineItemShippingFFOptChoice exists.
Syntax |
$exists = ExistsLineItemShippingFFOptChoice($LineItemShippingFFOptChoiceID, $ShippingFulfillmentOptionID); |
Input |
|
Return |
|
GetAllPKeyLineItemShippingFFOptChoices
Returns all LineItemShippingFFOptChoice identifiers.
Syntax |
$ahLineItemShippingFFOptChoiceIDs = GetAllPKeyLineItemShippingFFOptChoices(); |
Return |
|
GetInfoLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID
Returns objects of LineItemShippingFFOptChoice by primary key element LineItemShippingFFOptChoiceID.
Syntax |
$ahLineItemShippingFFOptChoices = GetInfoLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID($LineItemShippingFFOptChoiceID); |
Input |
|
Return |
|
GetInfoLineItemShippingFFOptChoicesByShippingFulfillmentOptionID
Returns objects of LineItemShippingFFOptChoice by alternate key ShippingFulfillmentOptionID.
Syntax |
$ahLineItemShippingFFOptChoices = GetInfoLineItemShippingFFOptChoicesByShippingFulfillmentOptionID($ShippingFulfillmentOptionID); |
Input |
|
Return |
|
GetPKeyLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID
Returns primary keys of LineItemShippingFFOptChoice by primary key element LineItemShippingFFOptChoiceID.
Syntax |
$ahKeys = GetPKeyLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID($LineItemShippingFFOptChoiceID); |
Input |
|
Return |
|
GetPKeyLineItemShippingFFOptChoicesByShippingFulfillmentOptionID
Returns primary keys of LineItemShippingFFOptChoice by alternate key ShippingFulfillmentOptionID.
Syntax |
$ahKeys = GetPKeyLineItemShippingFFOptChoicesByShippingFulfillmentOptionID($ShippingFulfillmentOptionID); |
Input |
|
Return |
|
InsertLineItemShippingFFOptChoice
Creates an entry of LineItemShippingFFOptChoice.
Syntax |
InsertLineItemShippingFFOptChoice($hLineItemShippingFFOptChoice); |
Input |
|
OnDeleteLineItem
Deletes LineItemShippingFFOptChoice of this model when a(n) LineItem is deleted.
Syntax |
OnDeleteLineItem($hParams); |
Input |
|