Package DE_EPAGES::Shop::API::Table::ShopFeature
interface for table ShopFeature
@EXPORT_OK |
Functions
- DeleteShopFeature
- ExistsShopFeature
- GetAllInfoShopFeatures
- GetAllPKeyShopFeatures
- GetInfoShopFeature
- GetInfoShopFeaturesByFeatureID
- GetInfoShopFeaturesByShopID
- GetPKeyShopFeaturesByFeatureID
- GetPKeyShopFeaturesByShopID
- InsertShopFeature
- OnDeleteShop
- UpdateShopFeature
DeleteShopFeature
Deletes a(n) ShopFeature.
Syntax |
DeleteShopFeature($ShopID, $FeatureID); DeleteShopFeature($hShopFeature); # if $hShopFeature includes ShopID, FeatureID |
Input |
|
ExistsShopFeature
Returns true if the ShopFeature exists.
Syntax |
$exists = ExistsShopFeature($ShopID, $FeatureID); |
Input |
|
Return |
|
GetAllInfoShopFeatures
Returns all objects of ShopFeature.
Syntax |
$ahShopFeatures = GetAllInfoShopFeatures(); |
Return |
|
GetAllPKeyShopFeatures
Returns all ShopFeature identifiers.
Syntax |
$ahShopFeatureIDs = GetAllPKeyShopFeatures(); |
Return |
|
GetInfoShopFeature
Returns the ShopFeature by identifier.
Syntax |
$hShopFeature = GetInfoShopFeature($ShopID, $FeatureID); |
Input |
|
Return |
|
GetInfoShopFeaturesByFeatureID
Returns objects of ShopFeature by alternate key FeatureID.
Syntax |
$ahShopFeatures = GetInfoShopFeaturesByFeatureID($FeatureID); |
Input |
|
Return |
|
GetInfoShopFeaturesByShopID
Returns objects of ShopFeature by primary key element ShopID.
Syntax |
$ahShopFeatures = GetInfoShopFeaturesByShopID($ShopID); |
Input |
|
Return |
|
GetPKeyShopFeaturesByFeatureID
Returns primary keys of ShopFeature by alternate key FeatureID.
Syntax |
$ahKeys = GetPKeyShopFeaturesByFeatureID($FeatureID); |
Input |
|
Return |
|
GetPKeyShopFeaturesByShopID
Returns primary keys of ShopFeature by primary key element ShopID.
Syntax |
$ahKeys = GetPKeyShopFeaturesByShopID($ShopID); |
Input |
|
Return |
|
InsertShopFeature
Creates an entry of ShopFeature.
Syntax |
InsertShopFeature($hShopFeature); |
Input |
|
OnDeleteShop
Deletes ShopFeature of this model when a(n) Shop is deleted.
Syntax |
OnDeleteShop($hParams); |
Input |
|
UpdateShopFeature
Updates a(n) ShopFeature if any element was changed.
Syntax |
UpdateShopFeature($ShopID, $FeatureID, $hShopFeature); UpdateShopFeature($hShopFeature); # if $hShopFeature includes ShopID, FeatureID |
Input |
|