Package DE_EPAGES::Product::API::Table::LineItemProductMaxDownload
interface for table LineItemProductMaxDownload
Functions
- DeleteLineItemProductMaxDownload
- ExistsLineItemProductMaxDownload
- GetAllInfoLineItemProductMaxDownloads
- GetAllPKeyLineItemProductMaxDownloads
- GetInfoLineItemProductMaxDownload
- GetInfoLineItemProductMaxDownloadsByDownloadProductMapID
- GetInfoLineItemProductMaxDownloadsByLineItemProductID
- GetPKeyLineItemProductMaxDownloadsByDownloadProductMapID
- GetPKeyLineItemProductMaxDownloadsByLineItemProductID
- InsertLineItemProductMaxDownload
- OnDeleteDownloadProductMap
- UpdateLineItemProductMaxDownload
DeleteLineItemProductMaxDownload
Deletes a(n) LineItemProductMaxDownload.
Syntax |
DeleteLineItemProductMaxDownload($LineItemProductID, $DownloadProductMapID); DeleteLineItemProductMaxDownload($hLineItemProductMaxDownload); # if $hLineItemProductMaxDownload includes LineItemProductID, DownloadProductMapID |
Input |
|
ExistsLineItemProductMaxDownload
Returns true if the LineItemProductMaxDownload exists.
Syntax |
$exists = ExistsLineItemProductMaxDownload($LineItemProductID, $DownloadProductMapID); |
Input |
|
Return |
|
GetAllInfoLineItemProductMaxDownloads
Returns all objects of LineItemProductMaxDownload.
Syntax |
$ahLineItemProductMaxDownloads = GetAllInfoLineItemProductMaxDownloads(); |
Return |
|
GetAllPKeyLineItemProductMaxDownloads
Returns all LineItemProductMaxDownload identifiers.
Syntax |
$ahLineItemProductMaxDownloadIDs = GetAllPKeyLineItemProductMaxDownloads(); |
Return |
|
GetInfoLineItemProductMaxDownload
Returns the LineItemProductMaxDownload by identifier.
Syntax |
$hLineItemProductMaxDownload = GetInfoLineItemProductMaxDownload($LineItemProductID, $DownloadProductMapID); |
Input |
|
Return |
|
GetInfoLineItemProductMaxDownloadsByDownloadProductMapID
Returns objects of LineItemProductMaxDownload by alternate key DownloadProductMapID.
Syntax |
$ahLineItemProductMaxDownloads = GetInfoLineItemProductMaxDownloadsByDownloadProductMapID($DownloadProductMapID); |
Input |
|
Return |
|
GetInfoLineItemProductMaxDownloadsByLineItemProductID
Returns objects of LineItemProductMaxDownload by primary key element LineItemProductID.
Syntax |
$ahLineItemProductMaxDownloads = GetInfoLineItemProductMaxDownloadsByLineItemProductID($LineItemProductID); |
Input |
|
Return |
|
GetPKeyLineItemProductMaxDownloadsByDownloadProductMapID
Returns primary keys of LineItemProductMaxDownload by alternate key DownloadProductMapID.
Syntax |
$ahKeys = GetPKeyLineItemProductMaxDownloadsByDownloadProductMapID($DownloadProductMapID); |
Input |
|
Return |
|
GetPKeyLineItemProductMaxDownloadsByLineItemProductID
Returns primary keys of LineItemProductMaxDownload by primary key element LineItemProductID.
Syntax |
$ahKeys = GetPKeyLineItemProductMaxDownloadsByLineItemProductID($LineItemProductID); |
Input |
|
Return |
|
InsertLineItemProductMaxDownload
Creates an entry of LineItemProductMaxDownload.
Syntax |
InsertLineItemProductMaxDownload($hLineItemProductMaxDownload); |
Input |
|
OnDeleteDownloadProductMap
Deletes LineItemProductMaxDownload of this model when a(n) DownloadProductMap is deleted.
Syntax |
OnDeleteDownloadProductMap($hParams); |
Input |
|
UpdateLineItemProductMaxDownload
Updates a(n) LineItemProductMaxDownload if any element was changed.
Syntax |
UpdateLineItemProductMaxDownload($LineItemProductID, $DownloadProductMapID, $hLineItemProductMaxDownload); UpdateLineItemProductMaxDownload($hLineItemProductMaxDownload); # if $hLineItemProductMaxDownload includes LineItemProductID, DownloadProductMapID |
Input |
|