Package DE_EPAGES::TrustedShops::API::Object::TrustedShopsCertificate
object interface for TrustedShopsCertificate.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $TrustedShopsCertificate->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $TrustedShopsCertificate->dbPackage; |
Return |
|
updateAll
updates the certificate's status and all the protection items
Syntax |
my $ret = $Certificate->updateAll; |
Return |
|
updateProtectionItems
calls the webservice function getProtectionItems and updates the list of the certificate's protection items
Syntax |
my $ret = $Certificate->updateProtectionItems; |
Return |
|