ePages 6.17.15 - 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
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

setVisibility

set the product rating visible /invisible. Invalidates the page cache of the shop.

Syntax
$Object->setVisibility( $IsVisible );
Input
$IsVisible (boolean)
true if product rating becomes visible