ePages 6.15.1 - DE_EPAGES/Picalike/UI/Product.pm

Package DE_EPAGES::Picalike::UI::Product

Common user interface to show, save and delete objects.

Functions

DeactivatePicalike
LogPicalikeUsage
ViewGetPicalikeProductInfo

DeactivatePicalike

In case of invalid API Key identified by Picalike no more calls will be started.

Syntax
DeactivatePicalike ($Servlet);
Input
$Servlet
Return
$errornumber

LogPicalikeUsage

Logs a structure to the count.log.

Syntax
LogPicalikeUsage($ObjectID, $Alias);
Input
$Servlet
Return
$errornumber

ViewGetPicalikeProductInfo

Reads given comma separated 'Attributes' from servlet object. Possible syntax: Attribute reads and responds as attribute "Attribute" ReturnName=AttributeName reads attribute "AttributeName" but responds it as "ReturnName" ReturnName=Attribute.SubAttribute reads attribute "SubAttribute" from object attribute "Attribute" and returns it as "ReturnName" Writes the JSON content directly to the servlet.

Syntax
$Handler->ViewGetPicalikeProductInfo( $Servlet );
Input
$Servlet (object)
current servlet (contains form data)
Return
$self->SUPER::View($Servlet);