Class Inx_Apiimpl_DataAccess_ClickDataRowSetImpl

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/DataAccess/ClickDataRowSetImpl.php (line 2)

Inx_Apiimpl_RemoteObject
   |
   --Inx_Apiimpl_Util_AbstractInxRowSet
      |
      --Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet
         |
         --Inx_Apiimpl_DataAccess_ClickDataRowSetImpl
Method Summary
Inx_Apiimpl_DataAccess_ClickDataRowSetImpl __construct (Inx_Apiimpl_SessionContext $oSc, Inx_Api_Recipient_RecipientContext $oRecipientManager,  $aAttrs,  $oResult, Inx_Apiimpl_DataAccess_ClickDataImpl $oCd)
void doFetch ( $oSc,  $sRemoteRefId,  $iIndex,  $iDirection)
void getClickId ()
void getLinkId ()
void getRecipientId ()
void getRemoteHost ()
void getSending ()
void getSendingId ()
void getUserAgent ()
Variables
Methods
Constructor __construct (line 10)
  • access: public
Inx_Apiimpl_DataAccess_ClickDataRowSetImpl __construct (Inx_Apiimpl_SessionContext $oSc, Inx_Api_Recipient_RecipientContext $oRecipientManager,  $aAttrs,  $oResult, Inx_Apiimpl_DataAccess_ClickDataImpl $oCd)

Redefinition of:
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::__construct()
checkRecipientExists (line 90)
  • access: protected
void checkRecipientExists ()

Redefinition of:
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::checkRecipientExists()
doFetch (line 96)
  • access: protected
void doFetch ( $oSc,  $sRemoteRefId,  $iIndex,  $iDirection)
  • $oSc
  • $sRemoteRefId
  • $iIndex
  • $iDirection

Redefinition of:
Inx_Apiimpl_Util_AbstractInxRowSet::doFetch()
getClickId (line 21)
  • access: public
void getClickId ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getClickId()
Returns the unique identifier for the current click.
getClickTimestamp (line 29)
  • access: public
void getClickTimestamp ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getClickTimestamp()
Returns the timestamp (date) when the current click occurred.
getLinkId (line 53)
  • access: public
void getLinkId ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getLinkId()
Returns the id of the link which was clicked.
getRecipientId (line 61)
  • access: public
void getRecipientId ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getRecipientId()
Returns the id of the recipient who performed the current click.
getRecipientState (line 69)
  • access: public
void getRecipientState ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getRecipientState()
Returns the state of the recipient who performed the current click.
getRemoteHost (line 37)
  • access: public
void getRemoteHost ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getRemoteHost()
Returns the remote host which triggered the current click.
getSending (line 82)
  • access: public
void getSending ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getSending()
Returns the sending of this click.
getSendingId (line 76)
  • access: public
void getSendingId ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getSendingId()
Returns the id of the sending associated with this click.
getUserAgent (line 45)
  • access: public
void getUserAgent ()

Implementation of:
Inx_Api_DataAccess_ClickDataRowSet::getUserAgent()
Returns the user agent which was used for the current click.

Inherited Methods

Inherited From Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet

Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::__construct()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::checkReadAccess()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::checkRecipientExists()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getBoolean()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getContext()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getDate()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getDatetime()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getDouble()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getInteger()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getMetaData()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getObject()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getString()
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet::getTime()

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