Package DE_EPAGES::Product::API::Table::SelectedVariation
interface for table SelectedVariation
Functions
- DeleteSelectedVariation
- ExistsSelectedVariation
- ExistsSelectedVariationByProductID
- GetAllInfoSelectedVariations
- GetAllPKeySelectedVariations
- GetInfoSelectedVariation
- GetInfoSelectedVariationByProductID
- GetInfoSelectedVariationsByAttributeID
- GetInfoSelectedVariationsByPreDefAttributeID
- GetInfoSelectedVariationsByProductID
- GetPKeySelectedVariationByProductID
- GetPKeySelectedVariationsByAttributeID
- GetPKeySelectedVariationsByPreDefAttributeID
- GetPKeySelectedVariationsByProductID
- InsertSelectedVariation
- OnDeleteAttribute
- OnDeletePreDefAttribute
- UpdateSelectedVariation
DeleteSelectedVariation
Deletes a(n) SelectedVariation.
Syntax |
DeleteSelectedVariation($SelectedVariationID); DeleteSelectedVariation($hSelectedVariation); # if $hSelectedVariation includes SelectedVariationID |
Input |
|
ExistsSelectedVariation
Returns true if the SelectedVariation exists.
Syntax |
$exists = ExistsSelectedVariation($SelectedVariationID); |
Input |
|
Return |
|
ExistsSelectedVariationByProductID
Returns true if a SelectedVariation by alternate keys ProductID and PreDefAttributeID exists.
Syntax |
$SelectedVariationID = ExistsSelectedVariationByProductID($ProductID, $PreDefAttributeID); |
Input |
|
Return |
|
GetAllInfoSelectedVariations
Returns all objects of SelectedVariation.
Syntax |
$ahSelectedVariations = GetAllInfoSelectedVariations(); |
Return |
|
GetAllPKeySelectedVariations
Returns all SelectedVariation identifiers.
Syntax |
$aSelectedVariationIDs = GetAllPKeySelectedVariations(); |
Return |
|
GetInfoSelectedVariation
Returns the SelectedVariation by identifier.
Syntax |
$hSelectedVariation = GetInfoSelectedVariation($SelectedVariationID); |
Input |
|
Return |
|
GetInfoSelectedVariationByProductID
Returns the object of SelectedVariation by alternate keys ProductID and PreDefAttributeID.
Syntax |
$hSelectedVariation = GetInfoSelectedVariationByProductID($ProductID, $PreDefAttributeID); |
Input |
|
Return |
|
GetInfoSelectedVariationsByAttributeID
Returns objects of SelectedVariation by alternate key AttributeID.
Syntax |
$ahSelectedVariations = GetInfoSelectedVariationsByAttributeID($AttributeID); |
Input |
|
Return |
|
GetInfoSelectedVariationsByPreDefAttributeID
Returns objects of SelectedVariation by alternate key PreDefAttributeID.
Syntax |
$ahSelectedVariations = GetInfoSelectedVariationsByPreDefAttributeID($PreDefAttributeID); |
Input |
|
Return |
|
GetInfoSelectedVariationsByProductID
Returns objects of SelectedVariation by alternate keys ProductID and PreDefAttributeID.
Syntax |
$ahSelectedVariations = GetInfoSelectedVariationsByProductID($ProductID, $PreDefAttributeID); |
Input |
|
Return |
|
GetPKeySelectedVariationByProductID
Returns primary key of SelectedVariation by alternate keys ProductID and PreDefAttributeID.
Syntax |
$SelectedVariationID = GetPKeySelectedVariationByProductID($ProductID, $PreDefAttributeID); |
Input |
|
Return |
|
GetPKeySelectedVariationsByAttributeID
Returns primary keys of SelectedVariation by alternate key AttributeID.
Syntax |
$aKeys = GetPKeySelectedVariationsByAttributeID($AttributeID); |
Input |
|
Return |
|
GetPKeySelectedVariationsByPreDefAttributeID
Returns primary keys of SelectedVariation by alternate key PreDefAttributeID.
Syntax |
$aKeys = GetPKeySelectedVariationsByPreDefAttributeID($PreDefAttributeID); |
Input |
|
Return |
|
GetPKeySelectedVariationsByProductID
Returns primary keys of SelectedVariation by alternate keys ProductID and PreDefAttributeID.
Syntax |
$aKeys = GetPKeySelectedVariationsByProductID($ProductID, $PreDefAttributeID); |
Input |
|
Return |
|
InsertSelectedVariation
Creates an entry of SelectedVariation.
Syntax |
$SelectedVariationID = InsertSelectedVariation($hSelectedVariation); |
Input |
|
Return |
|
OnDeleteAttribute
Deletes SelectedVariation of this model when a(n) Attribute is deleted.
Syntax |
OnDeleteAttribute($hParams); |
Input |
|
OnDeletePreDefAttribute
Deletes SelectedVariation of this model when a(n) PreDefAttribute is deleted.
Syntax |
OnDeletePreDefAttribute($hParams); |
Input |
|
UpdateSelectedVariation
Updates a(n) SelectedVariation if any element was changed.
Syntax |
UpdateSelectedVariation($SelectedVariationID, $hSelectedVariation); UpdateSelectedVariation($hSelectedVariation); # if $hSelectedVariation includes SelectedVariationID |
Input |
|