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.
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.
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.
void
selectByRecipient
( $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.