Package DE_EPAGES::ShopConfiguration::API::Table::ShopTypeFeaturePack
interface for table ShopTypeFeaturePack
@EXPORT_OK |
Functions
- DeleteShopTypeFeaturePack
- ExistsShopTypeFeaturePack
- GetAllPKeyShopTypeFeaturePacks
- GetInfoShopTypeFeaturePacksByFeaturePackID
- GetInfoShopTypeFeaturePacksByShopTypeID
- GetPKeyShopTypeFeaturePacksByFeaturePackID
- GetPKeyShopTypeFeaturePacksByShopTypeID
- InsertShopTypeFeaturePack
DeleteShopTypeFeaturePack
Deletes a(n) ShopTypeFeaturePack.
Syntax |
DeleteShopTypeFeaturePack($ShopTypeID, $FeaturePackID); DeleteShopTypeFeaturePack($hShopTypeFeaturePack); # if $hShopTypeFeaturePack includes ShopTypeID, FeaturePackID |
Input |
|
ExistsShopTypeFeaturePack
Returns true if the ShopTypeFeaturePack exists.
Syntax |
$exists = ExistsShopTypeFeaturePack($ShopTypeID, $FeaturePackID); |
Input |
|
Return |
|
GetAllPKeyShopTypeFeaturePacks
Returns all ShopTypeFeaturePack identifiers.
Syntax |
$ahShopTypeFeaturePackIDs = GetAllPKeyShopTypeFeaturePacks(); |
Return |
|
GetInfoShopTypeFeaturePacksByFeaturePackID
Returns objects of ShopTypeFeaturePack by alternate key FeaturePackID.
Syntax |
$ahShopTypeFeaturePacks = GetInfoShopTypeFeaturePacksByFeaturePackID($FeaturePackID); |
Input |
|
Return |
|
GetInfoShopTypeFeaturePacksByShopTypeID
Returns objects of ShopTypeFeaturePack by primary key element ShopTypeID.
Syntax |
$ahShopTypeFeaturePacks = GetInfoShopTypeFeaturePacksByShopTypeID($ShopTypeID); |
Input |
|
Return |
|
GetPKeyShopTypeFeaturePacksByFeaturePackID
Returns primary keys of ShopTypeFeaturePack by alternate key FeaturePackID.
Syntax |
$ahKeys = GetPKeyShopTypeFeaturePacksByFeaturePackID($FeaturePackID); |
Input |
|
Return |
|
GetPKeyShopTypeFeaturePacksByShopTypeID
Returns primary keys of ShopTypeFeaturePack by primary key element ShopTypeID.
Syntax |
$ahKeys = GetPKeyShopTypeFeaturePacksByShopTypeID($ShopTypeID); |
Input |
|
Return |
|
InsertShopTypeFeaturePack
Creates an entry of ShopTypeFeaturePack.
Syntax |
InsertShopTypeFeaturePack($hShopTypeFeaturePack); |
Input |
|