Interface for the RetrievePricesCmd Task Command to retrieve all the qualified contract prices and to calculate the price adjustment specified by the contract for one or more catalog entries.
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[] | getItemOffers() Returns all the qualified offers retrieved for each of the input items. |
void | setCatEntryIds(java.lang.Long[] aCatEntryIds) Sets the ids of the input catalog entries for retrieving the offers. |
void | setCurrency(java.lang.String astrCurrency) Sets the currency to be used for finding the price (Optional). |
void | setOfferIds(java.lang.Long[] aOfferIds) Sets the ids of the input offers to be used for retrieving the offer prices (Optional). |
void | setPriceListIds(java.lang.Long[] aPriceListIds) Sets the ids of the input price lists to be used for retrieving the offers. |
void | setPSExclusionList(java.lang.Integer[] aPSExclusionList) Sets the list of product sets excluded from the trading agreements (Optional). |
void | setPSInclusionList(java.lang.Integer[] aPSInclusionList) Sets the list of product sets included in the trading agreements (Optional). |
void | setQuantities(QuantityAmount[] aQuantityAmounts) Sets the quantity amount of the input catalog entry that is to be priced (Optional). |
void | setStoreId(java.lang.Integer aStoreId) Sets the id of the input store to be used for calculating the price (Optional). |
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[] getItemOffers()
public void setCatEntryIds(java.lang.Long[] aCatEntryIds)
public void setCurrency(java.lang.String astrCurrency)
public void setOfferIds(java.lang.Long[] aOfferIds)
public void setPriceListIds(java.lang.Long[] aPriceListIds)
public void setQuantities(QuantityAmount[] aQuantityAmounts)
public void setStoreId(java.lang.Integer aStoreId)
public void setPSExclusionList(java.lang.Integer[] aPSExclusionList)
public void setPSInclusionList(java.lang.Integer[] aPSInclusionList)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.