Class Inx_Apiimpl_Bounce_BounceManagerImpl

Description

Implements interfaces:

BounceManagerImpl

BounceManagerImpl

  • version:

Located in /Apiimpl/Bounce/BounceManagerImpl.php (line 10)


	
			
Variable Summary
mixed $_oSc
mixed $_oService
Method Summary
Inx_Apiimpl_Bounce_BounceManagerImpl __construct ( $oSc)
void fetchBOs (Inx_Apiimpl_RemoteRef $oResultSetRef,  $iIndex,  $iDirection)
void fetchBounces (Inx_Apiimpl_RemoteRef $oResultSetRef,  $iIndex,  $iDirection)
unknown get (unknown_type $id)
boolean remove (int $id)
unknown removeBOs (Inx_Apiimpl_RemoteRef $oResultSetRef,  $aIndexRanges)
void selectAfter ( $searchDate, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])
void selectAll ()
void selectBefore ( $searchDate, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])
void selectBetween ( $startDate,  $stopDate, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])
void selectByListId ( $listId, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])
void selectByMailingId ( $mailingId, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])
Variables
mixed $_oSc (line 13)
  • access: protected
mixed $_oService (line 15)
  • access: protected
Methods
Constructor __construct (line 18)
  • access: public
Inx_Apiimpl_Bounce_BounceManagerImpl __construct ( $oSc)
  • $oSc
createQuery (line 239)
  • access: public
Inx_Apiimpl_Bounce_BounceQueryImpl createQuery ([Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])

Implementation of:
Inx_Api_Bounce_BounceManager::createQuery()
Creates a query object which allows to retrieve bounces using a fluent interface. filter the bounces by the following criteria:
  • mailing ID(s)
  • list ID(s)
  • category ID(s)
  • start date
  • end date
All filters can be freely combined. keeps the syntax as concise as possible.
fetchBOs (line 118)
  • access: public
void fetchBOs (Inx_Apiimpl_RemoteRef $oResultSetRef,  $iIndex,  $iDirection)

Implementation of:
Inx_Apiimpl_Core_BOResultSetDelegate::fetchBOs()
fetchBounces (line 123)
  • access: public
void fetchBounces (Inx_Apiimpl_RemoteRef $oResultSetRef,  $iIndex,  $iDirection)
get (line 31)

Enter description here.

Enter description here...

  • access: public
unknown get (unknown_type $id)
  • unknown_type $id

Implementation of:
Inx_Api_BOManager::get()
Returns the Inx_Api_BusinessObject with the specified id.
remove (line 57)

Enter description here.

Enter description here...

  • access: public
boolean remove (int $id)
  • int $id

Implementation of:
Inx_Api_BOManager::remove()
Removes the Inx_Api_BusinessObject with the specified id.
removeBOs (line 112)

Enter description here.

Enter description here...

  • access: public
unknown removeBOs (Inx_Apiimpl_RemoteRef $oResultSetRef,  $aIndexRanges)

Implementation of:
Inx_Apiimpl_Core_BOResultSetDelegate::removeBOs()
selectAfter (line 128)
  • access: public
void selectAfter ( $searchDate, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])

Implementation of:
Inx_Api_Bounce_BounceManager::selectAfter()
Returns a result set containing all bounces which occurred after the specified date.
selectAll (line 101)
  • access: public
void selectAll ()

Implementation of:
Inx_Api_BOManager::selectAll()
Returns an Inx_Api_BOResultSet containing all managed Inx_Api_BusinessObjects.
selectAllBounces (line 79)

Enter description here.

Enter description here...

  • access: public
Inx_Api_BOResultSet selectAllBounces ([Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])

Implementation of:
Inx_Api_Bounce_BounceManager::selectAllBounces()
Returns a result set containing all bounces.
selectBefore (line 148)
  • access: public
void selectBefore ( $searchDate, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])

Implementation of:
Inx_Api_Bounce_BounceManager::selectBefore()
Returns a result set containing all bounces which occurred before the specified date.
selectBetween (line 168)
  • access: public
void selectBetween ( $startDate,  $stopDate, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])

Implementation of:
Inx_Api_Bounce_BounceManager::selectBetween()
Returns a result set containing all bounces which occurred between the specified dates.
selectByListId (line 188)
  • access: public
void selectByListId ( $listId, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])

Implementation of:
Inx_Api_Bounce_BounceManager::selectByListId()
Returns a result set containing all bounces regarding the specified list.
selectByMailingId (line 206)
  • access: public
void selectByMailingId ( $mailingId, [Inx_Api_Recipient_RecipientContext $oRc = null], [ $aAttrs = null])

Implementation of:
Inx_Api_Bounce_BounceManager::selectByMailingId()
Returns a result set containing all bounces regarding the specified mailing.

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