Class Inx_Apiimpl_Bounce_BounceQueryImpl

Description

Implements interfaces:

Located in /Apiimpl/Bounce/BounceQueryImpl.php (line 3)


	
			
Method Summary
Inx_Apiimpl_Bounce_BounceQueryImpl __construct (Inx_Apiimpl_SessionContext $oSc, Inx_Apiimpl_Core_BOResultSetDelegate $oDelegate, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])
void after ( $sDate)
void before ( $sDate)
void between ( $sStartDate,  $sEndDate)
void categoryIds ( $aCategoryIds)
void listIds ( $aListIds)
void mailingIds ( $aMailingIds)
Methods
Constructor __construct (line 26)
  • access: public
Inx_Apiimpl_Bounce_BounceQueryImpl __construct (Inx_Apiimpl_SessionContext $oSc, Inx_Apiimpl_Core_BOResultSetDelegate $oDelegate, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])
after (line 36)
  • access: public
void after ( $sDate)
  • $sDate

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

Implementation of:
Inx_Api_Bounce_BounceQuery::before()
Assigns an before filter (end date), overwriting any existing before filters, including those imposed by between filters.
between (line 48)
  • access: public
void between ( $sStartDate,  $sEndDate)
  • $sStartDate
  • $sEndDate

Implementation of:
Inx_Api_Bounce_BounceQuery::between()
Assigns a between filter (start and end date), overwriting any existing before, after and between filters. result will only contain bounces performed after or at the given start date and before or at the given end date.
categoryIds (line 94)
  • access: public
void categoryIds ( $aCategoryIds)
  • array $aCategoryIds

Implementation of:
Inx_Api_Bounce_BounceQuery::categoryIds()
Assigns a category filter for one or several categories, overwriting any existing category filter. will only contain bounces which are received as a reply to mailings from the given categories.
executeQuery (line 58)
  • access: public

Implementation of:
Inx_Api_Bounce_BounceQuery::executeQuery()
Executes the query, applying all filters and returning the resulting
  1. BOResultSet
.
listIds (line 88)
  • access: public
void listIds ( $aListIds)
  • array $aListIds

Implementation of:
Inx_Api_Bounce_BounceQuery::listIds()
Assigns a list filter for one or several lists, overwriting any existing list filter. bounces which were received in reply to mailings from the given lists.
mailingIds (line 101)
  • access: public
void mailingIds ( $aMailingIds)
  • array $aMailingIds

Implementation of:
Inx_Api_Bounce_BounceQuery::mailingIds()
Assigns a mailing filter for one or several mailings, overwriting any existing mailing filters. contain bounces which were received in reply to these mailings.

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