Package DE_EPAGES::ShopConfiguration::API::Object::ShopFeatureCollection
object interface for ShopFeatureCollection.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ShopFeatureCollection->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ShopFeatureCollection->dbPackage; |
Return |
|
differentFeatures
Returns the features, which are different.
Syntax |
$ahDifferentFeatures = $ShopFeatureCollection->differentFeatures( $Collection ); |
Example |
$ahDifferentFeatures = $ShopFeatureCollection->differentFeatures( $ShopFeatureCollection2 ); $ahDifferentFeatures = $ShopFeatureCollection->differentFeatures( $FeatureCollection ); |
Input |
|
Return |
|
exportXMLElements
Exports multilinguagal attribute value of this object to the xml SAX driver.
Syntax |
$Object->exportXMLElements($Driver, $hAllAttributes); |
Input |
|
featureMaxValue
Returns the maximum value of a feature.
Syntax |
$MaxValue = $Collection->featureMaxValue( $FeatureRef ); |
Input |
|
Return |
|