Package DE_EPAGES::MultiStore::API::Table::AffiliateProductMap
interface for table AffiliateProductMap
Functions
- DeleteAffiliateProductMap
- ExistsAffiliateProductMap
- GetAllInfoAffiliateProductMaps
- GetAllPKeyAffiliateProductMaps
- GetInfoAffiliateProductMap
- GetInfoAffiliateProductMapsByAffiliateProductID
- GetInfoAffiliateProductMapsBySubShopID
- GetInfoAffiliateProductMapsBySubShopProductID
- GetPKeyAffiliateProductMapsByAffiliateProductID
- GetPKeyAffiliateProductMapsBySubShopID
- GetPKeyAffiliateProductMapsBySubShopProductID
- InsertAffiliateProductMap
- OnDeleteAffiliateProduct
- OnDeleteShop
- OnDeleteSubShopProduct
- UpdateAffiliateProductMap
DeleteAffiliateProductMap
Deletes a(n) AffiliateProductMap.
Syntax |
DeleteAffiliateProductMap($AffiliateProductMapID); DeleteAffiliateProductMap($hAffiliateProductMap); # if $hAffiliateProductMap includes AffiliateProductMapID |
Input |
|
ExistsAffiliateProductMap
Returns true if the AffiliateProductMap exists.
Syntax |
$exists = ExistsAffiliateProductMap($AffiliateProductMapID); |
Input |
|
Return |
|
GetAllInfoAffiliateProductMaps
Returns all objects of AffiliateProductMap.
Syntax |
$ahAffiliateProductMaps = GetAllInfoAffiliateProductMaps(); |
Return |
|
GetAllPKeyAffiliateProductMaps
Returns all AffiliateProductMap identifiers.
Syntax |
$aAffiliateProductMapIDs = GetAllPKeyAffiliateProductMaps(); |
Return |
|
GetInfoAffiliateProductMap
Returns the AffiliateProductMap by identifier.
Syntax |
$hAffiliateProductMap = GetInfoAffiliateProductMap($AffiliateProductMapID); |
Input |
|
Return |
|
GetInfoAffiliateProductMapsByAffiliateProductID
Returns objects of AffiliateProductMap by alternate key AffiliateProductID.
Syntax |
$ahAffiliateProductMaps = GetInfoAffiliateProductMapsByAffiliateProductID($AffiliateProductID); |
Input |
|
Return |
|
GetInfoAffiliateProductMapsBySubShopID
Returns objects of AffiliateProductMap by alternate key SubShopID.
Syntax |
$ahAffiliateProductMaps = GetInfoAffiliateProductMapsBySubShopID($SubShopID); |
Input |
|
Return |
|
GetInfoAffiliateProductMapsBySubShopProductID
Returns objects of AffiliateProductMap by alternate key SubShopProductID.
Syntax |
$ahAffiliateProductMaps = GetInfoAffiliateProductMapsBySubShopProductID($SubShopProductID); |
Input |
|
Return |
|
GetPKeyAffiliateProductMapsByAffiliateProductID
Returns primary keys of AffiliateProductMap by alternate key AffiliateProductID.
Syntax |
$aKeys = GetPKeyAffiliateProductMapsByAffiliateProductID($AffiliateProductID); |
Input |
|
Return |
|
GetPKeyAffiliateProductMapsBySubShopID
Returns primary keys of AffiliateProductMap by alternate key SubShopID.
Syntax |
$aKeys = GetPKeyAffiliateProductMapsBySubShopID($SubShopID); |
Input |
|
Return |
|
GetPKeyAffiliateProductMapsBySubShopProductID
Returns primary keys of AffiliateProductMap by alternate key SubShopProductID.
Syntax |
$aKeys = GetPKeyAffiliateProductMapsBySubShopProductID($SubShopProductID); |
Input |
|
Return |
|
InsertAffiliateProductMap
Creates an entry of AffiliateProductMap.
Syntax |
$AffiliateProductMapID = InsertAffiliateProductMap($hAffiliateProductMap); |
Input |
|
Return |
|
OnDeleteAffiliateProduct
Deletes AffiliateProductMap of this model when an AffiliateProduct is deleted.
Syntax |
OnDeleteAffiliateProduct($hParams); |
Input |
|
OnDeleteShop
Deletes AffiliateProductMap of this model when a(n) Shop is deleted.
Syntax |
OnDeleteShop($hParams); |
Input |
|
OnDeleteSubShopProduct
Deletes AffiliateProductMap of this model when an AffiliateProduct is deleted.
Syntax |
OnDeleteSubShopProduct($hParams); |
Input |
|
UpdateAffiliateProductMap
Updates a(n) AffiliateProductMap if any element was changed.
Syntax |
UpdateAffiliateProductMap($AffiliateProductMapID, $hAffiliateProductMap); UpdateAffiliateProductMap($hAffiliateProductMap); # if $hAffiliateProductMap includes AffiliateProductMapID |
Input |
|