Package DE_EPAGES::ProductPortal::API::Table::PortalProductMap
interface for table PortalProductMap
@EXPORT_OK |
Functions
- DeletePortalProductMap
- ExistsPortalProductMap
- GetAllPKeyPortalProductMaps
- GetInfoPortalProductMapsByPortalConfigID
- GetInfoPortalProductMapsByProductID
- GetPKeyPortalProductMapsByPortalConfigID
- GetPKeyPortalProductMapsByProductID
- InsertPortalProductMap
- OnDeleteProduct
DeletePortalProductMap
Deletes a(n) PortalProductMap.
Syntax |
DeletePortalProductMap($PortalConfigID, $ProductID); DeletePortalProductMap($hPortalProductMap); # if $hPortalProductMap includes PortalConfigID, ProductID |
Input |
|
ExistsPortalProductMap
Returns true if the PortalProductMap exists.
Syntax |
$exists = ExistsPortalProductMap($PortalConfigID, $ProductID); |
Input |
|
Return |
|
GetAllPKeyPortalProductMaps
Returns all PortalProductMap identifiers.
Syntax |
$ahPortalProductMapIDs = GetAllPKeyPortalProductMaps(); |
Return |
|
GetInfoPortalProductMapsByPortalConfigID
Returns objects of PortalProductMap by primary key element PortalConfigID.
Syntax |
$ahPortalProductMaps = GetInfoPortalProductMapsByPortalConfigID($PortalConfigID); |
Input |
|
Return |
|
GetInfoPortalProductMapsByProductID
Returns objects of PortalProductMap by alternate key ProductID.
Syntax |
$ahPortalProductMaps = GetInfoPortalProductMapsByProductID($ProductID); |
Input |
|
Return |
|
GetPKeyPortalProductMapsByPortalConfigID
Returns primary keys of PortalProductMap by primary key element PortalConfigID.
Syntax |
$ahKeys = GetPKeyPortalProductMapsByPortalConfigID($PortalConfigID); |
Input |
|
Return |
|
GetPKeyPortalProductMapsByProductID
Returns primary keys of PortalProductMap by alternate key ProductID.
Syntax |
$ahKeys = GetPKeyPortalProductMapsByProductID($ProductID); |
Input |
|
Return |
|
InsertPortalProductMap
Creates an entry of PortalProductMap.
Syntax |
InsertPortalProductMap($hPortalProductMap); |
Input |
|
OnDeleteProduct
Deletes PortalProductMap of this model when a(n) Product is deleted.
Syntax |
OnDeleteProduct($hParams); |
Input |
|