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, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
public AbstractInsertMoreNounDataCmdImpl()
public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
isReadyToCallExecute
in class com.ibm.websphere.command.TargetableCommandImpl
Command.isReadyToCallExecute()
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class com.ibm.websphere.command.CacheableCommandImpl
Command.reset()
public void setGet(GetType getVerb)
setGet
in interface AbstractInsertMoreNounDataCmd
getVerb
- 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 AbstractInsertMoreNounDataCmd
searchExpression
- The search expression.public void setNouns(java.util.List nouns)
setNouns
in interface AbstractInsertMoreNounDataCmd
nouns
- 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 AbstractInsertMoreNounDataCmd
show
- The ShowType
object that is included as part of the show response.