The Inx_Api_Action_CommandFactory is a factory for creating Inx_Api_Action_Commands.
The Inx_Api_Action_CommandFactory is a factory for creating Inx_Api_Action_Commands. For an example on how to use commands and actions, see the Inx_Api_Action_ActionManager documentation.
Located in /Api/Action/CommandFactory.php (line 19)
Creates a new Inx_Api_Action_DeleteRecipientCommand that will delete the recipient permanently from the system.
Creates a new Inx_Api_Action_DeleteRecipientCommand that will delete the recipient permanently from the system.
Creates an Inx_Api_Action_SendActionMailCommand which sends the specified action mailing from the corresponding list context to the recipient.
Creates an Inx_Api_Action_SendActionMailCommand which sends the specified action mailing from the corresponding list context to the recipient.
Creates an Inx_Api_Action_SendMailCommand which sends the last newsletter from the specified list context to the recipient.
Creates an Inx_Api_Action_SendMailCommand which sends the last newsletter from the specified list context to the recipient.
Creates an Inx_Api_Action_SendMailCommand which sends the specified mailing from the corresponding list context to the recipient.
Creates an Inx_Api_Action_SendMailCommand which sends the specified mailing from the corresponding list context to the recipient.
Creates an Inx_Api_Action_SetValueCommand which sets an absolute value.
Creates an Inx_Api_Action_SetValueCommand which sets an absolute value. Some examples for allowed values, dependent on the data type:
Creates an Inx_Api_Action_SetValueCommand which sets a relative value.
Creates an Inx_Api_Action_SetValueCommand which sets a relative value. Examples for allowed values, dependent on the data type:
Creates an Inx_Api_Action_SetValueCommand which sets a value based on an expression.
Creates an Inx_Api_Action_SetValueCommand which sets a value based on an expression. The expression must begin with an equal sign. The data type of the expression must be the same as the data type of the specified attribute. See the Inxmail client documentation for a detailed description.
$oFactory->createSetValueCmd( $oDatetimeAttr->getId(), "=Date()" );
Creates an Inx_Api_Action_SubUnsubscriptionCommand which subscribes the recipient to the specified standard list.
Creates an Inx_Api_Action_SubUnsubscriptionCommand which subscribes the recipient to the specified standard list.
Creates an Inx_Api_Action_SubscriptionCommand which subscribes the recipient to the specified standard list.
Creates an Inx_Api_Action_SubscriptionCommand which subscribes the recipient to the specified standard list.
Creates an Inx_Api_Action_SubUnsubscriptionCommand which unsubscribes the recipient from all standard lists.
Creates an Inx_Api_Action_SubUnsubscriptionCommand which unsubscribes the recipient from all standard lists.
Creates an Inx_Api_Action_UnsubscriptionCommand which unsubscribes the recipient from all standard lists.
Creates an Inx_Api_Action_UnsubscriptionCommand which unsubscribes the recipient from all standard lists.
Creates an Inx_Api_Action_SubUnsubscriptionCommand which unsubscribes the recipient from the specified standard list.
Creates an Inx_Api_Action_SubUnsubscriptionCommand which unsubscribes the recipient from the specified standard list.
Creates an Inx_Api_Action_UnsubscriptionCommand which unsubscribes the recipient from the specified standard list.
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