Package DE_EPAGES::PriceList::API::Table::PriceListCustomerGroup
interface for table PriceListCustomerGroup
Functions
- DeletePriceListCustomerGroup
- ExistsPriceListCustomerGroup
- GetAllPKeyPriceListCustomerGroups
- GetInfoPriceListCustomerGroupsByCustomerGroupID
- GetInfoPriceListCustomerGroupsByPriceListID
- GetPKeyPriceListCustomerGroupsByCustomerGroupID
- GetPKeyPriceListCustomerGroupsByPriceListID
- InsertPriceListCustomerGroup
- OnDeleteCustomerGroup
DeletePriceListCustomerGroup
Deletes a(n) PriceListCustomerGroup.
Syntax |
DeletePriceListCustomerGroup($PriceListID, $CustomerGroupID); DeletePriceListCustomerGroup($hPriceListCustomerGroup); # if $hPriceListCustomerGroup includes PriceListID, CustomerGroupID |
Input |
|
ExistsPriceListCustomerGroup
Returns true if the PriceListCustomerGroup exists.
Syntax |
$exists = ExistsPriceListCustomerGroup($PriceListID, $CustomerGroupID); |
Input |
|
Return |
|
GetAllPKeyPriceListCustomerGroups
Returns all PriceListCustomerGroup identifiers.
Syntax |
$ahPriceListCustomerGroupIDs = GetAllPKeyPriceListCustomerGroups(); |
Return |
|
GetInfoPriceListCustomerGroupsByCustomerGroupID
Returns objects of PriceListCustomerGroup by alternate key CustomerGroupID.
Syntax |
$ahPriceListCustomerGroups = GetInfoPriceListCustomerGroupsByCustomerGroupID($CustomerGroupID); |
Input |
|
Return |
|
GetInfoPriceListCustomerGroupsByPriceListID
Returns objects of PriceListCustomerGroup by primary key element PriceListID.
Syntax |
$ahPriceListCustomerGroups = GetInfoPriceListCustomerGroupsByPriceListID($PriceListID); |
Input |
|
Return |
|
GetPKeyPriceListCustomerGroupsByCustomerGroupID
Returns primary keys of PriceListCustomerGroup by alternate key CustomerGroupID.
Syntax |
$ahKeys = GetPKeyPriceListCustomerGroupsByCustomerGroupID($CustomerGroupID); |
Input |
|
Return |
|
GetPKeyPriceListCustomerGroupsByPriceListID
Returns primary keys of PriceListCustomerGroup by primary key element PriceListID.
Syntax |
$ahKeys = GetPKeyPriceListCustomerGroupsByPriceListID($PriceListID); |
Input |
|
Return |
|
InsertPriceListCustomerGroup
Creates an entry of PriceListCustomerGroup.
Syntax |
InsertPriceListCustomerGroup($hPriceListCustomerGroup); |
Input |
|
OnDeleteCustomerGroup
Deletes PriceListCustomerGroup of this model when a(n) CustomerGroup is deleted.
Syntax |
OnDeleteCustomerGroup($hParams); |
Input |
|