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, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
public AbstractChangeNounPartPostActionCmdImpl()
public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
isReadyToCallExecute
in class com.ibm.websphere.command.TargetableCommandImpl
Command.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 AbstractChangeNounPartPostActionCmd
changeAction
- The change action expression.public void setNoun(java.lang.Object noun)
setNoun
in interface AbstractChangeNounPartPostActionCmd
noun
- The noun of Promotionpublic void setPersistentObjects(java.util.Map persistentObjects)
setPersistentObjects
in interface AbstractChangeNounPartPostActionCmd
persistentObjects
- The persistent objects.