ePages 6.17.40 - DE_EPAGES/Design/API/Object/StyleGroupMap.pm

Package DE_EPAGES::Design::API::Object::StyleGroupMap

object interface for StyleGroupMap.

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

Functions

className
dbPackage
exportXMLAttributes
id
primaryKey

className

Returns the class name, used for DAL access.

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

dbPackage

Returns the database package, used for DAL access.

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

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
$Driver (object)
xml export driver with support function addObject
$hAllAttributes (ref.hash)
all attribute values
Return
$hAttributes (ref.hash.string)
plain attribute values

id

Returns the StyleGroupMap id.

Syntax
$StyleGroupMapID = $StyleGroupMap->id;
Return
$StyleGroupMapID (int)
style group map id

primaryKey

Returns the name of the primary key.

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