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

Interface AbstractPreApprovalCmd

  • All Superinterfaces:
    com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    AbstractPreApprovalCmdImpl


    public interface AbstractPreApprovalCmd
    extends com.ibm.websphere.command.Command
    This class is an abstract interface for the command that is responsible for performing any work prior to checking if the noun requires approval.
    • 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
      java.lang.Object getNounReadyForApproval()
      This method gets the noun after the pre-approval work has been performed.
      void setNoun(java.lang.Object aNoun)
      This method sets the noun to perform the pre-approval work on.
      • 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 aNoun)
        This method sets the noun to perform the pre-approval work on.
        Parameters:
        aNoun - The noun.
      • getNounReadyForApproval

        java.lang.Object getNounReadyForApproval()
        This method gets the noun after the pre-approval work has been performed.
        Returns:
        a noun ready for approval.