Package DE_EPAGES::Shipping::API::Table::ShippingMethodCustomerGroup
interface for table ShippingMethodCustomerGroup
Functions
- DeleteShippingMethodCustomerGroup
- ExistsShippingMethodCustomerGroup
- GetAllPKeyShippingMethodCustomerGroups
- GetInfoShippingMethodCustomerGroupsByCustomerGroupID
- GetInfoShippingMethodCustomerGroupsByShippingMethodID
- GetPKeyShippingMethodCustomerGroupsByCustomerGroupID
- GetPKeyShippingMethodCustomerGroupsByShippingMethodID
- InsertShippingMethodCustomerGroup
- OnDeleteCustomerGroup
DeleteShippingMethodCustomerGroup
Deletes a(n) ShippingMethodCustomerGroup.
Syntax |
DeleteShippingMethodCustomerGroup($ShippingMethodID, $CustomerGroupID); DeleteShippingMethodCustomerGroup($hShippingMethodCustomerGroup); #if $hShippingMethodCustomerGroup includes ShippingMethodID, CustomerGroupID |
Input |
|
ExistsShippingMethodCustomerGroup
Returns true if the ShippingMethodCustomerGroup exists.
Syntax |
$exists = ExistsShippingMethodCustomerGroup($ShippingMethodID, $CustomerGroupID); |
Input |
|
Return |
|
GetAllPKeyShippingMethodCustomerGroups
Returns all ShippingMethodCustomerGroup identifiers.
Syntax |
$ahShippingMethodCustomerGroupIDs = GetAllPKeyShippingMethodCustomerGroups(); |
Return |
|
GetInfoShippingMethodCustomerGroupsByCustomerGroupID
Returns objects of ShippingMethodCustomerGroup by alternate key CustomerGroupID.
Syntax |
$ahShippingMethodCustomerGroups = GetInfoShippingMethodCustomerGroupsByCustomerGroupID($CustomerGroupID); |
Input |
|
Return |
|
GetInfoShippingMethodCustomerGroupsByShippingMethodID
Returns objects of ShippingMethodCustomerGroup by primary key element ShippingMethodID.
Syntax |
$ahShippingMethodCustomerGroups = GetInfoShippingMethodCustomerGroupsByShippingMethodID($ShippingMethodID); |
Input |
|
Return |
|
GetPKeyShippingMethodCustomerGroupsByCustomerGroupID
Returns primary keys of ShippingMethodCustomerGroup by alternate key CustomerGroupID.
Syntax |
$ahKeys = GetPKeyShippingMethodCustomerGroupsByCustomerGroupID($CustomerGroupID); |
Input |
|
Return |
|
GetPKeyShippingMethodCustomerGroupsByShippingMethodID
Returns primary keys of ShippingMethodCustomerGroup by primary key element ShippingMethodID.
Syntax |
$ahKeys = GetPKeyShippingMethodCustomerGroupsByShippingMethodID($ShippingMethodID); |
Input |
|
Return |
|
InsertShippingMethodCustomerGroup
Creates an entry of ShippingMethodCustomerGroup.
Syntax |
InsertShippingMethodCustomerGroup($hShippingMethodCustomerGroup); |
Input |
|
OnDeleteCustomerGroup
Deletes ShippingMethodCustomerGroup of this model when a(n) CustomerGroup is deleted.
Syntax |
OnDeleteCustomerGroup($hParams); |
Input |
|