An Inx_Api_Subscription_SubscriptionLogEntryRowSet can be used to determine whether recipients have been unsubscribed from or subscribed to a list.
An Inx_Api_Subscription_SubscriptionLogEntryRowSet can be used to determine whether recipients have been unsubscribed from or subscribed to a list. It can also contain information about the recipient, if she/he exists. <P/> The following information can be retrieved using the SubscriptionLogEntryRowSet:
$oRecipientContext = $oSession->createRecipientContext(); $oSubscriptionManager = $oSession->getSubscriptionManager(); $oSubscriptionLogEntryRowSet = $oSubscriptionManager->getAllLogEntries( $oRecipientContext, null ); while( $oSubscriptionLogEntryRowSet->next() ) { echo $oSubscriptionLogEntryRowSet->getEmailAddress()."<br>"; } $oSubscriptionLogEntryRowSet->close();<p/> <strong>Note:</strong> An Inx_Api_Subscription_SubscriptionLogEntryRowSet object <strong>must</strong> be closed once it is not needed anymore to prevent memory leaks and other potentially harmful side effects. <p/> For more information about the (un)subscription of recipients, see the Inx_api_Subscritpion_SubscriptionManager and Inx_Api_Recipient_RecipientContext</i> documentation.
Located in /Api/Subscription/SubscriptionLogEntryRowSet.php (line 118)
Inx_Api_InxRowSet | --Inx_Api_Recipient_ReadOnlyRecipientRowSet | --Inx_Api_Subscription_SubscriptionLogEntryRowSet
Returns the email address associated with this entry.
Returns the email address associated with this entry.
Returns the datetime of the entry.
Returns the datetime of the entry.
Returns the id of the list associated with this entry.
Returns the id of the list associated with this entry.
Returns the whole log message as string.
Returns the whole log message as string.
Returns the id of the recipient associated with this entry, if the recipient exists.
Returns the id of the recipient associated with this entry, if the recipient exists.
Returns the state of the recipient associated with the current log entry.
Returns the state of the recipient associated with the current log entry. May be one of:
Returns the sending id associated with this entry. be returned.
Returns the sending id associated with this entry. If no sending id is present, SENDING_ID_UNKNOWN will be returned.
Returns the type of the entry.
Returns the type of the entry. May be one of:
Inherited From Inx_Api_Recipient_ReadOnlyRecipientRowSet
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getBoolean()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getContext()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getDate()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getDatetime()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getDouble()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getInteger()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getMetaData()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getObject()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getString()
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getTime()
Inherited From Inx_Api_InxRowSet
Inx_Api_InxRowSet::afterLastRow()
Inx_Api_InxRowSet::beforeFirstRow()
Inx_Api_InxRowSet::close()
Inx_Api_InxRowSet::getRow()
Inx_Api_InxRowSet::getRowCount()
Inx_Api_InxRowSet::next()
Inx_Api_InxRowSet::previous()
Inx_Api_InxRowSet::setRow()
The SubscriptionInformation State for a subscription blocked by a blacklist agent.
The SubscriptionInformation State for a subscription blocked by a blacklist agent.
The SubscriptionInformation state for duplicate subscriptions.
The SubscriptionInformation state for duplicate subscriptions.
The SubscriptionInformation state for a member who is already unsubscribed from this list.
The SubscriptionInformation state for a member who is already unsubscribed from this list.
The SubscriptionInformation state for an invalid mail address.
The SubscriptionInformation state for an invalid mail address.
The SubscriptionInformation state for an unsubscription received via an unsubscription header.
The SubscriptionInformation state for an unsubscription received via an unsubscription header.
The SubscriptionInformation state for unsubscriptions through a list unsubscribe header link where the recipient is not a member of the list (neither subscribed nor unsubscribed). property UnsubscribeNotInList is activated.
The SubscriptionInformation state for unsubscriptions through a list unsubscribe header link where the recipient is not a member of the list (neither subscribed nor unsubscribed). This state will only be used if the list property UnsubscribeNotInList is activated.
The SubscriptionInformation state for forced subscriptions.
The SubscriptionInformation state for forced subscriptions.
The SubscriptionInformation state for forced unsubscriptions.
The SubscriptionInformation state for forced unsubscriptions.
The SubscriptionInformation state for unsubscription of unknown list members.
The SubscriptionInformation state for unsubscription of unknown list members.
The SubscriptionInformation state for an unsubscription request regarding a member who is not known to the system. possible that the recipient was deleted because she/he was no longer subscribed to any list. configured using the subscription manager option 'Delete recipient from system if the recipient is not subscribed to another list'.
The SubscriptionInformation state for an unsubscription request regarding a member who is not known to the system. This can happen when the recipient was manually deleted or was never part of the system. It is also possible that the recipient was deleted because she/he was no longer subscribed to any list. This can be configured using the subscription manager option 'Delete recipient from system if the recipient is not subscribed to another list'.
The SubscriptionInformation State for pending subscriptions.
The SubscriptionInformation State for pending subscriptions.
The SubscriptionInformation state for a verified subscription (Double Opt In).
The SubscriptionInformation state for a verified subscription (Double Opt In).
The SubscriptionInformation State for pending unsubscriptions.
The SubscriptionInformation State for pending unsubscriptions.
The SubscriptionInformation state for a verified unsubscription (Double Opt Out).
The SubscriptionInformation state for a verified unsubscription (Double Opt Out).
The SubscriptionInformation state for confirmed pending unsubscriptions where the recipient is not a member of the list (neither subscribed nor unsubscribed). UnsubscribeNotInList is activated.
The SubscriptionInformation state for confirmed pending unsubscriptions where the recipient is not a member of the list (neither subscribed nor unsubscribed). This state will only be used if the list property UnsubscribeNotInList is activated.
The SubscriptionInformation state for unverified unsubscriptions where the recipient is not a member of the list (neither subscribed nor unsubscribed). activated.
The SubscriptionInformation state for unverified unsubscriptions where the recipient is not a member of the list (neither subscribed nor unsubscribed). This state will only be used if the list property UnsubscribeNotInList is activated.
State for existent recipient.
State for existent recipient.
State for missing recipient information.
State for missing recipient information. This state will be used when no attributes are specified in the query or in case of an unknown or deleted recipient.
State for missing sending id information. log entry. available for unsubscription via certain methods (e.
State for missing sending id information. This state will be used when no sending id is present in the current log entry. Please note that the sending id is generally unknown for subscription log entries and is only available for unsubscription via certain methods (e.g. JSP based unsubscription).
The SubscriptionInformation state for subscriber email address != mail email address.
The SubscriptionInformation state for subscriber email address != mail email address.
The SubscriptionInformation state for an invalid subscription verification.
The SubscriptionInformation state for an invalid subscription verification.
The SubscriptionInformation state for an error which occurred during the subscription.
The SubscriptionInformation state for an error which occurred during the subscription.
The SubscriptionInformation state for a timed out subscription verification.
The SubscriptionInformation state for a timed out subscription verification.
The SubscriptionInformation state for a bounced subscription verification.
The SubscriptionInformation state for a bounced subscription verification.
The SubscriptionInformation State for an unknown subscription type.
The SubscriptionInformation State for an unknown subscription type.
The SubscriptionInformation state for member email address != mail email address.
The SubscriptionInformation state for member email address != mail email address.
The SubscriptionInformation state for an invalid unsubscription verification.
The SubscriptionInformation state for an invalid unsubscription verification.
The SubscriptionInformation state for an error which occurred during the unsubscription.
The SubscriptionInformation state for an error which occurred during the unsubscription.
The SubscriptionInformation state for a timed out unsubscription verification.
The SubscriptionInformation state for a timed out unsubscription verification.
The SubscriptionInformation state for a bounced unsubscription verification.
The SubscriptionInformation state for a bounced unsubscription verification.
The SubscriptionInformation State for verified subscriptions.
The SubscriptionInformation State for verified subscriptions.
The SubscriptionInformation State for verified unsubscriptions.
The SubscriptionInformation State for verified unsubscriptions.
The SubscriptionInformation state for verified unsubscriptions where the recipient is not a member of the list (neither subscribed nor unsubscribed). activated.
The SubscriptionInformation state for verified unsubscriptions where the recipient is not a member of the list (neither subscribed nor unsubscribed). This state will only be used if the list property UnsubscribeNotInList is activated.
Documentation generated on Thu, 17 Sep 2015 14:27:31 +0200 by phpDocumentor 1.3.2