com.ibm.commerce.order.calculation

Interface DiscountCalculationRuleQualifyCmd

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


    public interface DiscountCalculationRuleQualifyCmd
    extends CalculationRuleQualifyCmd

    This command is given a calculation rule and a list of items. It will determine the items that are qualified for the calculation rule based on the member groups related to the calculation rule.

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

    This command is registered as the following bootstrap calculation methods:

    Calculation Method IDCalculation Usage IDName
    -6-1CalculationRuleQualify (discount)
    -5006-5CalculationRuleQualify (coupon)

    • 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