Class UserManagerForm

java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.security.action.form.UserManagerForm
All Implemented Interfaces:
Serializable

public final class UserManagerForm extends org.apache.struts.action.ActionForm
ActionForm supporting the UserManagerAction.
Author:
Jonathan Ostwald
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
    NOT YET DOCUMENTED
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    NOT YET DOCUMENTED

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the collection attribute of the UserManagerForm object
    Gets the collectionOptions attribute of the UserManagerForm object
    Gets the command attribute of the UserManagerForm object
    Gets the managableUsers attribute of the UserManagerForm object
    boolean
    Gets the newRole attribute of the UserManagerForm object
    Gets the role attribute of the UserManagerForm object
    Gets the roleOptions attribute of the UserManagerForm object
    Gets the roles attribute of the UserManagerForm object
    Gets the scs attribute of the UserManagerForm object
    Gets the user attribute of the UserManagerForm object
    Gets the username attribute of the UserManagerForm object
    Gets the userRoleMap attribute of the UserManagerForm object
    Gets the users attribute of the UserManagerForm object
    void
    reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
    NOT YET DOCUMENTED
    void
    setCollection(String collection)
    Sets the collection attribute of the UserManagerForm object
    void
    Sets the collectionOptions attribute of the UserManagerForm object
    void
    Sets the command attribute of the UserManagerForm object
    void
    Sets the managableUsers attribute of the UserManagerForm object
    void
    setNewRole(boolean newRole)
    Sets the newRole attribute of the UserManagerForm object
    void
    Sets the role attribute of the UserManagerForm object
    void
    Sets the roleOptions attribute of the UserManagerForm object
    void
    setRoles(Map roles)
    Sets the roles attribute of the UserManagerForm object
    void
    setScs(String[] scs)
    Sets the scs attribute of the UserManagerForm object
    void
    setUser(User user)
    Sets the user attribute of the UserManagerForm object
    void
    setUsername(String username)
    Sets the username attribute of the UserManagerForm object
    void
    Sets the userRoleMap attribute of the UserManagerForm object
    void
    setUsers(List users)
    Sets the users attribute of the UserManagerForm object
    org.apache.struts.action.ActionErrors
    validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
    NOT YET DOCUMENTED

    Methods inherited from class org.apache.struts.action.ActionForm

    getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate

    Methods inherited from class java.lang.Object

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

    • managableUsers

      public List managableUsers
      NOT YET DOCUMENTED
  • Constructor Details

    • UserManagerForm

      public UserManagerForm()
  • Method Details

    • reset

      public void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
      NOT YET DOCUMENTED
      Overrides:
      reset in class org.apache.struts.action.ActionForm
      Parameters:
      mapping - NOT YET DOCUMENTED
      request - NOT YET DOCUMENTED
    • getUserRoleMap

      public Map getUserRoleMap()
      Gets the userRoleMap attribute of the UserManagerForm object
      Returns:
      The userRoleMap value
    • setUserRoleMap

      public void setUserRoleMap(Map map)
      Sets the userRoleMap attribute of the UserManagerForm object
      Parameters:
      map - The new userRoleMap value
    • getUsers

      public List getUsers()
      Gets the users attribute of the UserManagerForm object
      Returns:
      The users value
    • setUsers

      public void setUsers(List users)
      Sets the users attribute of the UserManagerForm object
      Parameters:
      users - The new users value
    • getUsername

      public String getUsername()
      Gets the username attribute of the UserManagerForm object
      Returns:
      The username value
    • setUsername

      public void setUsername(String username)
      Sets the username attribute of the UserManagerForm object
      Parameters:
      username - The new username value
    • getUser

      public User getUser()
      Gets the user attribute of the UserManagerForm object
      Returns:
      The user value
    • setUser

      public void setUser(User user)
      Sets the user attribute of the UserManagerForm object
      Parameters:
      user - The new user value
    • getNewRole

      public boolean getNewRole()
      Gets the newRole attribute of the UserManagerForm object
      Returns:
      The newRole value
    • setNewRole

      public void setNewRole(boolean newRole)
      Sets the newRole attribute of the UserManagerForm object
      Parameters:
      newRole - The new newRole value
    • getCollection

      public String getCollection()
      Gets the collection attribute of the UserManagerForm object
      Returns:
      The collection value
    • setCollection

      public void setCollection(String collection)
      Sets the collection attribute of the UserManagerForm object
      Parameters:
      collection - The new collection value
    • getCollectionOptions

      public List getCollectionOptions()
      Gets the collectionOptions attribute of the UserManagerForm object
      Returns:
      The collectionOptions value
    • setCollectionOptions

      public void setCollectionOptions(List options)
      Sets the collectionOptions attribute of the UserManagerForm object
      Parameters:
      options - The new collectionOptions value
    • getManagableUsers

      public List getManagableUsers()
      Gets the managableUsers attribute of the UserManagerForm object
      Returns:
      The managableUsers value
    • setManagableUsers

      public void setManagableUsers(List userList)
      Sets the managableUsers attribute of the UserManagerForm object
      Parameters:
      userList - The new managableUsers value
    • getRole

      public String getRole()
      Gets the role attribute of the UserManagerForm object
      Returns:
      The role value
    • setRole

      public void setRole(String role)
      Sets the role attribute of the UserManagerForm object
      Parameters:
      role - The new role value
    • getRoles

      public Map getRoles()
      Gets the roles attribute of the UserManagerForm object
      Returns:
      The roles value
    • setRoles

      public void setRoles(Map roles)
      Sets the roles attribute of the UserManagerForm object
      Parameters:
      roles - The new roles value
    • getRoleOptions

      public List getRoleOptions()
      Gets the roleOptions attribute of the UserManagerForm object
      Returns:
      The roleOptions value
    • setRoleOptions

      public void setRoleOptions(List options)
      Sets the roleOptions attribute of the UserManagerForm object
      Parameters:
      options - The new roleOptions value
    • getCommand

      public String getCommand()
      Gets the command attribute of the UserManagerForm object
      Returns:
      The command value
    • setCommand

      public void setCommand(String cmd)
      Sets the command attribute of the UserManagerForm object
      Parameters:
      cmd - The new command value
    • getScs

      public String[] getScs()
      Gets the scs attribute of the UserManagerForm object
      Returns:
      The scs value
    • setScs

      public void setScs(String[] scs)
      Sets the scs attribute of the UserManagerForm object
      Parameters:
      scs - The new scs value
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
      NOT YET DOCUMENTED
      Overrides:
      validate in class org.apache.struts.action.ActionForm
      Parameters:
      mapping - NOT YET DOCUMENTED
      request - NOT YET DOCUMENTED
      Returns:
      NOT YET DOCUMENTED