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

Interface AbstractChangeNounPartPostActionCmd

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract 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.
      void setNoun(java.lang.Object noun)
      This method sets the noun that is part of the change operations.
      void setPersistentObjects(java.util.Map persistentObjects)
      This method sets the list of persistent objects that were retrieved by the controller and is saved by the controller.
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setNoun

        void setNoun(java.lang.Object noun)
        This method sets the noun that is part of the change operations.
        Parameters:
        noun - The noun that is acted upon.
      • addActionExpression

        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.
        Parameters:
        changeAction - The change action expression.
      • setPersistentObjects

        void setPersistentObjects(java.util.Map persistentObjects)
        This method sets the list of persistent objects that were retrieved by the controller and is saved by the controller. The business logic can act upon these objects when dealing with the data that influences the business logic or will the influenced by the business logic.
        Parameters:
        persistentObjects - The persistent objects.