| |
|
| java.lang.Object org.openharmonise.rm.commands.AbstractCmd org.openharmonise.rm.commands.CmdEmail
CmdEmail | public class CmdEmail extends AbstractCmd (Code) | | Publishes the 'command object' using a Template specified in the parameters
and sends the result as an email to the recipient specified in the parameters.
author: Michael Bell version: $Revision: 1.3 $ |
Constructor Summary | |
public | CmdEmail() Creates a new instance of the command. |
ATTRIB_SEND_TYPE | final public static String ATTRIB_SEND_TYPE(Code) | | Send type attribute, i.e. 'user' or 'test'
|
CONTENTTYPE_PNAME | final static String CONTENTTYPE_PNAME(Code) | | Parameter name for email content type
|
EMAILFORMID_PNAME | final static String EMAILFORMID_PNAME(Code) | | Parameter name for the id of the template to be used
in publishing the 'command object'
|
EMAIL_PROPNAME | final static String EMAIL_PROPNAME(Code) | | Property name for the 'recipient' property
|
OUTTEXT_PNAME | final static String OUTTEXT_PNAME(Code) | | Parameter name for the output text
|
PNAME_EMAIL_HOST | final static String PNAME_EMAIL_HOST(Code) | | Config parameter name for the email host
|
RECEPIENTLIST_PNAME | final static String RECEPIENTLIST_PNAME(Code) | | Parameter name for the recipient list
|
SENDER_PNAME | final static String SENDER_PNAME(Code) | | Parameter name for the sender
|
SENDER_PROPNAME | final static String SENDER_PROPNAME(Code) | | Property name for the 'sender' property
|
SENDXML_PNAME | final static String SENDXML_PNAME(Code) | | Parameter name for sending the published XML
|
SUBJECT_INMARKER | final static String SUBJECT_INMARKER(Code) | | Name replacement pattern
|
SUBJECT_IPMARKER | final static String SUBJECT_IPMARKER(Code) | | Property value pattern
|
SUBJECT_PNAME | final static String SUBJECT_PNAME(Code) | | Parameter name for email subject
|
TAG_EMAILRECIPIENT | final public static String TAG_EMAILRECIPIENT(Code) | | Email recipient tag
|
USE_SUBMITTED_FORM | final static String USE_SUBMITTED_FORM(Code) | | Possible value for EMAILFORMID_PNAME parameter to indicate
the submitted for should be used to publish the 'command object'
|
XSL_PNAME | final static String XSL_PNAME(Code) | | Parameter name for the XSLT file to be used in transforming
the result of publishing the 'command object' to XML
|
CmdEmail | public CmdEmail()(Code) | | Creates a new instance of the command.
|
isValidCommandObject | public boolean isValidCommandObject(Object obj)(Code) | | |
|
|
|