public class TaxCalculationUsageTIKCmdImpl extends CalculationCmdImpl implements TaxCalculationUsageTIKCmd
This is a task command that is invoked from
ORDERPROCESScommand. It sets the audit flag for each order items that are used in the current order preparation.
The input to this command is :
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
TaxCalculationUsageTIKCmdImpl()
TaxCalculationUsageTIKCmdImpl constructor, calls the super.
|
| Modifier and Type | Method and Description |
|---|---|
OrderAccessBean |
getOrder()
Get the order Ids.
|
OrderItemAccessBean[] |
getOrderItems()
Get the order items.
|
void |
performExecute()
Executes the business logic of this command implementation.
|
void |
reset()
Resets the command properties.
|
void |
setOrder(OrderAccessBean newOrder)
Set the order.
|
void |
setOrderItems(OrderItemAccessBean[] newOrderItems)
Set the order items.
|
getCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageIdgetPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesaccessControlCheck, 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, waitgetCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageIdgetPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesexecuteFromCache, 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 TaxCalculationUsageTIKCmdImpl()
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class CalculationCmdImplCommand.reset()public OrderAccessBean getOrder()
public OrderItemAccessBean[] getOrderItems()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommand: - com.ibm.commerce.exception.ECException.ECExceptionpublic void setOrder(OrderAccessBean newOrder)
setOrder in interface FinalizeCalculationUsageCmdnewOrder - com.ibm.commerce.order.objects.OrderAccessBeanpublic void setOrderItems(OrderItemAccessBean[] newOrderItems)
setOrderItems in interface FinalizeCalculationUsageCmdnewOrderItems - com.ibm.commerce.order.objects.OrderItemAccessBean[]