Package DE_EPAGES::Design::API::Object::StyleTemplateVariation
object interface for StyleTemplateVariation.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $StyleTemplateVariation->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $StyleTemplateVariation->dbPackage; |
Return |
|
deleteXML
place holder to delete xml data see DE_EPAGES::Object::API::Object::Object::deleteXML. This function will be called at start tag. The end tag calls deleteXMLEnd.
Syntax |
DE_EPAGES::Object::API::BaseObject->deleteXML($Handler, $hElement, $hAttributes); |
Input |
|
exportXMLAttributes
Returns plain attribute values of the object to XML export driver, i.e. all attributes that are not localizable, objects, hashes or arrays.
Syntax |
$hAttributes = $Object->exportXMLAttributes( $hAttributes, $hAllAttributes ); |
Input |
|
Return |
|
id
Returns the StyleTemplateVariation id.
Syntax |
$StyleTemplateVariationID = $StyleTemplateVariation->id; |
Return |
|
importXML
place holder to import xml data see DE_EPAGES::Object::API::Object::Object::importXML. This function will be called at start tag. The end tag calls importXMLEnd.
Syntax |
$Object = DE_EPAGES::Object::API::BaseObject->importXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $StyleTemplateVariation->primaryKey; |
Return |
|