Class Inx_Apiimpl_DataAccess_LinkDataQueryImpl

Description
Method Summary
Inx_Apiimpl_DataAccess_LinkDataQueryImpl __construct (Inx_Apiimpl_SessionContext $oSc)
void executeQuery ()
void linkIds ([ $aLinkIds = null])
void linkNames ([ $aLinkNames = null])
void linkNameSet ( $blLinkNameSet)
void linkTypes ([ $aLinkTypes = null])
void mailingIds ([ $aMailingIds = null])
void recipientIds ([ $aRecipientIds = null])
Methods
Constructor __construct (line 25)
  • access: public
Inx_Apiimpl_DataAccess_LinkDataQueryImpl __construct (Inx_Apiimpl_SessionContext $oSc)
executeQuery (line 81)
  • access: public
void executeQuery ()

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::executeQuery()
Executes the query, applying all filters and returning the resulting LinkDataRowSet.
linkIds (line 32)
  • access: public
void linkIds ([ $aLinkIds = null])
  • array $aLinkIds

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::linkIds()
Assigns a link filter for links, overwriting any existing link filters. the given link IDs.
linkNames (line 38)
  • access: public
void linkNames ([ $aLinkNames = null])
  • array $aLinkNames

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::linkNames()
Assigns a link name filter for link names, overwriting any existing link name filters. contains all links where the names (alias) of the link is equal to any given link name. called at all or called with null this filter doesn't apply.
linkNameSet (line 63)
  • access: public
void linkNameSet ( $blLinkNameSet)
  • $blLinkNameSet

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::linkNameSet()
Assigns a link name set filter for filtering whether link name has a value or is null, overwriting any existing link name set filters. means not null. null.
linkTypes (line 44)
  • access: public
void linkTypes ([ $aLinkTypes = null])
  • array $aLinkTypes

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::linkTypes()
Assigns a link type filter for link types, overwriting any existing link type filter. contain only links of the given types.
mailingIds (line 51)
  • access: public
void mailingIds ([ $aMailingIds = null])
  • array $aMailingIds

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::mailingIds()
Assigns a mailing filter for mailings, overwriting any existing mailing filters. contain links which are part of the given mailings.
permanentAndTemporaryLinks (line 75)
  • access: public
void permanentAndTemporaryLinks ()

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::permanentAndTemporaryLinks()
Assigns a link filter for filtering permanent links, overwriting any existing permanent link filter. the result may contain temporary links. only.
permanentLinksOnly (line 69)
  • access: public
void permanentLinksOnly ()

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::permanentLinksOnly()
Assigns a link filter for filtering permanent links, overwriting any existing permanent link filter. the query result will contain permanent links only.
recipientIds (line 57)
  • access: public
void recipientIds ([ $aRecipientIds = null])
  • array $aRecipientIds

Implementation of:
Inx_Api_DataAccess_LinkDataQuery::recipientIds()
Assigns a recipient filter for recipients, overwriting any existing recipient filters. contain all links which have been clicked by at least one of the given recipients. ignored.

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