public abstract class AbstractInsertMoreNounDataCmdImpl extends com.ibm.websphere.command.CacheableCommandImpl implements AbstractInsertMoreNounDataCmd
| Constructor and Description |
|---|
AbstractInsertMoreNounDataCmdImpl()
Creates an instance of the abstract fetch command implementation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadyToCallExecute()
This method returns whether the command has the get verb specified
so it is ready to execute.
|
void |
reset()
This method resets the instance variables so the command can be reused.
|
void |
setGet(GetType getVerb)
This method sets the get expression for the fetch operation.
|
void |
setNouns(java.util.List nouns)
This method sets the original list of nouns that is returned as part of the
Get request.
|
void |
setSearchExpression(SearchExpression searchExpression)
This method sets the search expression for the fetch operation.
|
void |
setShow(ShowType show)
Sets the
ShowType object that is returned as part of the Show resposne. |
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicypublic AbstractInsertMoreNounDataCmdImpl()
public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class com.ibm.websphere.command.TargetableCommandImplCommand.isReadyToCallExecute()public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class com.ibm.websphere.command.CacheableCommandImplCommand.reset()public void setGet(GetType getVerb)
setGet in interface AbstractInsertMoreNounDataCmdgetVerb - The get expression.com.ibm.commerce.infastructure.facade.server.commands.FetchWorkspaceCmd#setGet(com.ibm.commerce.oagis9.datatypes.GetType)public void setSearchExpression(SearchExpression searchExpression)
setSearchExpression in interface AbstractInsertMoreNounDataCmdsearchExpression - The search expression.public void setNouns(java.util.List nouns)
setNouns in interface AbstractInsertMoreNounDataCmdnouns - The list of nouns that is returned as a response to the get request.public void setShow(ShowType show)
ShowType object that is returned as part of the Show resposne.setShow in interface AbstractInsertMoreNounDataCmdshow - The ShowType object that is included as part of the show response.