public interface CheckOrderCmd extends TaskCommand
CheckOrderCmd Task Command checks if an Order that is in
state "I" (OrderConstants.ORDER_SUBMITTED) has already been processed.
If it is determined that the order has already been processed, the command is
expected to throw the ECApplicationException with the Error Code
CheckOrderCmd.ERR_CODE_RESUBMIT_NOT_ALLOWED and the Error View named by
CheckOrderCmd.ERRTASK_NAME.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
Deprecated.
The default implementation of this command.
|
static java.lang.String |
ERR_CODE_RESUBMIT_NOT_ALLOWED
Deprecated.
Error code indicating order has already been submitted for processing
and re-submission is not allowed at this point.
|
static java.lang.String |
ERRTASK_NAME
Deprecated.
Name of the Error View for this command.
|
static java.lang.String |
NAME
Deprecated.
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setOrderId(java.lang.Long orderId)
Deprecated.
Sets the orderId property of the command.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String ERRTASK_NAME
static final java.lang.String ERR_CODE_RESUBMIT_NOT_ALLOWED
static final java.lang.String defaultCommandClassName