com.ibm.commerce.order.calculation

Interface FixedAmountCalculationRangeCmd

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


    public interface FixedAmountCalculationRangeCmd
    extends CalculationRangeCmd

    Sets a calculation range, a calculation range lookup result, a lookup number and a base monetary value. This command will simply the value of the calculation range in the currency specified.

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

    This command is registered as the following bootstrap calculation methods:

    Calculation Method IDCalculation Usage IDName
    -13-1CalculationRange (discount, fixed amount)
    -33-2CalculationRange (shipping, fixed amount)
    -57-3CalculationRange (sales tax, fixed amount)
    -75-4CalculationRange (shipping tax, fixed amount)
    -5013-5CalculationRange (coupon, fixed amount)

    • 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