Class Inx_Apiimpl_DataAccess_LinkDataImpl

Description

Implements interfaces:

  • author: sbn, 16.01.2007
  • version: $Revision:$ $Date:$ $Author:$
  • copyright: Inxmail GmbH

Located in /Apiimpl/DataAccess/LinkDataImpl.php (line 9)


	
			
Method Summary
Inx_Apiimpl_DataAccess_LinkDataImpl __construct (Inx_Apiimpl_SessionContext $oSC,  $blNewBehavior)
void createQuery ()
void selectByLink ( $iLinkId)
void selectByLinkName ( $linkName, [ $bPermanentLinksOnly = false])
void selectByMailing ( $iMailingId, [ $bPermanentLinksOnly = false])
void selectByRecipient ( $iRecipient)
Methods
Constructor __construct (line 16)
  • access: public
Inx_Apiimpl_DataAccess_LinkDataImpl __construct (Inx_Apiimpl_SessionContext $oSC,  $blNewBehavior)
createQuery (line 133)
  • access: public
void createQuery ()

Implementation of:
Inx_Api_DataAccess_LinkData::createQuery()
Creates a query object which allows to retrieve links using a fluent interface. the links by the following criteria:
  • mailing IDs
  • recipient IDs
  • link IDs
  • link types
  • link names
  • is link name set
  • permanent links only
All filters can be freely combined.
selectByLink (line 23)
  • access: public
void selectByLink ( $iLinkId)
  • $iLinkId

Implementation of:
Inx_Api_DataAccess_LinkData::selectByLink()
This method returns a row set containing information about the specified link. row set will be returned.
selectByLinkName (line 109)
  • access: public
void selectByLinkName ( $linkName, [ $bPermanentLinksOnly = false])
  • $linkName
  • $bPermanentLinksOnly

Implementation of:
Inx_Api_DataAccess_LinkData::selectByLinkName()
This method returns a row set containing information about all links with the given name. data, an empty row set will be returned.
selectByMailing (line 46)
  • access: public
void selectByMailing ( $iMailingId, [ $bPermanentLinksOnly = false])
  • $iMailingId
  • $bPermanentLinksOnly

Implementation of:
Inx_Api_DataAccess_LinkData::selectByMailing()
This method returns a row set containing information about all links in the specified mailing. link data, an empty row set will be returned.
selectByRecipient (line 87)
  • access: public
void selectByRecipient ( $iRecipient)
  • $iRecipient

Implementation of:
Inx_Api_DataAccess_LinkData::selectByRecipient()
This method returns a row set containing information about all links that were clicked by the given recipient. there is no link data, an empty row set will be returned.

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