Class ModifySuperUserForm

  • All Implemented Interfaces:
    java.io.Serializable

    public class ModifySuperUserForm
    extends org.apache.struts.action.ActionForm
    Form bean used in user admin page
    Author:
    Daniela Butano
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String[] superUsers  
      • Fields inherited from class org.apache.struts.action.ActionForm

        multipartRequestHandler, servlet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getSuperUsers()
      Get the super users
      void initialise()
      Initialiser
      void reset​(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Reset the form to the initial state
      void setSuperUsers​(java.lang.String[] superUsers)
      Sets the super users
      • Methods inherited from class org.apache.struts.action.ActionForm

        getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • superUsers

        protected java.lang.String[] superUsers
    • Constructor Detail

      • ModifySuperUserForm

        public ModifySuperUserForm()
        Constructor
    • Method Detail

      • initialise

        public void initialise()
        Initialiser
      • setSuperUsers

        public void setSuperUsers​(java.lang.String[] superUsers)
        Sets the super users
        Parameters:
        superUsers - the selected super users
      • getSuperUsers

        public java.lang.String[] getSuperUsers()
        Get the super users
        Returns:
        the map
      • reset

        public void reset​(org.apache.struts.action.ActionMapping mapping,
                          javax.servlet.http.HttpServletRequest request)
        Reset the form to the initial state
        Overrides:
        reset in class org.apache.struts.action.ActionForm
        Parameters:
        mapping - the mapping
        request - the request