public class SetOrderLevelParameterCmdImpl extends TaskCommandImpl implements SetOrderLevelParameterCmd
SetOrderLevelParameter command.SetOrderLevelParameterCmd,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
defaultCommandClassName, NAME| Constructor and Description |
|---|
SetOrderLevelParameterCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
This method performs the business logic for this command.
|
void |
reset()
This method is called after a command has been executed.
|
void |
setAmount(java.math.BigDecimal adAmount)
Sets the amount.
|
void |
setOrder(OrderAccessBean aabOrder)
Sets the order.
|
void |
setOrderItems(OrderItemAccessBean[] aabOrderItems)
Sets the orderitems.
|
void |
setOverride(boolean abOverride)
Sets whether the directly attached calculation codes
will override the indirectly attached calculation codes
and the default calculation code.
|
void |
setType(java.lang.Integer anType)
Sets the parameter type:
2 - percentage
3 - fixed
|
void |
setUsageId(java.lang.Integer anUsageId) |
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, 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 static final java.lang.String COPYRIGHT
public void performExecute()
throws ECException
AbstractECTargetableCommandperformExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
AbstractECTargetableCommandreset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setAmount(java.math.BigDecimal adAmount)
SetOrderLevelParameterCmdsetAmount in interface SetOrderLevelParameterCmdpublic void setOrder(OrderAccessBean aabOrder)
SetOrderLevelParameterCmdsetOrder in interface SetOrderLevelParameterCmdpublic void setOrderItems(OrderItemAccessBean[] aabOrderItems)
SetOrderLevelParameterCmdsetOrderItems in interface SetOrderLevelParameterCmdpublic void setOverride(boolean abOverride)
SetOrderLevelParameterCmdsetOverride in interface SetOrderLevelParameterCmdpublic void setType(java.lang.Integer anType)
SetOrderLevelParameterCmdsetType in interface SetOrderLevelParameterCmdpublic void setUsageId(java.lang.Integer anUsageId)
setUsageId in interface SetOrderLevelParameterCmd