Composes and sends an OrderReceived message with the supplied recipient, sender and subject.
Behavior
orderId
recipient
sender
, subject
, CC
and
BCC
are provided, they will be used to configure the
email.Parameters
Example xml_string: <?xml version="1.0" encoding "UTF-8"> <orderId>10001</orderId> <messageType>126</messageType> <recipient>jones@abc.com</recipient> <sender>James Woo</sender> <subject>Order summary report</subject> <CC> </CC> <BCC> </BCC> <sender> </sender> <URL>DialogNavigation</URL> <XMLFile>xml file name</XMLFile> </xml>
Exception Conditions
Error View:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
NAME The name of this command. |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME