com.ibm.commerce.order.calculation

Interface VATCalculationRuleCombineCmd

  • All Superinterfaces:
    BusinessPolicyCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, CalculationCmd, CalculationRuleCombineCmd, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    VATCalculationRuleCombineCmdImpl


    public interface VATCalculationRuleCombineCmd
    extends CalculationRuleCombineCmd

    This command is used to calculate sales tax and shipping tax when VAT(Value-Added-Tax) feature is enabled.

    Sets a calculation code and a list of items first. This command will determine the calculation rules that are applicable to the items and calculate the values of these calculation rules.

    For sales/shipping tax only, the caller has to specify the tax categories that should be active during execution. Normally that would be all sales/shipping tax categories defined in the current store. This command will ignore calculation rules that don't belong to these tax categories.

    For more information, refer to the default implementation of this command, CalculationRuleCombineCmdImpl.

    This is also the base interface that commands registered as calculation methods of type "CalculationRuleCombine" must extend.

    • Field Detail

      • COPYRIGHT

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

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