ePages 7.27.0 - DE_EPAGES/Design/API/Object/StyleBodyImageMap.pm

Package DE_EPAGES::Design::API::Object::StyleBodyImageMap

object interface for StyleBodyImageMap.

Base
DE_EPAGES::Object::API::Object::DALObject

Functions

className
dbPackage
deleteXML
id
importXML
primaryKey

className

Returns the class name, used for DAL access.

Syntax
$ClassName = $StyleBodyImageMap->className;
Return
$ClassName (String)
class name

dbPackage

Returns the database package, used for DAL access.

Syntax
$DbPackage = $StyleBodyImageMap->dbPackage;
Return
$DbPackage (String)
database package name

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
$Object = DE_EPAGES::Object::API::BaseObject->deleteXML($Handler, $hElement, $hAttributes);
Input
$Handler (object)
delete handler
$hElement (object)
current xml element
$hAttributes (object)
attributes of xml element
Return
$Object (DE_EPAGES::Design::API::Object::StyleBodyImageMap)
StyleBodyImageMap object if it still exists, otherwise undef

id

Returns the StyleBodyImageMap id.

Syntax
$StyleBodyImageMapID = $StyleBodyImageMap->id;
Return
$StyleBodyImageMapID (int)
style body image map id

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
$Handler (object)
xml import handler with support function addObject
$hElement (ref.hash)
XML element structure, see XML::SAX
$Class (object)
class object; the new object will be an instance of this class
$hAttributes (ref.hash)
attributes hash
Return
$Object (DE_EPAGES::Design::API::Object::StyleBodyImageMap)
created object

primaryKey

Returns the name of the primary key.

Syntax
$PrimaryKey = $StyleBodyImageMap->primaryKey;
Return
$PrimaryKey (String)
primimary key