ePages 6.17.39 - DE_EPAGES/ExternalShipping/API/Table/LineItemShippingFFOptChoice.pm

Package DE_EPAGES::ExternalShipping::API::Table::LineItemShippingFFOptChoice

interface for table LineItemShippingFFOptChoice

@EXPORT_OK
InsertLineItemShippingFFOptChoice
DeleteLineItemShippingFFOptChoice
GetAllPKeyLineItemShippingFFOptChoices
ExistsLineItemShippingFFOptChoice
GetPKeyLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID
GetInfoLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID
GetPKeyLineItemShippingFFOptChoicesByShippingFulfillmentOptionID
GetInfoLineItemShippingFFOptChoicesByShippingFulfillmentOptionID

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
$LineItemShippingFFOptChoiceID (int)
(part of primary key)
$ShippingFulfillmentOptionID (int)
(part of primary key)

ExistsLineItemShippingFFOptChoice

Returns true if the LineItemShippingFFOptChoice exists.

Syntax
$exists = ExistsLineItemShippingFFOptChoice($LineItemShippingFFOptChoiceID, $ShippingFulfillmentOptionID);
Input
$LineItemShippingFFOptChoiceID (int)
(part of primary key)
$ShippingFulfillmentOptionID (int)
(part of primary key)
Return
$exists (boolean)
1/0 the LineItemShippingFFOptChoice exists (yes/no)

GetAllPKeyLineItemShippingFFOptChoices

Returns all LineItemShippingFFOptChoice identifiers.

Syntax
$ahLineItemShippingFFOptChoiceIDs = GetAllPKeyLineItemShippingFFOptChoices();
Return
$ahLineItemShippingFFOptChoiceIDs (reference to array of hashes)
with following keys:
  • LineItemShippingFFOptChoiceID - (part of primary key)- int
  • ShippingFulfillmentOptionID - (part of primary key)- int

GetInfoLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID

Returns objects of LineItemShippingFFOptChoice by primary key element LineItemShippingFFOptChoiceID.

Syntax
$ahLineItemShippingFFOptChoices = GetInfoLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID($LineItemShippingFFOptChoiceID);
Input
$LineItemShippingFFOptChoiceID (int)
Return
$ahLineItemShippingFFOptChoices (reference to array of hashes)
with following keys:
  • LineItemShippingFFOptChoiceID - (part of primary key)- int
  • ShippingFulfillmentOptionID - (part of primary key)- int

GetInfoLineItemShippingFFOptChoicesByShippingFulfillmentOptionID

Returns objects of LineItemShippingFFOptChoice by alternate key ShippingFulfillmentOptionID.

Syntax
$ahLineItemShippingFFOptChoices = GetInfoLineItemShippingFFOptChoicesByShippingFulfillmentOptionID($ShippingFulfillmentOptionID);
Input
$ShippingFulfillmentOptionID (int)
Return
$ahLineItemShippingFFOptChoices (reference to array of hashes)
with following keys:
  • LineItemShippingFFOptChoiceID - (part of primary key)- int
  • ShippingFulfillmentOptionID - (part of primary key)- int

GetPKeyLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID

Returns primary keys of LineItemShippingFFOptChoice by primary key element LineItemShippingFFOptChoiceID.

Syntax
$ahKeys = GetPKeyLineItemShippingFFOptChoicesByLineItemShippingFFOptChoiceID($LineItemShippingFFOptChoiceID);
Input
$LineItemShippingFFOptChoiceID (int)
Return
$ahKeys (reference to array of hashes)
with following keys:
  • LineItemShippingFFOptChoiceID - (part of primary key)- int
  • ShippingFulfillmentOptionID - (part of primary key)- int

GetPKeyLineItemShippingFFOptChoicesByShippingFulfillmentOptionID

Returns primary keys of LineItemShippingFFOptChoice by alternate key ShippingFulfillmentOptionID.

Syntax
$ahKeys = GetPKeyLineItemShippingFFOptChoicesByShippingFulfillmentOptionID($ShippingFulfillmentOptionID);
Input
$ShippingFulfillmentOptionID (int)
Return
$ahKeys (reference to array of hashes)
with following keys:
  • LineItemShippingFFOptChoiceID - (part of primary key)- int
  • ShippingFulfillmentOptionID - (part of primary key)- int

InsertLineItemShippingFFOptChoice

Creates an entry of LineItemShippingFFOptChoice.

Syntax
InsertLineItemShippingFFOptChoice($hLineItemShippingFFOptChoice);
Input
$hLineItemShippingFFOptChoice (reference to hash)
with following keys:
  • LineItemShippingFFOptChoiceID - (part of primary key)- int
  • ShippingFulfillmentOptionID - (part of primary key)- int

OnDeleteLineItem

Deletes LineItemShippingFFOptChoice of this model when a(n) LineItem is deleted.

Syntax
OnDeleteLineItem($hParams);
Input
$hParams (ref.hash.*)
primary key of object LineItem, key is
  • LineItemID