public abstract class AbstractRestoreUnusedPromotionCodeTaskCmdImpl extends TaskCommandImpl implements RestoreUnusedPromotionCodeTaskCmd
defaultCommandClassName, NAME| Constructor and Description |
|---|
AbstractRestoreUnusedPromotionCodeTaskCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
This method executes the business logic of this command implementation.
The business logic of this command implementation is responsible for restoring promotion codes from an order. |
void |
setOrderId(java.lang.Long orderId)
This is the method declaration to Set Order Id.
|
void |
setPromotionCodeType(java.lang.Short promotionCodeType)
This method sets the implementation type that is used for promotion code.
|
void |
validateParameters()
This method validates if the task command can be executed or not.
If the order id or promotion code is not correctly set, throw exception. |
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, 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 AbstractRestoreUnusedPromotionCodeTaskCmdImpl()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionAbstractECTargetableCommand.performExecute()public void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException - This exception is thrown when the order id or promotion
code is not correctly setpublic void setOrderId(java.lang.Long orderId)
RestoreUnusedPromotionCodeTaskCmdsetOrderId in interface RestoreUnusedPromotionCodeTaskCmdorderId - A String representing the order id.RestoreUnusedPromotionCodeTaskCmd.setOrderId(java.lang.Long)public void setPromotionCodeType(java.lang.Short promotionCodeType)
RestoreUnusedPromotionCodeTaskCmdsetPromotionCodeType in interface RestoreUnusedPromotionCodeTaskCmdpromotionCodeType - A Short representing the promotion code implementation type to
be used in the command.RestoreUnusedPromotionCodeTaskCmd.setPromotionCodeType(java.lang.Short)