public class MarketplaceRetrievePricesCmdImpl extends RetrievePricesCmdImpl implements RetrievePricesCmd
This command calls the following TaskCommands:
OfferAccessBean| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright string.
|
CLASS_NAMEdefaultCommandClassName, NAME| Constructor and Description |
|---|
MarketplaceRetrievePricesCmdImpl()
Constructor for MarketplaceRetrievePricesCmdImpl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Executes main business logic of the command.
|
void |
reset()
Prepare this command for re-execution.
|
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, waitgetItemOffers, setCatEntryIds, setCurrency, setItemOffers, setOfferIds, setOutputProperties, setPriceListIds, setPSExclusionList, setPSInclusionList, setQuantities, setRequestProperties, validateParametersgetPolicyId, getRequestProperties, setPolicyIdaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesgetItemOffers, setCatEntryIds, setCurrency, setOfferIds, setPriceListIds, setPSExclusionList, setPSInclusionList, setQuantitiesgetPolicyId, getRequestProperties, setPolicyId, setRequestPropertiescheckIsAllowed, 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 MarketplaceRetrievePricesCmdImpl()
public void performExecute()
throws com.ibm.commerce.exception.ECException
RetrievePricesCmdImplperformExecute in interface com.ibm.commerce.command.ECCommandperformExecute in class RetrievePricesCmdImplcom.ibm.commerce.exception.ECExceptionECCommand#performExecute()public void reset()
RetrievePricesCmdImplreset in class RetrievePricesCmdImplCommand.reset()public void setStoreId(java.lang.Integer anStoreId)
RetrievePricesCmdImplsetStoreId in interface RetrievePricesCmdsetStoreId in class RetrievePricesCmdImplanStoreId - the Store ID.RetrievePricesCmd.setStoreId(Integer)