public interface CSROrderProductContractPriceCmd extends ToolsControllerCommand
Behavior
Parameters
Response Parameter:
Exception Conditions
It will re-throw all the exceptions that theGetContractUnitPrice
command will throw.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name.
|
static java.lang.String |
NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable |
getContractPrices()
Gets the list of contract prices.
|
java.util.Hashtable |
getTradingIds()
Gets the trading IDs available for the catalog entry.
|
java.util.Hashtable |
getTradingPrices()
Gets the trading prices available for the catalog entry corresponding to the trading IDs.
|
void |
setCatEntryIds(java.util.Vector catentryIds)
Sets the catalog entry IDs.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.util.Hashtable getContractPrices()
java.util.Hashtable getTradingIds()
java.util.Hashtable getTradingPrices()
void setCatEntryIds(java.util.Vector catentryIds)
catentryIds
- The list of catalog entry IDs.