Class Inx_Apiimpl_Recipient_RecipientRowSetImpl

Description

Implements interfaces:

RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.

RemoteObject Copyright (c) 2005 Inxmail GmbH. All Rights Reserved.

  • version: $Revision: 9350 $ $Date: 2007-12-10 09:36:24 +0200 (Pr, 10 Grd 2007) $ $Author: aurimas $

Located in /Apiimpl/Recipient/RecipientRowSetImpl.php (line 2)

Inx_Apiimpl_RemoteObject
   |
   --Inx_Apiimpl_Util_AbstractInxRowSet
      |
      --Inx_Apiimpl_Util_AbstractManipulationRowSet
         |
         --Inx_Apiimpl_Util_AbstractInsertionRowSet
            |
            --Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet
               |
               --Inx_Apiimpl_Recipient_RecipientRowSetImpl
Variable Summary
mixed $_oService
Method Summary
Inx_Apiimpl_Recipient_RecipientRowSetImpl __construct (Inx_Apiimpl_Recipient_RecipientContextImpl $oRecipientManager,  $oRowSet)
void createNewObject ()
void createRecipientUpdate ( $oCurrentRecipient,  $aChangedAttrs)
void createWriteCopy ( $oOriginRecipient)
void doDelete ( $oSc,  $sRemoteRefId,  $aIndices)
void doFetch ( $oCxt,  $sRemoteRefId,  $iIndex,  $iDirection)
void doRecipientUpdate ( $oSc,  $sRemoteRefId,  $ru)
void getId ()
void setAttributeValue (Inx_Api_Recipient_Attribute $oAttr,  $newValue, [Inx_Api_IndexSelection $oSelection = null])
void updateBufferAfterUpdate (Inx_Apiimpl_Util_IndexedBuffer $oBuffer,  $oUpdatedRecipient,  $iCurrentRow,  $blIsNewRecipient)
Variables
Methods
Constructor __construct (line 9)
  • access: public
Inx_Apiimpl_Recipient_RecipientRowSetImpl __construct (Inx_Apiimpl_Recipient_RecipientContextImpl $oRecipientManager,  $oRowSet)

Redefinition of:
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::__construct()
checkRecipientExists (line 64)
  • access: protected
void checkRecipientExists ()

Redefinition of:
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::checkRecipientExists()
createNewObject (line 139)
  • access: protected
void createNewObject ()

Redefinition of:
Inx_Apiimpl_Util_AbstractInsertionRowSet::createNewObject()
createRecipientUpdate (line 189)
  • access: protected
void createRecipientUpdate ( $oCurrentRecipient,  $aChangedAttrs)
  • $oCurrentRecipient
  • array $aChangedAttrs

Redefinition of:
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::createRecipientUpdate()
createWriteCopy (line 88)
  • access: protected
void createWriteCopy ( $oOriginRecipient)
  • $oOriginRecipient

Redefinition of:
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::createWriteCopy()
doDelete (line 145)
  • access: protected
void doDelete ( $oSc,  $sRemoteRefId,  $aIndices)
  • $oSc
  • $sRemoteRefId
  • array $aIndices

Redefinition of:
Inx_Apiimpl_Util_AbstractManipulationRowSet::doDelete()
doFetch (line 133)
  • access: protected
void doFetch ( $oCxt,  $sRemoteRefId,  $iIndex,  $iDirection)
  • $oCxt
  • $sRemoteRefId
  • $iIndex
  • $iDirection

Redefinition of:
Inx_Apiimpl_Util_AbstractInxRowSet::doFetch()
doRecipientUpdate (line 151)
  • access: protected
void doRecipientUpdate ( $oSc,  $sRemoteRefId,  $ru)
  • $oSc
  • $sRemoteRefId
  • stdClass $ru

Redefinition of:
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::doRecipientUpdate()
getAttributeGetter (line 70)
  • access: protected
void getAttributeGetter (Inx_Api_Recipient_Attribute $oAttr)

Redefinition of:
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getAttributeGetter()
getAttributeWriter (line 79)
  • access: protected
void getAttributeWriter (Inx_Api_Recipient_Attribute $oAttr)

Redefinition of:
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getAttributeWriter()
getId (line 17)
  • access: public
void getId ()

Implementation of:
Inx_Api_Recipient_RecipientRowSet::getId()
Retrieves the recipient id of the current row of this Inx_Api_Recipient_RecipientRowSet object.
setAttributeValue (line 24)
  • access: public
void setAttributeValue (Inx_Api_Recipient_Attribute $oAttr,  $newValue, [Inx_Api_IndexSelection $oSelection = null])

Implementation of:
Inx_Api_Recipient_RecipientRowSet::setAttributeValue()
Sets the specified attribute value to the recipients in the specified selection.
updateBufferAfterUpdate (line 173)
  • access: protected
void updateBufferAfterUpdate (Inx_Apiimpl_Util_IndexedBuffer $oBuffer,  $oUpdatedRecipient,  $iCurrentRow,  $blIsNewRecipient)

Redefinition of:
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateBufferAfterUpdate()

Inherited Methods

Inherited From Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet

Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::__construct()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::checkReadAccess()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::checkRecipientExists()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::checkWriteAccess()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::commitRowUpdate()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::createRecipientUpdate()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::createWriteCopy()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::doRecipientUpdate()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::doUpdate()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getAttributeGetter()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getAttributeWriter()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getBoolean()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getContext()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getDate()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getDatetime()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getDouble()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getInteger()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getMetaData()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getObject()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getString()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::getTime()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateBoolean()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateBufferAfterUpdate()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateDate()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateDatetime()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateDouble()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateInteger()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateObject()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateString()
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet::updateTime()

Inherited From Inx_Apiimpl_Util_AbstractInsertionRowSet

Inx_Apiimpl_Util_AbstractInsertionRowSet::__construct()
Inx_Apiimpl_Util_AbstractInsertionRowSet::createNewObject()
Inx_Apiimpl_Util_AbstractInsertionRowSet::moveToInsertRow()
Inx_Apiimpl_Util_AbstractInsertionRowSet::next()
Inx_Apiimpl_Util_AbstractInsertionRowSet::previous()
Inx_Apiimpl_Util_AbstractInsertionRowSet::rollbackRowUpdate()

Inherited From Inx_Apiimpl_Util_AbstractManipulationRowSet

Inx_Apiimpl_Util_AbstractManipulationRowSet::__construct()
Inx_Apiimpl_Util_AbstractManipulationRowSet::afterLastRow()
Inx_Apiimpl_Util_AbstractManipulationRowSet::beforeFirstRow()
Inx_Apiimpl_Util_AbstractManipulationRowSet::commitRowUpdate()
Inx_Apiimpl_Util_AbstractManipulationRowSet::deleteRow()
Inx_Apiimpl_Util_AbstractManipulationRowSet::deleteRows()
Inx_Apiimpl_Util_AbstractManipulationRowSet::doDelete()
Inx_Apiimpl_Util_AbstractManipulationRowSet::doUpdate()
Inx_Apiimpl_Util_AbstractManipulationRowSet::fetchRowData()
Inx_Apiimpl_Util_AbstractManipulationRowSet::isRowDeleted()
Inx_Apiimpl_Util_AbstractManipulationRowSet::rollbackRowUpdate()

Inherited From Inx_Apiimpl_Util_AbstractInxRowSet

Inx_Apiimpl_Util_AbstractInxRowSet::__construct()
Inx_Apiimpl_Util_AbstractInxRowSet::afterLastRow()
Inx_Apiimpl_Util_AbstractInxRowSet::beforeFirstRow()
Inx_Apiimpl_Util_AbstractInxRowSet::checkExists()
Inx_Apiimpl_Util_AbstractInxRowSet::close()
Inx_Apiimpl_Util_AbstractInxRowSet::doFetch()
Inx_Apiimpl_Util_AbstractInxRowSet::fetchRowData()
Inx_Apiimpl_Util_AbstractInxRowSet::getRow()
Inx_Apiimpl_Util_AbstractInxRowSet::getRowCount()
Inx_Apiimpl_Util_AbstractInxRowSet::next()
Inx_Apiimpl_Util_AbstractInxRowSet::previous()
Inx_Apiimpl_Util_AbstractInxRowSet::setRow()

Inherited From Inx_Apiimpl_RemoteObject

Inx_Apiimpl_RemoteObject::__construct()
Inx_Apiimpl_RemoteObject::_createCxt()
Inx_Apiimpl_RemoteObject::_isReleased()
Inx_Apiimpl_RemoteObject::_notify()
Inx_Apiimpl_RemoteObject::_refId()
Inx_Apiimpl_RemoteObject::_release()
Inx_Apiimpl_RemoteObject::_remoteRef()
Inx_Apiimpl_RemoteObject::_sessionId()

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