ePages 6.11.0 - DE_EPAGES/TrustedShops/API/Object/TrustedShopsCertificate.pm

Package DE_EPAGES::TrustedShops::API::Object::TrustedShopsCertificate

object interface for TrustedShopsCertificate.

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

Functions

className
dbPackage
updateAll
updateProtectionItems

className

Returns the class name, used for DAL access.

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

dbPackage

Returns the database package, used for DAL access.

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

updateAll

updates the certificate's status and all the protection items

Syntax
my $ret = $Certificate->updateAll;
Return
$ret (boolean)
true if successful, 0 on failure

updateProtectionItems

calls the webservice function getProtectionItems and updates the list of the certificate's protection items

Syntax
my $ret = $Certificate->updateProtectionItems;
Return
$ret (boolean)
true if successful, 0 on failure