public class MarketplaceCalculateContractPricesCmdImpl extends CalculateContractPricesCmdImpl implements CalculateContractPricesCmd
This command calls the following TaskCommands:
OfferAccessBeanOfferPriceAccessBean| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright string.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
MarketplaceCalculateContractPricesCmdImpl()
Constructor for MarketplaceCalculateContractPricesCmdImpl.
|
| Modifier and Type | Method and Description |
|---|---|
ItemPriceInfo[] |
getItemPriceInfo()
Returns the internal item info structure.
|
void |
performExecute()
Executes main business logic of the command.
|
void |
reset() |
void |
setCurrency(java.lang.String astrCurrency)
Sets the currency to be used for finding the price (Optional).
|
void |
setItemPriceInfo(ItemPriceInfo[] aItemPriceInfos)
Sets the item info structure for internal use on calculating the prices.
|
void |
setStoreId(java.lang.Integer anStoreId)
Sets the id of the input store to be used for calculating the price (Optional).
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetErrorMode, setMasterCatalogPriceListIds, setPriceListIds, setTradingABs, setUseGlobalPriceList, validateParametersaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiessetErrorMode, setMasterCatalogPriceListIds, setPriceListIds, setTradingABs, setUseGlobalPriceListcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public MarketplaceCalculateContractPricesCmdImpl()
public ItemPriceInfo[] getItemPriceInfo()
CalculateContractPricesCmdImplgetItemPriceInfo in interface CalculateContractPricesCmdgetItemPriceInfo in class CalculateContractPricesCmdImplCalculateContractPricesCmd.getItemPriceInfo()public void performExecute()
throws com.ibm.commerce.exception.ECException
CalculateContractPricesCmdImplperformExecute in interface com.ibm.commerce.command.ECCommandperformExecute in class CalculateContractPricesCmdImplcom.ibm.commerce.exception.ECExceptionECCommand#performExecute()public void reset()
reset in class com.ibm.commerce.command.AbstractECTargetableCommandCommand.reset()public void setCurrency(java.lang.String astrCurrency)
CalculateContractPricesCmdImplsetCurrency in interface CalculateContractPricesCmdsetCurrency in class CalculateContractPricesCmdImplastrCurrency - the Currency.CalculateContractPricesCmd.setCurrency(String)public void setItemPriceInfo(ItemPriceInfo[] aItemPriceInfos)
CalculateContractPricesCmdImplsetItemPriceInfo in interface CalculateContractPricesCmdsetItemPriceInfo in class CalculateContractPricesCmdImplaItemPriceInfo - the ItemPriceInfos.CalculateContractPricesCmd.setItemPriceInfo(ItemPriceInfo[])public void setStoreId(java.lang.Integer anStoreId)
CalculateContractPricesCmdImplsetStoreId in interface CalculateContractPricesCmdsetStoreId in class CalculateContractPricesCmdImplanStoreId - the Store ID.CalculateContractPricesCmd.setStoreId(Integer)