com.ibm.commerce.discount.rules.commands
Interface OrderLevelPolicyTaskCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
OrderLevelPolicyTaskCmdImpl

public interface OrderLevelPolicyTaskCmd
extends TaskCommand

Order Level Policy Task Command. This interface is using to customize the order level discount policy.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 java.util.Vector getDiscounts()
          Return a collection of discounts.
 java.util.Vector getSelectedDiscounts()
          Return a collection of selected discount.
 void setDiscounts(java.util.Vector discounts)           Set the discounts.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

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

defaultCommandClassName

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

getDiscounts

public java.util.Vector getDiscounts()
Return a collection of discounts.
Returns:
java.util.Vector

getSelectedDiscounts

public java.util.Vector getSelectedDiscounts()
Return a collection of selected discount.
Returns:
java.util.Vector

setDiscounts

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