Class Inx_Apiimpl_Sending_SendingImpl

Description

Implements interfaces:

Located in /Apiimpl/Sending/SendingImpl.php (line 2)


	
			
Variable Summary
mixed $_oData
mixed $_oService
mixed $_oSession
Method Summary
static void convert (Inx_Apiimpl_SessionContext $oSession,  $oData)
static void convertArray (Inx_Apiimpl_SessionContext $oSession,  $aData)
Inx_Apiimpl_Sending_SendingImpl __construct (Inx_Apiimpl_AbstractSession $oSession,  $oData)
void getEndDate ()
void getId ()
void getListId ()
void getMailingId ()
void getReportData ()
void getStartDate ()
void getState ()
void getTotalSize ()
void getType ()
void hasBounced ( $iRecipientId)
void hasClicked ( $iRecipientId)
void hasOpened ( $iRecipientId)
void reload ()
Variables
mixed $_oData (line 6)
  • access: protected
mixed $_oService (line 8)
  • access: protected
mixed $_oSession (line 4)
  • access: protected
Methods
static method convert (line 230)
  • access: public
static void convert (Inx_Apiimpl_SessionContext $oSession,  $oData)
static method convertArray (line 239)
  • access: public
static void convertArray (Inx_Apiimpl_SessionContext $oSession,  $aData)
Constructor __construct (line 11)
  • access: public
Inx_Apiimpl_Sending_SendingImpl __construct (Inx_Apiimpl_AbstractSession $oSession,  $oData)
findClicks (line 221)
  • access: public
void findClicks (Inx_Api_Recipient_RecipientContext $oRc,  $aAttrs)

Implementation of:
Inx_Api_Sending_Sending::findClicks()
Returns an Inx_Api_DataAccess_ClickDataRowSet containing all clicks on links in the mailing of this sending.
findGeneralMailing (line 162)
  • access: public
void findGeneralMailing ()

Implementation of:
Inx_Api_Sending_Sending::findGeneralMailing()
Returns the Inx_Api_GeneralMailing_GeneralMailing corresponding to this sending. returned if the mailing type of the sending is not compatible with Inx_Api_GeneralMailing_GeneralMailingManager or if the corresponding Inx_Api_GeneralMailing_GeneralMailing could not be found (e. method performs a separate server call.
findIndividualSendings (line 175)
  • access: public
void findIndividualSendings ()

Implementation of:
Inx_Api_Sending_Sending::findIndividualSendings()
Returns an Inx_Api_Sending_IndividualSendingRowSet containing data related to the sending of mails to individual recipients. mail, clicked a link of the mail or caused a bounce and what the sending state is.
findRecipients (line 212)
  • access: public
void findRecipients (Inx_Api_Recipient_RecipientContext $oRc)

Implementation of:
Inx_Api_Sending_Sending::findRecipients()
Returns an Inx_Api_Recipient_RecipientRowSet containing recipient meta data (i. status). that any recipients which are not existing anymore (with respect to their ID) are not included in the result.
findSendingRecipients (line 190)
  • access: public
void findSendingRecipients (Inx_Api_Recipient_RecipientContext $oRc,  $aAttrs)

Implementation of:
Inx_Api_Sending_Sending::findSendingRecipients()
Returns an Inx_Api_Sending_SendingRecipientRowSet containing data related to the sending of mails to individual recipients, including meta date of these recipients. determine whether a recipient opened the mail, clicked a link of the mail or caused a bounce and what the sending state is. access is read-only.
getEndDate (line 59)
  • access: public
void getEndDate ()

Implementation of:
Inx_Api_Sending_Sending::getEndDate()
Returns the end date of this sending.
getId (line 19)
  • access: public
void getId ()

Implementation of:
Inx_Api_ReadOnlyBusinessObject::getId()
Returns the unique identifier of this Inx_Api_ReadOnlyBusinessObject.
getListId (line 47)
  • access: public
void getListId ()

Implementation of:
Inx_Api_Sending_Sending::getListId()
Returns the ID of the list containing the mailing being sent.
getMailingId (line 41)
  • access: public
void getMailingId ()

Implementation of:
Inx_Api_Sending_Sending::getMailingId()
Returns the ID of the mailing being sent.
getModificationDate (line 65)
  • access: public
void getModificationDate ()

Implementation of:
Inx_Api_Sending_Sending::getModificationDate()
Returns the date when this sending has been modified last.
getReportData (line 89)
  • access: public
void getReportData ()

Implementation of:
Inx_Api_Sending_Sending::getReportData()
Returns an Inx_Api_Sending_SendingReport object containing accumulated report data regarding this sending.
getStartDate (line 53)
  • access: public
void getStartDate ()

Implementation of:
Inx_Api_Sending_Sending::getStartDate()
Returns the start date of this sending. which the first mail is being sent. sent.
getState (line 71)
  • access: public
void getState ()

Implementation of:
Inx_Api_Sending_Sending::getState()
Returns the state of this sending.
getTotalSize (line 83)
  • access: public
void getTotalSize ()

Implementation of:
Inx_Api_Sending_Sending::getTotalSize()
Returns the total size of the sending in bytes.
getType (line 77)
  • access: public
void getType ()

Implementation of:
Inx_Api_Sending_Sending::getType()
Returns the type of the mailing being sent.
hasBounced (line 147)
  • access: public
void hasBounced ( $iRecipientId)
  • $iRecipientId

Implementation of:
Inx_Api_Sending_Sending::hasBounced()
Returns a bool indicating whether the specified recipient caused a bounce during the sending of the mail.
hasClicked (line 132)
  • access: public
void hasClicked ( $iRecipientId)
  • $iRecipientId

Implementation of:
Inx_Api_Sending_Sending::hasClicked()
Returns a bool indicating whether the specified recipient clicked a link of the mail sent by this sending.
hasOpened (line 117)
  • access: public
void hasOpened ( $iRecipientId)
  • $iRecipientId

Implementation of:
Inx_Api_Sending_Sending::hasOpened()
Returns a bool indicating whether the specified recipient opened the mail sent by this sending.
isMailingDeleted (line 111)
  • access: public
void isMailingDeleted ()

Implementation of:
Inx_Api_Sending_Sending::isMailingDeleted()
Returns a bool indicating whether the mailing sent by this sending has been deleted.
isProtocolDeleted (line 105)
  • access: public
void isProtocolDeleted ()

Implementation of:
Inx_Api_Sending_Sending::isProtocolDeleted()
Returns a bool indicating whether the protocol for this sending has been deleted. protocol has been deleted it is not possible to determine how a specific recipient reacted on the mail.
reload (line 25)
  • access: public
void reload ()

Implementation of:
Inx_Api_ReadOnlyBusinessObject::reload()
Reloads this business object from the server.

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