Class Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet

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 $
  • abstract:

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

Inx_Apiimpl_RemoteObject
   |
   --Inx_Apiimpl_Util_AbstractInxRowSet
      |
      --Inx_Apiimpl_Util_AbstractManipulationRowSet
         |
         --Inx_Apiimpl_Util_AbstractInsertionRowSet
            |
            --Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet
Direct descendents
Class Description
Inx_Apiimpl_Recipient_RecipientRowSetImpl RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.
Inx_Apiimpl_Recipient_UnsubscriptionRecipientRowSetImpl RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.
Variable Summary
Method Summary
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet __construct (Inx_Apiimpl_SessionContext $oSc,  $sRemoteRefId,  $iRowCount, [ $aInitialBulk = null],  $sTypeName,  $oRecipientManager)
void commitRowUpdate ()
void createRecipientUpdate ( $oSource,  $aChangedAttrs)
void createWriteCopy ( $oOriginObject)
void doRecipientUpdate ( $oSc,  $sRemoteRefId,  $oRecipientUpdate)
void doUpdate ( $oSc,  $sRemoteRefId,  $oData,  $aChangedAttrs)
void getContext ()
void getMetaData ()
void updateBoolean (Inx_Api_Recipient_Attribute $oAttr,  $blValue)
void updateBufferAfterUpdate (Inx_Apiimpl_Util_IndexedBuffer $oBuffer,  $oUpdatedRecipient,  $iCurrentRow,  $blIsNewRecipient)
void updateDate (Inx_Api_Recipient_Attribute $oAttr,  $sValue)
void updateDatetime (Inx_Api_Recipient_Attribute $oAttr,  $sValue)
void updateDouble (Inx_Api_Recipient_Attribute $oAttr,  $fValue)
void updateInteger (Inx_Api_Recipient_Attribute $oAttr,  $iValue)
void updateObject (Inx_Api_Recipient_Attribute $oAttr,  $oValue)
void updateString (Inx_Api_Recipient_Attribute $oAttr,  $sValue)
void updateTime (Inx_Api_Recipient_Attribute $oAttr,  $sValue)
Variables
Methods
Constructor __construct (line 9)
  • access: public
Inx_Apiimpl_Recipient_AbstractRecipientManipulationRowSet __construct (Inx_Apiimpl_SessionContext $oSc,  $sRemoteRefId,  $iRowCount, [ $aInitialBulk = null],  $sTypeName,  $oRecipientManager)

Redefinition of:
Inx_Apiimpl_Util_AbstractInsertionRowSet::__construct()

Redefined in descendants as:
checkReadAccess (line 147)
  • access: protected
void checkReadAccess (Inx_Api_Recipient_Attribute $oAttr)
checkRecipientExists (line 183)
  • abstract:
  • access: protected
void checkRecipientExists ()

Redefined in descendants as:
checkWriteAccess (line 158)
  • access: protected
void checkWriteAccess (Inx_Api_Recipient_Attribute $oAttr)
commitRowUpdate (line 127)
  • access: public
void commitRowUpdate ()

Redefinition of:
Inx_Apiimpl_Util_AbstractManipulationRowSet::commitRowUpdate()
createRecipientUpdate (line 195)
  • abstract:
  • access: protected
void createRecipientUpdate ( $oSource,  $aChangedAttrs)
  • $oSource
  • array $aChangedAttrs

Redefined in descendants as:
createWriteCopy (line 192)
  • abstract:
  • access: protected
void createWriteCopy ( $oOriginObject)
  • $oOriginObject

Redefined in descendants as:
doRecipientUpdate (line 202)
  • abstract:
  • access: protected
void doRecipientUpdate ( $oSc,  $sRemoteRefId,  $oRecipientUpdate)
  • $oSc
  • $sRemoteRefId
  • stdClass $oRecipientUpdate

Redefined in descendants as:
doUpdate (line 176)
  • access: protected
void doUpdate ( $oSc,  $sRemoteRefId,  $oData,  $aChangedAttrs)
  • $oSc
  • $sRemoteRefId
  • stdClass $oData
  • array $aChangedAttrs

Redefinition of:
Inx_Apiimpl_Util_AbstractManipulationRowSet::doUpdate()
getAttributeGetter (line 186)
  • abstract:
  • access: protected
void getAttributeGetter (Inx_Api_Recipient_Attribute $oAttr)

Redefined in descendants as:
getAttributeWriter (line 189)
  • abstract:
  • access: protected
void getAttributeWriter (Inx_Api_Recipient_Attribute $oAttr)

Redefined in descendants as:
getBoolean (line 18)
  • access: public
void getBoolean (Inx_Api_Recipient_Attribute $oAttr)

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getBoolean()
Retrieves the value of the designated attribute in the current row of this row set as a Boolean.
getContext (line 114)
  • access: public
void getContext ()

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getContext()
Retrieves the Inx_Api_Recipient_RecipientContext used to fetch the recipient attributes.
getDate (line 36)
  • access: public
void getDate (Inx_Api_Recipient_Attribute $oAttr)

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getDate()
Retrieves the value of the designated attribute in the current row of this row set as a Date.
getDatetime (line 48)
  • access: public
void getDatetime (Inx_Api_Recipient_Attribute $oAttr)

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getDatetime()
Retrieves the value of the designated attribute in the current row of this row set as a Datetime.
getDouble (line 30)
  • access: public
void getDouble (Inx_Api_Recipient_Attribute $oAttr)

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getDouble()
Retrieves the value of the designated attribute in the current row of this row set as a Double.
getInteger (line 24)
  • access: public
void getInteger (Inx_Api_Recipient_Attribute $oAttr)

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getInteger()
Retrieves the value of the designated attribute in the current row of this row set as an Integer.
getMetaData (line 121)
  • access: public
void getMetaData ()

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getMetaData()
Retrieves the Inx_Api_Recipient_RecipientMetaData object used to fetch recipient attributes.
getObject (line 60)
  • access: public
void getObject (Inx_Api_Recipient_Attribute $oAttr)

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getObject()
Retrieves the value of the designated attribute in the current row of this row set as an Object.
getString (line 54)
  • access: public
void getString (Inx_Api_Recipient_Attribute $oAttr)

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getString()
Retrieves the value of the designated attribute in the current row of this row set as a String.
getTime (line 42)
  • access: public
void getTime (Inx_Api_Recipient_Attribute $oAttr)

Implementation of:
Inx_Api_Recipient_ReadOnlyRecipientRowSet::getTime()
Retrieves the value of the designated attribute in the current row of this row set as a Time.
updateBoolean (line 66)
  • access: public
void updateBoolean (Inx_Api_Recipient_Attribute $oAttr,  $blValue)

Implementation of:
Inx_Api_Recipient_RecipientManipulationRowSet::updateBoolean()
Updates the designated attribute with a Boolean value. attribute values in the current row or the insert row. on the server; instead the commitRowUpdate method has to be called to commit the changes.
updateBufferAfterUpdate (line 198)
  • abstract:
  • access: protected
void updateBufferAfterUpdate (Inx_Apiimpl_Util_IndexedBuffer $oBuffer,  $oUpdatedRecipient,  $iCurrentRow,  $blIsNewRecipient)

Redefined in descendants as:
updateDate (line 84)
  • access: public
void updateDate (Inx_Api_Recipient_Attribute $oAttr,  $sValue)

Implementation of:
Inx_Api_Recipient_RecipientManipulationRowSet::updateDate()
Updates the designated attribute with a Date value. attribute values in the current row or the insert row. on the server; instead the commitRowUpdate method has to be called to commit the changes.
updateDatetime (line 96)
  • access: public
void updateDatetime (Inx_Api_Recipient_Attribute $oAttr,  $sValue)

Implementation of:
Inx_Api_Recipient_RecipientManipulationRowSet::updateDatetime()
Updates the designated attribute with a Datetime value. attribute values in the current row or the insert row. on the server; instead the commitRowUpdate method has to be called to commit the changes.
updateDouble (line 78)
  • access: public
void updateDouble (Inx_Api_Recipient_Attribute $oAttr,  $fValue)

Implementation of:
Inx_Api_Recipient_RecipientManipulationRowSet::updateDouble()
Updates the designated attribute with a Double value. attribute values in the current row or the insert row. on the server; instead the commitRowUpdate method has to be called to commit the changes.
updateInteger (line 72)
  • access: public
void updateInteger (Inx_Api_Recipient_Attribute $oAttr,  $iValue)

Implementation of:
Inx_Api_Recipient_RecipientManipulationRowSet::updateInteger()
Updates the designated attribute with a Integer value. attribute values in the current row or the insert row. on the server; instead the commitRowUpdate method has to be called to commit the changes.
updateObject (line 108)
  • access: public
void updateObject (Inx_Api_Recipient_Attribute $oAttr,  $oValue)

Implementation of:
Inx_Api_Recipient_RecipientManipulationRowSet::updateObject()
Updates the designated attribute with a Object value. attribute values in the current row or the insert row. on the server; instead the commitRowUpdate method has to be called to commit the changes.
updateString (line 102)
  • access: public
void updateString (Inx_Api_Recipient_Attribute $oAttr,  $sValue)

Implementation of:
Inx_Api_Recipient_RecipientManipulationRowSet::updateString()
Updates the designated attribute with a string value. attribute values in the current row or the insert row. on the server; instead the commitRowUpdate method has to be called to commit the changes.
updateTime (line 90)
  • access: public
void updateTime (Inx_Api_Recipient_Attribute $oAttr,  $sValue)

Implementation of:
Inx_Api_Recipient_RecipientManipulationRowSet::updateTime()
Updates the designated attribute with a Time value. attribute values in the current row or the insert row. on the server; instead the commitRowUpdate method has to be called to commit the changes.

Inherited Methods

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:19 +0200 by phpDocumentor 1.3.2