Class Inx_Apiimpl_Inbox_InboxManagerImpl

Description
Method Summary
Inx_Apiimpl_Inbox_InboxManagerImpl __construct (Inx_Apiimpl_SessionContext $oSessionContext)
void fetchBOs (Inx_Apiimpl_RemoteRef $resultSetRef,  $iIndex,  $iDirection)
void fetchInboxMessages (Inx_Apiimpl_RemoteRef $resultSetRef,  $iIndex,  $iDirection)
void get ( $iId)
void remove ( $iId)
void removeBOs (Inx_Apiimpl_RemoteRef $resultSetRef,  $aIndexRanges)
void selectAfter ( $sSearchDate, Inx_Api_Recipient_RecipientContext $rc,  $aAttributes)
void selectAll ()
void selectAllInboxMessages ([Inx_Api_Recipient_RecipientContext $rc = null], [ $aAttributes = null])
void selectBefore ( $sSearchDate, Inx_Api_Recipient_RecipientContext $rc,  $aAttributes)
void selectBetween ( $sStartDate,  $sStopDate, Inx_Api_Recipient_RecipientContext $rc,  $aAttributes)
Methods
Constructor __construct (line 10)
  • access: public
Inx_Apiimpl_Inbox_InboxManagerImpl __construct (Inx_Apiimpl_SessionContext $oSessionContext)
fetchBOs (line 164)
  • access: public
void fetchBOs (Inx_Apiimpl_RemoteRef $resultSetRef,  $iIndex,  $iDirection)

Implementation of:
Inx_Apiimpl_Core_BOResultSetDelegate::fetchBOs()
fetchInboxMessages (line 141)
  • access: public
void fetchInboxMessages (Inx_Apiimpl_RemoteRef $resultSetRef,  $iIndex,  $iDirection)
get (line 83)
  • access: public
void get ( $iId)
  • $iId

Implementation of:
Inx_Api_BOManager::get()
Returns the Inx_Api_BusinessObject with the specified id.
remove (line 101)
  • access: public
void remove ( $iId)
  • $iId

Implementation of:
Inx_Api_BOManager::remove()
Removes the Inx_Api_BusinessObject with the specified id.
removeBOs (line 147)
  • access: public
void removeBOs (Inx_Apiimpl_RemoteRef $resultSetRef,  $aIndexRanges)

Implementation of:
Inx_Apiimpl_Core_BOResultSetDelegate::removeBOs()
selectAfter (line 17)
  • access: public
void selectAfter ( $sSearchDate, Inx_Api_Recipient_RecipientContext $rc,  $aAttributes)

Implementation of:
Inx_Api_Inbox_InboxManager::selectAfter()
Returns a result set containing all inbox messages received after the specified date.
selectAll (line 135)
  • access: public
void selectAll ()

Implementation of:
Inx_Api_BOManager::selectAll()
Returns an Inx_Api_BOResultSet containing all managed Inx_Api_BusinessObjects.
selectAllInboxMessages (line 115)
  • access: public
void selectAllInboxMessages ([Inx_Api_Recipient_RecipientContext $rc = null], [ $aAttributes = null])

Implementation of:
Inx_Api_Inbox_InboxManager::selectAllInboxMessages()
Returns a result set containing all inbox messages.
selectBefore (line 39)
  • access: public
void selectBefore ( $sSearchDate, Inx_Api_Recipient_RecipientContext $rc,  $aAttributes)

Implementation of:
Inx_Api_Inbox_InboxManager::selectBefore()
Returns a result set containing all inbox messages received before the specified date.
selectBetween (line 61)
  • access: public
void selectBetween ( $sStartDate,  $sStopDate, Inx_Api_Recipient_RecipientContext $rc,  $aAttributes)

Implementation of:
Inx_Api_Inbox_InboxManager::selectBetween()
Returns a result set containing all inbox messages received between the specified date.

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