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
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
---|
public java.util.Hashtable getPolicyPriceLists()
public void setPricePolicyABs(BusinessPolicyAccessBean[] aPricePolicyABs)
aPricePolicyABs
- The access beans of a list of price business
policies.