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

All Superinterfaces:
ApplyCalculationUsageCmd, BusinessPolicyCommand, CalculationCmd, ECCommand, 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 defaultCommandClassName
           
static java.lang.String NAME
           
 
Fields inherited from interface com.ibm.commerce.order.calculation.ApplyCalculationUsageCmd
COPYRIGHT
 
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
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME