Package DE_EPAGES::Product::API::Object::BundleProductMap
object interface for BundleProductMap.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $BundleProductMap->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $BundleProductMap->dbPackage; |
Return |
|
deleteXML
Called by the SAX driver when a start tag for the current object class is encountered. The function identifies the object by the attributes in $hAttributes and deletes the object if it still exists and and the attribute 'delete="1"' is specified.
Syntax |
$Object = DE_EPAGES::Object::API::Object::Object->deleteXML($Handler, $hElement, $hAttributes, $Class); |
Input |
|
Return |
|
id
Returns the BundleProductMap id.
Syntax |
$BundleProductMapID = $BundleProductMap->id; |
Return |
|
importXML
Imports an object from an XML file. This function is called at the XML start tag.
Syntax |
$Object = DE_EPAGES::Object::API::Object::Object->importXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $BundleProductMap->primaryKey; |
Return |
|