Class Inx_Apiimpl_Action_CommandFactoryImpl

Description

Implements interfaces:

  1. CommandFactoryImpl

  1. CommandFactoryImpl

  • version: $Revision: 9739 $ $Date: 2008-01-23 14:44:04 +0200 (Tr, 23 Sau 2008) $ $Author: aurimas $
  • since: API 1.2.0

Located in /Apiimpl/Action/CommandFactoryImpl.php (line 9)


	
			
Method Summary
void createSendActionMailCmd ( $iListContextId,  $iActionMailingId)
void createSendLastNewsletterCmd ( $iListContextId)
void createSendMailCmd ( $iListContextId,  $iMailingId)
void createSetAbsoluteValueCmd ( $iAttributeId,  $sAbsoluteValue)
void createSetRelativeValueCmd ( $iAttributeId,  $sRelativeValue)
void createSetValueCmd ( $iAttributeId,  $sExpression)
void createSubscriptionCmd ( $iListContextId,  $blSubscriptionProcessingEnabled)
void createSubscriptionCmd2 ( $iListContextId,  $blSubscriptionProcessingEnabled)
void createUnsubscriptionCmd ( $iListContextId,  $blUnsubscriptionProcessingEnabled)
void createUnsubscriptionCmd2 ( $iListContextId,  $blUnsubscriptionProcessingEnabled)
Methods
createDeleteRecipientCmd (line 15)
  • see: createDeleteRecipientCmd()
  • access: public
void createDeleteRecipientCmd ()

Implementation of:
Inx_Api_Action_CommandFactory::createDeleteRecipientCmd()
Creates a new Inx_Api_Action_DeleteRecipientCommand that will delete the recipient permanently from the system.
createSendActionMailCmd (line 154)
  • see: Inx_Api_Action_CommandFactory::createSendActionMailCmd
  • access: public
void createSendActionMailCmd ( $iListContextId,  $iActionMailingId)
  • $iListContextId
  • $iActionMailingId

Implementation of:
Inx_Api_Action_CommandFactory::createSendActionMailCmd()
Creates an Inx_Api_Action_SendActionMailCommand which sends the specified action mailing from the corresponding list context to the recipient.
createSendLastNewsletterCmd (line 132)
  • see: createSendLastNewsletterCmd(int)
  • access: public
void createSendLastNewsletterCmd ( $iListContextId)
  • $iListContextId

Implementation of:
Inx_Api_Action_CommandFactory::createSendLastNewsletterCmd()
Creates an Inx_Api_Action_SendMailCommand which sends the last newsletter from the specified list context to the recipient.
createSendMailCmd (line 143)
  • see: createSendMailCmd(int, int)
  • access: public
void createSendMailCmd ( $iListContextId,  $iMailingId)
  • $iListContextId
  • $iMailingId

Implementation of:
Inx_Api_Action_CommandFactory::createSendMailCmd()
Creates an Inx_Api_Action_SendMailCommand which sends the specified mailing from the corresponding list context to the recipient.
createSetAbsoluteValueCmd (line 35)
  • see: createSetAbsoluteValueCmd(int, java.lang.String)
  • access: public
void createSetAbsoluteValueCmd ( $iAttributeId,  $sAbsoluteValue)
  • $iAttributeId
  • $sAbsoluteValue

Implementation of:
Inx_Api_Action_CommandFactory::createSetAbsoluteValueCmd()
Creates an Inx_Api_Action_SetValueCommand which sets an absolute value.
createSetRelativeValueCmd (line 47)
  • see: createSetRelativeValueCmd(int, java.lang.String)
  • access: public
void createSetRelativeValueCmd ( $iAttributeId,  $sRelativeValue)
  • $iAttributeId
  • $sRelativeValue

Implementation of:
Inx_Api_Action_CommandFactory::createSetRelativeValueCmd()
Creates an Inx_Api_Action_SetValueCommand which sets a relative value.
createSetValueCmd (line 23)
  • see: createSetValueCmd(int, java.lang.String)
  • access: public
void createSetValueCmd ( $iAttributeId,  $sExpression)
  • $iAttributeId
  • $sExpression

Implementation of:
Inx_Api_Action_CommandFactory::createSetValueCmd()
Creates an Inx_Api_Action_SetValueCommand which sets a value based on an expression.
createSubscriptionCmd (line 59)
  • see: createSubscriptionCmd(int, boolean)
  • access: public
void createSubscriptionCmd ( $iListContextId,  $blSubscriptionProcessingEnabled)
  • $iListContextId
  • $blSubscriptionProcessingEnabled

Implementation of:
Inx_Api_Action_CommandFactory::createSubscriptionCmd()
Creates an Inx_Api_Action_SubUnsubscriptionCommand which subscribes the recipient to the specified standard list.
createSubscriptionCmd2 (line 96)
  • see: createSubscriptionCmd2(int, boolean)
  • access: public
void createSubscriptionCmd2 ( $iListContextId,  $blSubscriptionProcessingEnabled)
  • $iListContextId
  • $blSubscriptionProcessingEnabled

Implementation of:
Inx_Api_Action_CommandFactory::createSubscriptionCmd2()
Creates an Inx_Api_Action_SubscriptionCommand which subscribes the recipient to the specified standard list.
createUnsubscribeAllCmd (line 83)
  • see: createUnsubscribeAllCmd()
  • access: public
void createUnsubscribeAllCmd ()

Implementation of:
Inx_Api_Action_CommandFactory::createUnsubscribeAllCmd()
Creates an Inx_Api_Action_SubUnsubscriptionCommand which unsubscribes the recipient from all standard lists.
createUnsubscribeAllCmd2 (line 120)
  • see: createUnsubscribeAllCmd2()
  • access: public
void createUnsubscribeAllCmd2 ()

Implementation of:
Inx_Api_Action_CommandFactory::createUnsubscribeAllCmd2()
Creates an Inx_Api_Action_UnsubscriptionCommand which unsubscribes the recipient from all standard lists.
createUnsubscriptionCmd (line 71)
  • see: createUnsubscriptionCmd(int, boolean)
  • access: public
void createUnsubscriptionCmd ( $iListContextId,  $blUnsubscriptionProcessingEnabled)
  • $iListContextId
  • $blUnsubscriptionProcessingEnabled

Implementation of:
Inx_Api_Action_CommandFactory::createUnsubscriptionCmd()
Creates an Inx_Api_Action_SubUnsubscriptionCommand which unsubscribes the recipient from the specified standard list.
createUnsubscriptionCmd2 (line 108)
  • see: createUnsubscriptionCmd2(int, boolean)
  • access: public
void createUnsubscriptionCmd2 ( $iListContextId,  $blUnsubscriptionProcessingEnabled)
  • $iListContextId
  • $blUnsubscriptionProcessingEnabled

Implementation of:
Inx_Api_Action_CommandFactory::createUnsubscriptionCmd2()
Creates an Inx_Api_Action_UnsubscriptionCommand which unsubscribes the recipient from the specified standard list.

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