public class RaiseOrderSubmitEventCmdImpl extends TaskCommandImpl implements RaiseOrderSubmitEventCmd
RaiseOrderSubmitEventCmd interface.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
RaiseOrderSubmitEventCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventName()
This method gets the event name
|
OrderAccessBean |
getOrder()
This method gets the order
|
void |
performExecute()
This method contains the actual business logic to raise an event
|
void |
reset()
This method should be called after a command has been executed to reset its state variables.
|
void |
setEventName(java.lang.String enEventName)
This method sets the event name
|
void |
setOrder(OrderAccessBean abOrder)
This method sets the order
|
void |
validateParameters()
This method performs server side parameter checking.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - The ECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException - The ECExceptionpublic OrderAccessBean getOrder()
getOrder in interface RaiseOrderSubmitEventCmdpublic void setOrder(OrderAccessBean abOrder)
setOrder in interface RaiseOrderSubmitEventCmdabOrder - The order objectpublic java.lang.String getEventName()
getEventName in interface RaiseOrderSubmitEventCmdpublic void setEventName(java.lang.String enEventName)
setEventName in interface RaiseOrderSubmitEventCmdenEventName - The event name