com.ibm.commerce.discount.rules.commands

Interface ProductLevelPolicyTaskCmd

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

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

    public interface ProductLevelPolicyTaskCmd
    extends TaskCommand
    This interface is using to customize product level discount policy Creation date: (4/5/2001 12:54:53 PM)
    • 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 discounts
        Returns:
        java.util.Vector
      • setDiscounts

        void setDiscounts(java.util.Vector discounts)
        Deprecated. 
        Set a collection of discounts.
        Parameters:
        discounts - java.util.Vector