public class GetPriceListForRangePriceCmdImpl extends com.ibm.commerce.command.TaskCommandImpl implements GetPriceListForRangePriceCmd
GetPriceListForRangePriceCmd.defaultCommandClassName, NAME| Constructor and Description |
|---|
GetPriceListForRangePriceCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getContractToPriceListIDMap()
Get the contract ID to price list ID map.
|
void |
setCatEntryId(java.lang.Long anCatEntryId)
Set the catalog entry ID.
|
void |
setCurrency(java.lang.String currency)
Set the currency.
|
void |
setCustomData(java.util.Map customData)
Set the custom data.
|
void |
setQuantityAmount(QuantityAmount quantityAmount)
Set the quantity amount representing the quantity and unit of measurement.
|
void |
setStoreId(java.lang.Integer storeId)
Set the store ID.
|
void |
setTradingIds(java.lang.Long[] tradingIds)
Set the trading IDs under which to get the price list.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterscheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic java.util.Map getContractToPriceListIDMap()
getContractToPriceListIDMap in interface GetPriceListForRangePriceCmdpublic void setCatEntryId(java.lang.Long anCatEntryId)
setCatEntryId in interface GetPriceListForRangePriceCmdanCatEntryId - The catalog entry ID. It can't be null.public void setCurrency(java.lang.String currency)
setCurrency in interface GetPriceListForRangePriceCmdcurrency - The currency. It can't be null or empty.public void setCustomData(java.util.Map customData)
setCustomData in interface GetPriceListForRangePriceCmdcustomData - The custom data. It may be null or empty.public void setQuantityAmount(QuantityAmount quantityAmount)
setQuantityAmount in interface GetPriceListForRangePriceCmdquantityAmount - The quantity amount. It can't be null.public void setStoreId(java.lang.Integer storeId)
setStoreId in interface GetPriceListForRangePriceCmdstoreId - The store ID. It can't be null.public void setTradingIds(java.lang.Long[] tradingIds)
setTradingIds in interface GetPriceListForRangePriceCmdtradingIds - The trading IDs. It can't be null or empty.