com.ibm.commerce.isv.kit.tax
Interface TaxCalculationUsageTIKCmd

All Superinterfaces:
BusinessPolicyCommand, CalculationCmd, FinalizeCalculationUsageCmd, TaskCommand
All Known Implementing Classes:
TaxCalculationUsageTIKCmdImpl

public interface TaxCalculationUsageTIKCmd
extends FinalizeCalculationUsageCmd

This interface is provided as an example to invoke a set of interfaces supplied in the Tax Integration Interface Kit. If the WCS Calculation Framework has been configured to use this interface, the OrderPrepare command will call ApplyCalculationUsageTIKCmd which in turn invokes the TaxOrderCmd task command provided in the Tax Integration Interface Kit.


Field Summary
static java.lang.String COPYRIGHT
          The IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
 
Methods inherited from interface com.ibm.commerce.order.calculation. FinalizeCalculationUsageCmd
setOrder, setOrderItems
 
Methods inherited from interface com.ibm.commerce.order.calculation. CalculationCmd
getCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageId
 
Methods inherited from interface com.ibm.commerce.command. BusinessPolicyCommand
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
 

Field Detail
public static final java.lang.String COPYRIGHT
The IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation of this command.
See Also:
Constant Field Values