com.ibm.commerce.foundation.server.command.bod

Class AbstractChangeNounPartPostActionCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.TargetableCommandImpl
      • com.ibm.websphere.command.CacheableCommandImpl
        • com.ibm.commerce.foundation.server.command.bod.AbstractChangeNounPartPostActionCmdImpl
    • Field Summary

      • Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl

        LOCAL
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
      • Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl

        getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, reset
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • AbstractChangeNounPartPostActionCmdImpl

        public AbstractChangeNounPartPostActionCmdImpl()
        Creates an instance of the abstract change noun part post action command.
    • Method Detail

      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        This method verifies whether the performExecute is ready to be called
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Specified by:
        isReadyToCallExecute in class com.ibm.websphere.command.TargetableCommandImpl
        See Also:
        Command.isReadyToCallExecute()
      • addActionExpression

        public 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.
        Specified by:
        addActionExpression in interface AbstractChangeNounPartPostActionCmd
        Parameters:
        changeAction - The change action expression.
      • setPersistentObjects

        public 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. These persistent objects are saved at the end of executing the entire request.
        Specified by:
        setPersistentObjects in interface AbstractChangeNounPartPostActionCmd
        Parameters:
        persistentObjects - The persistent objects.