com.ibm.commerce.discount.rules.commands

Interface OrderLevelPolicyTaskCmd

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

    Deprecated. 
    This implementation will no longer be supported. Blaze based promotion implementation is replaced by Commerce Marketing promotion implementation.

    public interface OrderLevelPolicyTaskCmd
    extends TaskCommand
    Order Level Policy Task Command. This interface is using to customize the order level discount policy.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        Deprecated. 
        The name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

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

      • getDiscounts

        java.util.Vector getDiscounts()
        Deprecated. 
        Return a collection of discounts.
        Returns:
        java.util.Vector
      • getSelectedDiscounts

        java.util.Vector getSelectedDiscounts()
        Deprecated. 
        Return a collection of selected discount.
        Returns:
        java.util.Vector
      • setDiscounts

        void setDiscounts(java.util.Vector discounts)
        Deprecated. 
        Set the discounts.
        Parameters:
        discounts - java.util.Vector