com.ibm.commerce.price.commands
Interface ResolvePriceListsCmd

All Superinterfaces:
BusinessPolicyCommand, ECCommand, 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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
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.