The command returns customer's entitled contract prices for the enquiring products.
Behavior
Parameters
Response Parameter:
Exception Conditions
It will re-throw all the exceptions that the GetContractUnitPrice command will throw.Field Summary | |
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. |
Method Summary | |
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. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public java.util.Hashtable getContractPrices()
public java.util.Hashtable getTradingIds()
public java.util.Hashtable getTradingPrices()
public void setCatEntryIds(java.util.Vector catentryIds)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.