public class QuoteDisplayCmdImpl extends com.ibm.commerce.quote.commands.QuoteBaseCmdImpl implements QuoteDisplayCmd
QuoteDisplayCmd
controller Command.
Behaviour
QuotePrepareCmd
for any quote that is unlocked.
OrderAccessBean
to process the quotes.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
QuoteDisplayCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList |
getUnlockedQuotes()
Gets the unlocked quote access beans to prepare.
|
void |
performExecute()
Performs the main business logic.
|
void |
setQuote(OrderAccessBean abQuote)
Sets the quote to be displayed and adds it to the list of quotes to be processed.
|
void |
setUnlockedQuotes(java.util.ArrayList newQuotes)
Sets the unlocked quote access beans to prepare.
|
getCommit, getResources, getUrl, reset, setCommit, setRequestProperties, setUrl, validateParameters
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setUrl
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, 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, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
public static final java.lang.String COPYRIGHT
public void setQuote(OrderAccessBean abQuote)
setQuote
in interface QuoteDisplayCmd
abQuote
- Quote access bean.public java.util.ArrayList getUnlockedQuotes()
public void setUnlockedQuotes(java.util.ArrayList newQuotes)
newQuotes
- Quote AccessBeanspublic void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.commerce.quote.commands.QuoteBaseCmdImpl
ECException