com.ibm.commerce.order.calculation

Interface PerUnitAmountCalculationRangeCmd

  • 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:
    PerUnitAmountCalculationRangeCmdImpl


    public interface PerUnitAmountCalculationRangeCmd
    extends CalculationRangeCmd
    This version of the CalculationRange command returns the calculation range lookup result multiplied by the lookup number.
    If the currency of the RangeLookupResult is not the specified currency, throw a conversion exception. Otherwise, return a MonetaryResult. It represents the RangeLookupResult multiplied by the part of the "lookup number" used to lookup this range that is applicable to this calculation.
    See Also:
    CalculationRangeCmd