com.ibm.commerce.price.commands
Interface ResolvePriceListsCmd

All Superinterfaces:
BusinessPolicyCommand, TaskCommand
All Known Implementing Classes:
ResolvePriceListsCmdImpl

public interface ResolvePriceListsCmd
extends BusinessPolicyCommand

Interface for the ResolvePriceListsCmd Task Command to resolve the price lists referenced by the price business policies.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default name of this command.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 java.util.Hashtable getPolicyPriceLists()
          Returns a list of price business policies and their associated price lists.
 void setPricePolicyABs( BusinessPolicyAccessBean[] aPricePolicyABs)
          Sets the input price business policy access beans for determining the price lists.
 
Methods inherited from interface com.ibm.commerce.command. BusinessPolicyCommand
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
 

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

defaultCommandClassName

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

NAME

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

getPolicyPriceLists

public java.util.Hashtable getPolicyPriceLists()
Returns a list of price business policies and their associated price lists.
Returns:
The list of price business policies and their associated price lists.

setPricePolicyABs

public void setPricePolicyABs(BusinessPolicyAccessBean[] aPricePolicyABs)
Sets the input price business policy access beans for determining the price lists.
Parameters:
aPricePolicyABs - The access beans of a list of price business policies.