public abstract class AbstractFetchQuoteCmdImpl extends AbstractFetchNounCmdImpl implements com.ibm.commerce.order.facade.server.commands.FetchQuoteCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.util.logging.Logger |
LOGGER
The logger of the class.
|
| Constructor and Description |
|---|
AbstractFetchQuoteCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
GetType |
getGet()
This method returns the get expression associated with the fetch operation.
|
GetQuoteType |
getGetQuote() |
java.util.List |
getNouns()
This method returns the list of nouns that have been retrieved by the
business object manager that matches the specified XPath expression.
|
ShowType |
getPagingParameters()
This method gets the paging parameter
|
java.util.List |
getQuotes() |
ShowType |
getShow()
This method returns the show verb response that represent the
results of the fetch operation.
|
ShowQuoteDataAreaType |
getShowQuoteDataArea()
This method returns the quote show data.
|
boolean |
isReadyToCallExecute()
This method returns whether the command has the get verb specified
so it is ready to execute.
|
void |
performExecute()
This method calls the method performSearch() to search the quotes in FetchQuote commands.
|
void |
setGet(GetType getVerb)
This method sets the get expression for the fetch operation.
|
void |
setGetQuote(GetQuoteType getQuote) |
void |
setPagingParameters(ShowType argPagingParameter)
This method sets the paging parameter
|
void |
setQuotes(java.util.List quotes) |
void |
setShow(ShowType showVerb)
This method sets the show response to associated with the fetch operation.
|
void |
setShowQuoteDataArea(ShowQuoteDataAreaType showQuoteDataArea) |
reset, setSearchExpressionexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetSearchExpressionpublic static final java.lang.String COPYRIGHT
public static final java.util.logging.Logger LOGGER
public ShowType getPagingParameters()
getPagingParameters in interface com.ibm.commerce.order.facade.server.commands.FetchQuoteCmdpublic void setPagingParameters(ShowType argPagingParameter)
setPagingParameters in interface com.ibm.commerce.order.facade.server.commands.FetchQuoteCmdargPagingParameter - The paging parameter to set.public boolean isReadyToCallExecute()
AbstractFetchNounCmdImplisReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractFetchNounCmdImplCommand.isReadyToCallExecute()public void performExecute()
throws java.lang.Exception
performExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class com.ibm.websphere.command.TargetableCommandImpljava.lang.Exceptionpublic java.util.List getQuotes()
getQuotes in interface com.ibm.commerce.order.facade.server.commands.FetchQuoteCmdpublic ShowQuoteDataAreaType getShowQuoteDataArea()
ShowQuoteDataAreaType which contains
all the information to be displayed.public java.util.List getNouns()
getNouns in interface AbstractFetchNounCmdpublic GetQuoteType getGetQuote()
public GetType getGet()
AbstractFetchNounCmdImplpublic void setGet(GetType getVerb)
AbstractFetchNounCmdImplsetGet in interface AbstractFetchNounCmdsetGet in class AbstractFetchNounCmdImplgetVerb - The iGetVerb to set.com.ibm.commerce.infastructure.facade.server.commands.FetchWorkspaceCmd#setGet(com.ibm.commerce.oagis9.datatypes.GetType)public void setShowQuoteDataArea(ShowQuoteDataAreaType showQuoteDataArea)
showQuoteDataArea - The iShowQuoteDataArea to set.public ShowType getShow()
AbstractFetchNounCmdImplgetShow in interface AbstractFetchNounCmdgetShow in class AbstractFetchNounCmdImplcom.ibm.commerce.infastructure.facade.server.commands.FetchWorkspaceCmd#getShow()public void setShow(ShowType showVerb)
AbstractFetchNounCmdImplshowVerb - The iShowVerb to set.public void setQuotes(java.util.List quotes)
quotes - The iQuotes to set.public void setGetQuote(GetQuoteType getQuote)
setGetQuote in interface com.ibm.commerce.order.facade.server.commands.FetchQuoteCmdgetQuote - The iGetQuote to set.