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

All Superinterfaces:
ApplyCalculationUsageCmd, BusinessPolicyCommand, CalculationCmd, TaskCommand
All Known Implementing Classes:
ApplyCalculationUsageTIKCmdImpl

public interface ApplyCalculationUsageTIKCmd
extends ApplyCalculationUsageCmd

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
          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. ApplyCalculationUsageCmd
checkAppliedItems, getAppliedItems, setItems, setTaxCategoryIds
 
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
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