public class DiscountCalculationCodeApplyCmdImpl extends CalculationCmdImpl implements DiscountCalculationCodeApplyCmd
The default implementation of DiscountCalculationCodeApplyCmd
.
Its behaviour is as follows:
CalculationHelper.correctZeroBoundaryCrossings(Item[], BigDecimal[], String, CommandContext, List)
.Commands used:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
DiscountCalculationCodeApplyCmdImpl()
Constructor for DiscountCalculationCodeApplyCmdImpl.
|
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 |
setCode(CalculationCodeAccessBean aabCode)
Sets the calculation code.
|
void |
setItems(Item[] aItems)
Sets the items.
|
void |
setValues(java.math.BigDecimal[] adValues)
Sets the order item adjustment amounts.
|
void |
setValues(java.lang.Integer anTaxCategoryId,
java.math.BigDecimal[] adValues)
Sets the order item adjustment amounts.
|
getCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageId
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
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, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageId
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public DiscountCalculationCodeApplyCmdImpl()
public void performExecute() throws ECException
AbstractECTargetableCommand
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
ECCommand.performExecute()
public void reset()
AbstractECTargetableCommand
reset
in interface com.ibm.websphere.command.Command
reset
in class CalculationCmdImpl
Command.reset()
public void setCode(CalculationCodeAccessBean aabCode)
setCode
in interface CalculationCodeApplyCmd
aabCode
- the calculation code.public void setItems(Item[] aItems)
setItems
in interface CalculationCodeApplyCmd
aItems
- the items.public void setValues(java.math.BigDecimal[] adValues)
setValues
in interface CalculationCodeApplyCmd
adValues
- the order item adjustment amounts.public void setValues(java.lang.Integer anTaxCategoryId, java.math.BigDecimal[] adValues)
setValues
in interface CalculationCodeApplyCmd
anTaxCategoryId
- the tax category ID. Always null.adValues
- the order item adjustment amounts.