Package DE_EPAGES::PriceList::API::Table::PriceListCustomer
interface for table PriceListCustomer
@EXPORT_OK |
Functions
- DeletePriceListCustomer
- ExistsPriceListCustomer
- GetAllPKeyPriceListCustomers
- GetInfoPriceListCustomersByCustomerID
- GetInfoPriceListCustomersByPriceListID
- GetPKeyPriceListCustomersByCustomerID
- GetPKeyPriceListCustomersByPriceListID
- InsertPriceListCustomer
- OnDeleteCustomer
DeletePriceListCustomer
Deletes a(n) PriceListCustomer.
Syntax |
DeletePriceListCustomer($PriceListID, $CustomerID); DeletePriceListCustomer($hPriceListCustomer); # if $hPriceListCustomer includes PriceListID, CustomerID |
Input |
|
ExistsPriceListCustomer
Returns true if the PriceListCustomer exists.
Syntax |
$exists = ExistsPriceListCustomer($PriceListID, $CustomerID); |
Input |
|
Return |
|
GetAllPKeyPriceListCustomers
Returns all PriceListCustomer identifiers.
Syntax |
$ahPriceListCustomerIDs = GetAllPKeyPriceListCustomers(); |
Return |
|
GetInfoPriceListCustomersByCustomerID
Returns objects of PriceListCustomer by alternate key CustomerID.
Syntax |
$ahPriceListCustomers = GetInfoPriceListCustomersByCustomerID($CustomerID); |
Input |
|
Return |
|
GetInfoPriceListCustomersByPriceListID
Returns objects of PriceListCustomer by primary key element PriceListID.
Syntax |
$ahPriceListCustomers = GetInfoPriceListCustomersByPriceListID($PriceListID); |
Input |
|
Return |
|
GetPKeyPriceListCustomersByCustomerID
Returns primary keys of PriceListCustomer by alternate key CustomerID.
Syntax |
$ahKeys = GetPKeyPriceListCustomersByCustomerID($CustomerID); |
Input |
|
Return |
|
GetPKeyPriceListCustomersByPriceListID
Returns primary keys of PriceListCustomer by primary key element PriceListID.
Syntax |
$ahKeys = GetPKeyPriceListCustomersByPriceListID($PriceListID); |
Input |
|
Return |
|
InsertPriceListCustomer
Creates an entry of PriceListCustomer.
Syntax |
InsertPriceListCustomer($hPriceListCustomer); |
Input |
|
OnDeleteCustomer
Deletes PriceListCustomer of this model when a(n) Customer is deleted.
Syntax |
OnDeleteCustomer($hParams); |
Input |
|