DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.security.action.form
Class UserManagerForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by 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:
Serialized Form

Nested Class Summary
 class UserManagerForm.RoleBean
          NOT YET DOCUMENTED
 
Field Summary
 List managableUsers
          NOT YET DOCUMENTED
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
UserManagerForm()
           
 
Method Summary
 String getCollection()
          Gets the collection attribute of the UserManagerForm object
 List getCollectionOptions()
          Gets the collectionOptions attribute of the UserManagerForm object
 String getCommand()
          Gets the command attribute of the UserManagerForm object
 List getManagableUsers()
          Gets the managableUsers attribute of the UserManagerForm object
 boolean getNewRole()
          Gets the newRole attribute of the UserManagerForm object
 String getRole()
          Gets the role attribute of the UserManagerForm object
 List getRoleOptions()
          Gets the roleOptions attribute of the UserManagerForm object
 Map getRoles()
          Gets the roles attribute of the UserManagerForm object
 String[] getScs()
          Gets the scs attribute of the UserManagerForm object
 User getUser()
          Gets the user attribute of the UserManagerForm object
 String getUsername()
          Gets the username attribute of the UserManagerForm object
 Map getUserRoleMap()
          Gets the userRoleMap attribute of the UserManagerForm object
 List getUsers()
          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 setCollectionOptions(List options)
          Sets the collectionOptions attribute of the UserManagerForm object
 void setCommand(String cmd)
          Sets the command attribute of the UserManagerForm object
 void setManagableUsers(List userList)
          Sets the managableUsers attribute of the UserManagerForm object
 void setNewRole(boolean newRole)
          Sets the newRole attribute of the UserManagerForm object
 void setRole(String role)
          Sets the role attribute of the UserManagerForm object
 void setRoleOptions(List options)
          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 setUserRoleMap(Map map)
          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 Detail

managableUsers

public List managableUsers
NOT YET DOCUMENTED

Constructor Detail

UserManagerForm

public UserManagerForm()
Method Detail

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

DLESE Tools
v1.6.0