Class Inx_Apiimpl_GeneralMailing_GeneralMailingQueryImpl

Description
Variable Summary
Method Summary
Inx_Apiimpl_GeneralMailing_GeneralMailingQueryImpl __construct (Inx_Apiimpl_AbstractSession $oSession, Inx_Apiimpl_Core_ROBOResultSetDelegate $oDelegate,  $oService)
void createdAfter ( $sSince)
void createdBefore ( $sUntil)
void createdBetween ( $sStart,  $sEnd)
void modifiedAfter ( $sSince)
void modifiedBefore ( $sUntil)
void modifiedBetween ( $sStart,  $sEnd)
Variables
array $_aListIds (line 28)
  • var: int
  • access: protected
array $_aMailingIds (line 33)
  • var: int
  • access: protected
array $_aMailingNames (line 38)
  • access: protected
array $_aMailingSubjects (line 43)
  • access: protected
array $_aMailingTypes (line 23)
  • var: Inx_Api_GeneralMailing_MailingType
  • access: protected
int $_iOrderType (line 68)
  • access: protected
  • access: protected
  • access: protected
stdClass $_oService (line 13)
  • access: protected
Inx_Apiimpl_AbstractSession $_oSession (line 8)
  • access: protected
string $_sCreatedEnd (line 53)
  • access: protected
string $_sCreatedStart (line 48)
  • access: protected
string $_sModifiedEnd (line 63)
  • access: protected
string $_sModifiedStart (line 58)
  • access: protected
Methods
Constructor __construct (line 75)
  • access: public
Inx_Apiimpl_GeneralMailing_GeneralMailingQueryImpl __construct (Inx_Apiimpl_AbstractSession $oSession, Inx_Apiimpl_Core_ROBOResultSetDelegate $oDelegate,  $oService)
createdAfter (line 136)
  • access: public
void createdAfter ( $sSince)
  • $sSince

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::createdAfter()
Sets the filter for earliest mailing creation date. Inx_Api_GeneralMailing_GeneralMailingQuery will provide mailings created at and after the given date only.
createdBefore (line 142)
  • access: public
void createdBefore ( $sUntil)
  • $sUntil

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::createdBefore()
Sets the filter for latest mailing creation date. will provide mailings created at and before the given date only. filter will be overwritten.
createdBetween (line 148)
  • access: public
void createdBetween ( $sStart,  $sEnd)
  • $sStart
  • $sEnd

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::createdBetween()
Sets the filters for earliest and latest mailing creation dates. Inx_Api_GeneralMailing_GeneralMailingQuery will provide mailings created at and between the given dates.
executeQuery (line 194)
  • access: public

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::executeQuery()
Executes this Inx_Api_GeneralMailing_GeneralMailingQuery.
listIds (line 103)
  • access: public
Inx_Api_GeneralMailing_GeneralMailingQuery listIds ([ $listIds = null])
  • array $listIds

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::listIds()
Sets the filter for list IDs.
mailingIds (line 112)
  • access: public
Inx_Api_GeneralMailing_GeneralMailingQuery mailingIds ([ $mailingIds = null])
  • array $mailingIds

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::mailingIds()
Sets the filter for mailing IDs.
mailingTypes (line 86)
  • access: public
Inx_Api_GeneralMailing_GeneralMailingQuery mailingTypes ([ $mailingTypes = null])
  • array $mailingTypes

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::mailingTypes()
Sets the filter for Inx_Api_GeneralMailing_MailingTypes.
modifiedAfter (line 155)
  • access: public
void modifiedAfter ( $sSince)
  • $sSince

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::modifiedAfter()
Sets the filter for earliest mailing modification date. Inx_Api_GeneralMailing_GeneralMailingQuery will provide mailings modified at and after the given date only.
modifiedBefore (line 161)
  • access: public
void modifiedBefore ( $sUntil)
  • $sUntil

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::modifiedBefore()
Sets the filter for latest mailing modification date. Inx_Api_GeneralMailing_GeneralMailingQuery will provide mailings modified at and before the given date only.
modifiedBetween (line 167)
  • access: public
void modifiedBetween ( $sStart,  $sEnd)
  • $sStart
  • $sEnd

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::modifiedBetween()
Sets the filters for earliest and latest mailing modification dates. Inx_Api_GeneralMailing_GeneralMailingQuery will provide mailings modified at and between the given dates.
names (line 121)
  • access: public
Inx_Api_GeneralMailing_GeneralMailingQuery names ([ $mailingNames = null])
  • array $mailingNames

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::names()
Sets the filter for mailing names.
sort (line 177)
  • access: public

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::sort()
Sets ordering attribute and ordering direction.
subjects (line 130)
  • access: public
Inx_Api_GeneralMailing_GeneralMailingQuery subjects ([ $mailingSubjects = null])
  • array $mailingSubjects

Implementation of:
Inx_Api_GeneralMailing_GeneralMailingQuery::subjects()
Sets the filter for mailing subjects. provide mailings matching any given subject only.

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