Package DE_EPAGES::ShopConfiguration::API::Table::StoreFeature
interface for table StoreFeature
@EXPORT_OK |
Functions
- DeleteStoreFeature
- ExistsStoreFeature
- GetAllPKeyStoreFeatures
- GetInfoStoreFeaturesByFeatureID
- GetInfoStoreFeaturesByStoreID
- GetPKeyStoreFeaturesByFeatureID
- GetPKeyStoreFeaturesByStoreID
- InsertStoreFeature
- OnDeleteStore
DeleteStoreFeature
Deletes a(n) StoreFeature.
Syntax |
DeleteStoreFeature($StoreID, $FeatureID); DeleteStoreFeature($hStoreFeature); # if $hStoreFeature includes StoreID, FeatureID |
Input |
|
ExistsStoreFeature
Returns true if the StoreFeature exists.
Syntax |
$exists = ExistsStoreFeature($StoreID, $FeatureID); |
Input |
|
Return |
|
GetAllPKeyStoreFeatures
Returns all StoreFeature identifiers.
Syntax |
$ahStoreFeatureIDs = GetAllPKeyStoreFeatures(); |
Return |
|
GetInfoStoreFeaturesByFeatureID
Returns objects of StoreFeature by alternate key FeatureID.
Syntax |
$ahStoreFeatures = GetInfoStoreFeaturesByFeatureID($FeatureID); |
Input |
|
Return |
|
GetInfoStoreFeaturesByStoreID
Returns objects of StoreFeature by primary key element StoreID.
Syntax |
$ahStoreFeatures = GetInfoStoreFeaturesByStoreID($StoreID); |
Input |
|
Return |
|
GetPKeyStoreFeaturesByFeatureID
Returns primary keys of StoreFeature by alternate key FeatureID.
Syntax |
$ahKeys = GetPKeyStoreFeaturesByFeatureID($FeatureID); |
Input |
|
Return |
|
GetPKeyStoreFeaturesByStoreID
Returns primary keys of StoreFeature by primary key element StoreID.
Syntax |
$ahKeys = GetPKeyStoreFeaturesByStoreID($StoreID); |
Input |
|
Return |
|
InsertStoreFeature
Creates an entry of StoreFeature.
Syntax |
InsertStoreFeature($hStoreFeature); |
Input |
|
OnDeleteStore
Deletes StoreFeature of this model when a(n) Store is deleted.
Syntax |
OnDeleteStore($hParams); |
Input |
|