ePages 6.10 - DE_EPAGES/ProductRating/API/Object/ProductRating.pm

Package DE_EPAGES::ProductRating::API::Object::ProductRating

object interface for ProductRating.

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

Functions

className
dbPackage
deleteXML
deleteXMLEnd
setVisibility

className

Returns the class name, used for DAL access.

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

dbPackage

Returns the database package, used for DAL access.

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

deleteXML

calls SUPER and push Group on stack.

Syntax
$Rating = $ObjectPackage->deleteXML($Handler, $hElement, $Class, $hAttributes);
Return
$Group (object)
imported object (possible undefined if deleted)

deleteXMLEnd

pop Rating from stack and calls SUPER.

Syntax
$ObjectPackage->deleteXMLEnd($Handler, $hElement);

setVisibility

set the object visible /invisible

Syntax
$Object->setVisibility(1);