public interface CalculateContractPricesCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ItemPriceInfo[] | getItemPriceInfo()
Returns the internal item info structure.
|
void | setCurrency(java.lang.String astrCurrency)
Sets the currency to be used for finding the price (Optional).
|
void | setErrorMode(boolean aErrorMode)
Sets the flag to indicate if exception will be thrown when the price cannot be found for the input catentry (Optional).
|
void | setItemPriceInfo(ItemPriceInfo[] aItemPriceInfo)
Sets the item info structure for internal use on calculating the prices.
|
void | setMasterCatalogPriceListIds(java.lang.Long[] aPriceListIds)
Sets the ids the price list associated with the Master Catalog (Optional).
|
void | setPriceListIds(java.lang.Long[] aPriceListIds)
Sets the ids of the input price lists to be used for retrieving the offers (Optional).
|
void | setStoreId(java.lang.Integer aStoreId)
Sets the id of the input store to be used for calculating the price (Optional).
|
void | setTradingABs(TradingAgreementAccessBean[] aTradingABs)
Sets the input trading agreement access beans for determining the contract prices.
|
void | setUseGlobalPriceList(boolean aUseGlobalPriceList)
Sets the flag, to indicate if the list of input price lists can be used globally for retrieving the offers for all of the input catentries (Optional).
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
ItemPriceInfo[] getItemPriceInfo()
void setCurrency(java.lang.String astrCurrency)
void setErrorMode(boolean aErrorMode)
void setItemPriceInfo(ItemPriceInfo[] aItemPriceInfo)
void setMasterCatalogPriceListIds(java.lang.Long[] aPriceListIds)
void setPriceListIds(java.lang.Long[] aPriceListIds)
void setStoreId(java.lang.Integer aStoreId)
void setTradingABs(TradingAgreementAccessBean[] aTradingABs)
void setUseGlobalPriceList(boolean aUseGlobalPriceList)