public abstract class AbstractChangeNounPartPostActionCmdImpl extends com.ibm.websphere.command.CacheableCommandImpl implements AbstractChangeNounPartPostActionCmd
| Constructor and Description |
|---|
AbstractChangeNounPartPostActionCmdImpl()
Creates an instance of the abstract change noun part post action command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addActionExpression(ActionExpression changeAction)
This method adds the
ActionExpression objects that
indicate the change operation and the noun parts that are part of those
operations. |
boolean |
isReadyToCallExecute()
This method verifies whether the performExecute is ready to be called
|
void |
setNoun(java.lang.Object noun)
This method sets the noun.
|
void |
setPersistentObjects(java.util.Map persistentObjects)
This method sets the persistent objects that have been resolved by the
controller and passed along to all commands involved with this requests.
|
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicypublic AbstractChangeNounPartPostActionCmdImpl()
public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class com.ibm.websphere.command.TargetableCommandImplCommand.isReadyToCallExecute()public void addActionExpression(ActionExpression changeAction)
ActionExpression objects that
indicate the change operation and the noun parts that are part of those
operations.addActionExpression in interface AbstractChangeNounPartPostActionCmdchangeAction - The change action expression.public void setNoun(java.lang.Object noun)
setNoun in interface AbstractChangeNounPartPostActionCmdnoun - The noun of Promotionpublic void setPersistentObjects(java.util.Map persistentObjects)
setPersistentObjects in interface AbstractChangeNounPartPostActionCmdpersistentObjects - The persistent objects.