public abstract class AbstractCopyOrderPromotionCodeTaskCmdImpl extends TaskCommandImpl implements CopyOrderPromotionCodeTaskCmd
defaultCommandClassName, NAME| Constructor and Description |
|---|
AbstractCopyOrderPromotionCodeTaskCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
This method executes the business logic of this command implementation.
|
void |
setFromOrderIds(java.lang.Long[] orderIds)
This is the method declaration to Set From Order Id array.
|
void |
setPromotionCode(java.lang.String promotionCode)
This is the method declaration to Set Promotion Code.
|
void |
setPromotionCodeType(java.lang.Short promotionCodeType)
This method sets the implementation type that is used for promotion code.
|
void |
setToOrderId(java.lang.Long orderId)
This is the method declaration to Set To Order Id.
|
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, 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 AbstractCopyOrderPromotionCodeTaskCmdImpl()
public void performExecute()
throws ECException
The business logic of this command implementation is responsible for copy a promotion code to an order.
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - This exception is thrown when any kind of Exception catch.public void setToOrderId(java.lang.Long orderId)
CopyOrderPromotionCodeTaskCmdsetToOrderId in interface CopyOrderPromotionCodeTaskCmdorderId - A Long representing the to order id to be used in the command.CopyOrderPromotionCodeTaskCmd.setToOrderId(Long)public void setFromOrderIds(java.lang.Long[] orderIds)
CopyOrderPromotionCodeTaskCmdsetFromOrderIds in interface CopyOrderPromotionCodeTaskCmdorderIds - An Array of Long representing the from order id array to be used in the command.CopyOrderPromotionCodeTaskCmd.setFromOrderIds(Long[])public void setPromotionCode(java.lang.String promotionCode)
CopyOrderPromotionCodeTaskCmdsetPromotionCode in interface CopyOrderPromotionCodeTaskCmdpromotionCode - A String representing the promotion code to be used in the
command.CopyOrderPromotionCodeTaskCmd.setPromotionCode(String)public void setPromotionCodeType(java.lang.Short promotionCodeType)
CopyOrderPromotionCodeTaskCmdsetPromotionCodeType in interface CopyOrderPromotionCodeTaskCmdpromotionCodeType - A Short representing the promotion code implementation type to
be used in the command.CopyOrderPromotionCodeTaskCmd.setPromotionCodeType(java.lang.Short)