Class Inx_Apiimpl_Core_SubscriptionManagerImpl

Description

Implements interfaces:

SubscriptionManagerImpl

SubscriptionManagerImpl

  • version: $Revision: 3456 $ $Date: 2005-10-25 08:47:44 +0000 (Di, 25 Okt 2005) $ $Author: bgn $

Located in /Apiimpl/Core/SubscriptionManagerImpl.php (line 7)


	
			
Variable Summary
Method Summary
Inx_Apiimpl_Core_SubscriptionManagerImpl __construct (Inx_Apiimpl_SessionContext $oSc)
void getAllLogEntries ( $rc,  $attrs)
void getLogEntriesAfter ( $after,  $rc,  $attrs)
void getLogEntriesAfterAndList ( $lc,  $after,  $rc,  $attrs)
void getLogEntriesBefore ( $before,  $rc,  $attrs)
void getLogEntriesBeforeAndList ( $lc,  $before,  $rc,  $attrs)
void getLogEntriesBetween ( $start,  $end,  $rc,  $attrs)
void getLogEntriesBetweenAndList ( $lc,  $start,  $end,  $rc,  $attrs)
void getLogEntriesForList ( $lc,  $rc,  $attrs)
void processSubscription ([ $sSourceIdentifier = null], [ $sRemoteAddress = null], Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress, [ $aAttrKeyValuePairs = array()])
void processSubscription2 (Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress)
void processUnsubscription ([ $sSourceIdentifier = null], [ $sRemoteAddress = null], Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress, [ $mailingId = 0])
void processUnsubscription2 (Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress)
void processUnsubscription3 ( $sSourceIdentifier,  $sRemoteAddress, Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress,  $iMailingId, [ $aAttrKeyValuePairs = null])
void processUnsubscription4 ( $sSourceIdentifier,  $sRemoteAddress, Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress,  $sMailingRef, [ $aAttrKeyValuePairs = null])
Variables
mixed $_oCore2Service (line 10)
  • access: protected
mixed $_oSessionContext (line 12)
  • access: protected
Methods
Constructor __construct (line 15)
  • access: public
Inx_Apiimpl_Core_SubscriptionManagerImpl __construct (Inx_Apiimpl_SessionContext $oSc)
getAllLogEntries (line 567)
  • access: public
void getAllLogEntries ( $rc,  $attrs)
  • $rc
  • $attrs

Implementation of:
Inx_Api_Subscription_SubscriptionManager::getAllLogEntries()
Returns an Inx_Api_Subsciption_SubscriptionLogEntryRowSet containing all existing (un)subscription log entries.
getLogEntriesAfter (line 576)
  • access: public
void getLogEntriesAfter ( $after,  $rc,  $attrs)
  • $after
  • $rc
  • $attrs

Implementation of:
Inx_Api_Subscription_SubscriptionManager::getLogEntriesAfter()
Returns a Inx_Api_Subsciption_SubscriptionLogEntryRowSet containing all existing (un)subscription log entries after a given date.
getLogEntriesAfterAndList (line 585)
  • access: public
void getLogEntriesAfterAndList ( $lc,  $after,  $rc,  $attrs)
  • $lc
  • $after
  • $rc
  • $attrs

Implementation of:
Inx_Api_Subscription_SubscriptionManager::getLogEntriesAfterAndList()
Returns a Inx_Api_Subsciption_SubscriptionLogEntryRowSet containing all existing (un)subscription log entries for a given list and after a given date.
getLogEntriesBefore (line 594)
  • access: public
void getLogEntriesBefore ( $before,  $rc,  $attrs)
  • $before
  • $rc
  • $attrs

Implementation of:
Inx_Api_Subscription_SubscriptionManager::getLogEntriesBefore()
Returns a Inx_Api_Subsciption_SubscriptionLogEntryRowSet containing all existing (un)subscription log entries before a given date.
getLogEntriesBeforeAndList (line 603)
  • access: public
void getLogEntriesBeforeAndList ( $lc,  $before,  $rc,  $attrs)
  • $lc
  • $before
  • $rc
  • $attrs

Implementation of:
Inx_Api_Subscription_SubscriptionManager::getLogEntriesBeforeAndList()
Returns a Inx_Api_Subsciption_SubscriptionLogEntryRowSet containing all existing (un)subscription log entries for a given list and before a given date.
getLogEntriesBetween (line 612)
  • access: public
void getLogEntriesBetween ( $start,  $end,  $rc,  $attrs)
  • $start
  • $end
  • $rc
  • $attrs

Implementation of:
Inx_Api_Subscription_SubscriptionManager::getLogEntriesBetween()
Returns a Inx_Api_Subsciption_SubscriptionLogEntryRowSet containing all existing (un)subscription log entries between given dates.
getLogEntriesBetweenAndList (line 621)
  • access: public
void getLogEntriesBetweenAndList ( $lc,  $start,  $end,  $rc,  $attrs)
  • $lc
  • $start
  • $end
  • $rc
  • $attrs

Implementation of:
Inx_Api_Subscription_SubscriptionManager::getLogEntriesBetweenAndList()
Returns a Inx_Api_Subsciption_SubscriptionLogEntryRowSet containing all existing (un)subscription log entries for a given list and between the given dates.
getLogEntriesForList (line 630)
  • access: public
void getLogEntriesForList ( $lc,  $rc,  $attrs)
  • $lc
  • $rc
  • $attrs

Implementation of:
Inx_Api_Subscription_SubscriptionManager::getLogEntriesForList()
Returns an Inx_Api_Subsciption_SubscriptionLogEntryRowSet containing all existing (un)subscription log entries for a given list.
processSubscription (line 24)
  • throws: FeatureNotAvailableException
  • access: public
void processSubscription ([ $sSourceIdentifier = null], [ $sRemoteAddress = null], Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress, [ $aAttrKeyValuePairs = array()])

Implementation of:
Inx_Api_Subscription_SubscriptionManager::processSubscription()
Activates the subscription process for the specified email address and sets the attribute values specified in the given associative array.
processSubscription2 (line 215)
  • access: public
void processSubscription2 (Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress)
processUnsubscription (line 184)
  • throws: FeatureNotAvailableException
  • access: public
void processUnsubscription ([ $sSourceIdentifier = null], [ $sRemoteAddress = null], Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress, [ $mailingId = 0])

Implementation of:
Inx_Api_Subscription_SubscriptionManager::processUnsubscription()
Activates the unsubscription process for the specified email address and mailing id.
processUnsubscription2 (line 235)
  • access: public
void processUnsubscription2 (Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress)
processUnsubscription3 (line 254)
  • access: public
void processUnsubscription3 ( $sSourceIdentifier,  $sRemoteAddress, Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress,  $iMailingId, [ $aAttrKeyValuePairs = null])

Implementation of:
Inx_Api_Subscription_SubscriptionManager::processUnsubscription3()
Activates the unsubscription process for the specified email address and mailing id and sets the attribute values specified in the given associative array.
processUnsubscription4 (line 411)
  • access: public
void processUnsubscription4 ( $sSourceIdentifier,  $sRemoteAddress, Inx_Api_List_StandardListContext $oListContext,  $sEmailAddress,  $sMailingRef, [ $aAttrKeyValuePairs = null])

Implementation of:
Inx_Api_Subscription_SubscriptionManager::processUnsubscription4()
Activates the unsubscription process for the specified email address and mailing reference and sets the attribute values specified in the given associative array.

Documentation generated on Thu, 17 Sep 2015 14:27:32 +0200 by phpDocumentor 1.3.2