Class Inx_Apiimpl_DataAccess_ClickDataQueryImpl

Description
Method Summary
Inx_Apiimpl_DataAccess_ClickDataQueryImpl __construct (Inx_Apiimpl_SessionContext $oSc, Inx_Api_Recipient_RecipientContext $oRecipientContext,  $aAttributes, Inx_Apiimpl_DataAccess_ClickDataImpl $oCd)
void after ( $sDate)
void before ( $sDate)
void between ( $sStart,  $sEnd)
void executeQuery ()
void link ( $iLinkId)
void links ( $aLinkIds)
void linkType ( $iLinkType)
void linkTypes ( $aLinkTypes)
void mailing ( $iMailingId)
void mailings ( $aMailingIds)
void recipient ( $iRecipientId)
void recipients ( $aRecipientIds)
void sending ( $iSendingId)
void sendings ( $aSendingIds)
Methods
Constructor __construct (line 31)
  • access: public
Inx_Apiimpl_DataAccess_ClickDataQueryImpl __construct (Inx_Apiimpl_SessionContext $oSc, Inx_Api_Recipient_RecipientContext $oRecipientContext,  $aAttributes, Inx_Apiimpl_DataAccess_ClickDataImpl $oCd)
after (line 120)
  • access: public
void after ( $sDate)
  • $sDate

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::after()
Assigns an after filter (start date), overwriting any existing after filters, including those imposed by between filters.
before (line 113)
  • access: public
void before ( $sDate)
  • $sDate

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::before()
Assigns a before filter (end date), overwriting any existing before filters, including those imposed by between filters.
between (line 127)
  • access: public
void between ( $sStart,  $sEnd)
  • $sStart
  • $sEnd

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::between()
Assigns a between filter (start and end date), overwriting any existing before, after and between filters. result will only contain clicks performed after or at the given start date and before or at the given end date.
executeQuery (line 135)
  • access: public
void executeQuery ()

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::executeQuery()
Executes the query, applying all filters and returning the resulting ClickDataRowSet.
link (line 57)
  • access: public
void link ( $iLinkId)
  • $iLinkId

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::link()
Assigns a link filter for a single link, overwriting any existing link filters. clicks on the given link.
links (line 64)
  • access: public
void links ( $aLinkIds)
  • array $aLinkIds

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::links()
Assigns a link filter for several links, overwriting any existing link filters. clicks on the given links.
linkType (line 97)
  • access: public
void linkType ( $iLinkType)
  • $iLinkType

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::linkType()
Assigns a link type filter for a single link type, overwriting any existing link type filters. only contain clicks on links of the given type.
linkTypes (line 105)
  • access: public
void linkTypes ( $aLinkTypes)
  • array $aLinkTypes

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::linkTypes()
Assigns a link type filter for several link types, overwriting any existing link type filters. only contain clicks on links of the given types.
mailing (line 43)
  • access: public
void mailing ( $iMailingId)
  • $iMailingId

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::mailing()
Assigns a mailing filter for a single mailing, overwriting any existing mailing filters. contain clicks on links which are part of the given mailing.
mailings (line 50)
  • access: public
void mailings ( $aMailingIds)
  • array $aMailingIds

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::mailings()
Assigns a mailing filter for several mailings, overwriting any existing mailing filters. contain clicks on links which are part of the given mailings.
recipient (line 71)
  • access: public
void recipient ( $iRecipientId)
  • $iRecipientId

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::recipient()
Assigns a recipient filter for a single recipient, overwriting any existing recipient filters. only contain clicks performed by the given recipient.
recipients (line 78)
  • access: public
void recipients ( $aRecipientIds)
  • array $aRecipientIds

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::recipients()
Assigns a recipient filter for several recipients, overwriting any existing recipient filters. only contain clicks performed by the given recipients.
sending (line 85)
  • access: public
void sending ( $iSendingId)
  • $iSendingId

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::sending()
Assigns a sending ID filter for a single sending ID, overwriting any existing sending ID filters. only contain clicks associated with this sending.
sendings (line 91)
  • access: public
void sendings ( $aSendingIds)
  • array $aSendingIds

Implementation of:
Inx_Api_DataAccess_ClickDataQuery::sendings()
Assigns a sending ID filter for several sending IDs, overwriting any exsiting sending ID filters. contain only clicks associated with these sendings.

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