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