CancelOrderCmdImplpublic class DoCancelCmdImpl extends TaskCommandImpl implements DoCancelCmd
DoCancel task command implementation is called by the
AdminOrderCancel Controller command to cancel the payment for an order.
Parameters:
| Parameter Name | Type | Descriptions |
| orderId | Order ID | ID of the order whose payment is to be canceled |
| sPurge | String | Flag to indicate cleanup of the ORDPAYMTHD record is required. |
Behavior:
DoCancelPolicy command for the
Payment Policy used for the Purchase. (The ID of the Payment Policy is stored in the ORDPAYMTHD Table).
PaymentConstants.ORDER_PURGE (1) perform the following:
Error View Name:
ErrorCodes:
This command uses the following AccessBeans:
This command calls the following BusinessPolicyCommands:
defaultCommandClassName, ERRTASK_NAME, NAME| Constructor and Description |
|---|
DoCancelCmdImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadyToCallExecute()
Deprecated.
This method is called by the Command Framework to check if all basic mandatory
parameters have been set for this command.
|
void |
performExecute()
Deprecated.
Performs the main business logic of the command.
|
void |
reset()
Deprecated.
Resets the instance variables of the command.
|
void |
setOrderId(java.lang.Long orderId)
Deprecated.
Sets the orderId property of the command.
|
void |
setPurge(java.lang.String sPurge)
Deprecated.
Sets the purge property of the command.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, 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, setDefaultProperties, validateParameterspublic boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
This is useful if the command instance is to be called multiple times with different command parameters.
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setOrderId(java.lang.Long orderId)
setOrderId in interface DoCancelCmdorderId - the ID of the Order whose payment is to be canceledpublic void setPurge(java.lang.String sPurge)
setPurge in interface DoCancelCmdsPurge - set to "1" to remove the ORDPAYMTHD record of the canceled order;
otherwise, the ORDPAYMTHD record for the order is left intact.