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

Interface AbstractCheckApprovalCmd

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


    public interface AbstractCheckApprovalCmd
    extends com.ibm.websphere.command.Command
    This class is an abstract interface for the command that is responsible for checking if a 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 getNounPostApproval()
      This method returns the noun after being checked for approval.
      java.lang.Object getStatusPostApproval()
      This method returns the approval status of the noun.
      void setNoun(java.lang.Object aNoun)
      This method sets the noun to be checked for approval.
      • 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 be checked for approval.
        Parameters:
        aNoun - the noun to be checked for approval.
      • getNounPostApproval

        java.lang.Object getNounPostApproval()
        This method returns the noun after being checked for approval.
        Returns:
        the noun after being checked for approval.
      • getStatusPostApproval

        java.lang.Object getStatusPostApproval()
        This method returns the approval status of the noun.
        Returns:
        the approval status of the noun.