ePages 6.17.40 - DE_EPAGES/EasyMarketing/UI/Shop.pm

Package DE_EPAGES::EasyMarketing::UI::Shop

UI Controler for easymarketing

Base
DE_EPAGES::Presentation::UI::Object

Functions

GrantEasyMarketingAuthorization
RevokeEasyMarketingAuthorization
ShowStatistics
ViewEasyMarketingAuthorization
_LogEasyMarketingCommunication

GrantEasyMarketingAuthorization

grants permission to your shop

Syntax
GrantEasyMarketingAuthorization( $Servlet );
Input
$Shop (DE_EPAGES::Shop::API::Object::Shop)
shop object
Return
(undef)
return

RevokeEasyMarketingAuthorization

Revokes the easymarketing authorization

Syntax
RevokeEasyMarketingAuthorization( $Servlet );
Input
$Shop (DE_EPAGES::Shop::API::Object::Shop)
shop object
Return
(undef)
return

ShowStatistics

dummy for widgid view action

Syntax
ShowStatistics( );
Return
(undef)
return

ViewEasyMarketingAuthorization

view action for app confirmation page

Syntax
ViewEasyMarketingAuthorization( $Servlet );
Input
$Shop (DE_EPAGES::Shop::API::Object::Shop)
shop object
Return
(undef)
return

_LogEasyMarketingCommunication

wrapps function for writing logs in the communication.log

Syntax
_LogEasyMarketingCommunication( $Caption, $hData, $SiteAlias );
Input
$Caption (string)
caption of the new logfile entry
$hData (hashref)
hash which should be logged
$SiteAlias (string)
site alias if given (optional)