Package DE_EPAGES::Newsletter::API::Object::NewsletterRecipient
object interface for NewsletterRecipient.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
delete
Deletes this object, therefore the hook 'OBJ_DeleteNewsletterRecipient' is triggered.
Syntax |
$NewsletterRecipient->delete; |
Hook |
|
deleteSelf
Deletes the object at database tables.
Syntax |
$NewsletterRecipient->deleteSelf; |
insert
Insert this info as object, afterwards the hook 'OBJ_InsertNewsletterRecipient' is triggered.
Syntax |
$NewsletterRecipient = DE_EPAGES::Newsletter::API::Object::NewsletterRecipient->insert($hInfo); |
Example |
my $Class = LoadClassByAlias('NewsletterRecipient'); my $NewsletterRecipient = $Class->insertObject($hInfo); |
Input |
|
Return |
|
Hook |
|
set
This function triggers hooks 'OBJ_BeforeUpdateNewsletterRecipient' and 'OBJ_AfterUpdateNewsletterRecipient'.
Syntax |
$NewsletterRecipient->set($hValues, $LanguageID); |
Hook |
|