com.ibm.commerce.taxation.commands
Class TaxCalculationCodeApplyCmdImpl

java.lang.Object
  CalculationCmdImpl
      com.ibm.commerce.taxation.commands.TaxCalculationCodeApplyCmdImpl
All Implemented Interfaces:
TaxCalculationCodeApplyCmd

public class TaxCalculationCodeApplyCmdImpl
extends CalculationCmdImpl
implements TaxCalculationCodeApplyCmd

The default implementation for tax calculationUsage adds the specified MonetaryAmounts to the tax amounts for the specified OrderItems.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
Fields inherited from interface com.ibm.commerce.taxation.commands.TaxCalculationCodeApplyCmd
defaultCommandClassName, NAME
Constructor Summary
TaxCalculationCodeApplyCmdImpl()
Method Summary
void performExecute()
void setCalculationCodeAB(CalculationCodeAccessBean calculationCodeAB)
void setCalculationUsage(java.lang.Integer calculationUsage)
void setOrderItemABHash(java.util.Hashtable orderItemABHash)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

TaxCalculationCodeApplyCmdImpl

public TaxCalculationCodeApplyCmdImpl()
Method Detail

performExecute

public void performExecute()
                    throws ECException
Throws:
ECException

setCalculationCodeAB

public void setCalculationCodeAB(CalculationCodeAccessBean calculationCodeAB)

setCalculationUsage

public void setCalculationUsage(java.lang.Integer calculationUsage)

setOrderItemABHash

public void setOrderItemABHash(java.util.Hashtable orderItemABHash)

Feedback