public abstract class AbstractFetchNounCmdImpl extends com.ibm.websphere.command.CacheableCommandImpl implements AbstractFetchNounCmd
| Constructor and Description |
|---|
AbstractFetchNounCmdImpl()
Creates an instance of the abstract fetch command implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ShowType |
getShow()
This method returns the show verb response that represent the
results of the fetch operation.
|
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 |
setSearchExpression(SearchExpression searchExpression)
This method sets the selection expression for the fetch operation.
|
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNounspublic AbstractFetchNounCmdImpl()
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 ShowType getShow()
getShow in interface AbstractFetchNounCmdcom.ibm.commerce.infastructure.facade.server.commands.FetchWorkspaceCmd#getShow()public void setGet(GetType getVerb)
setGet in interface AbstractFetchNounCmdgetVerb - 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 AbstractFetchNounCmdsearchExpression - The search expression.