public final class UserManagerForm
extends org.apache.struts.action.ActionForm
UserManagerAction.| Modifier and Type | Class and Description |
|---|---|
class |
UserManagerForm.RoleBean
NOT YET DOCUMENTED
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List |
managableUsers
NOT YET DOCUMENTED
|
| Constructor and Description |
|---|
UserManagerForm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollection()
Gets the collection attribute of the UserManagerForm object
|
java.util.List |
getCollectionOptions()
Gets the collectionOptions attribute of the UserManagerForm object
|
java.lang.String |
getCommand()
Gets the command attribute of the UserManagerForm object
|
java.util.List |
getManagableUsers()
Gets the managableUsers attribute of the UserManagerForm object
|
boolean |
getNewRole()
Gets the newRole attribute of the UserManagerForm object
|
java.lang.String |
getRole()
Gets the role attribute of the UserManagerForm object
|
java.util.List |
getRoleOptions()
Gets the roleOptions attribute of the UserManagerForm object
|
java.util.Map |
getRoles()
Gets the roles attribute of the UserManagerForm object
|
java.lang.String[] |
getScs()
Gets the scs attribute of the UserManagerForm object
|
User |
getUser()
Gets the user attribute of the UserManagerForm object
|
java.lang.String |
getUsername()
Gets the username attribute of the UserManagerForm object
|
java.util.Map |
getUserRoleMap()
Gets the userRoleMap attribute of the UserManagerForm object
|
java.util.List |
getUsers()
Gets the users attribute of the UserManagerForm object
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
NOT YET DOCUMENTED
|
void |
setCollection(java.lang.String collection)
Sets the collection attribute of the UserManagerForm object
|
void |
setCollectionOptions(java.util.List options)
Sets the collectionOptions attribute of the UserManagerForm object
|
void |
setCommand(java.lang.String cmd)
Sets the command attribute of the UserManagerForm object
|
void |
setManagableUsers(java.util.List userList)
Sets the managableUsers attribute of the UserManagerForm object
|
void |
setNewRole(boolean newRole)
Sets the newRole attribute of the UserManagerForm object
|
void |
setRole(java.lang.String role)
Sets the role attribute of the UserManagerForm object
|
void |
setRoleOptions(java.util.List options)
Sets the roleOptions attribute of the UserManagerForm object
|
void |
setRoles(java.util.Map roles)
Sets the roles attribute of the UserManagerForm object
|
void |
setScs(java.lang.String[] scs)
Sets the scs attribute of the UserManagerForm object
|
void |
setUser(User user)
Sets the user attribute of the UserManagerForm object
|
void |
setUsername(java.lang.String username)
Sets the username attribute of the UserManagerForm object
|
void |
setUserRoleMap(java.util.Map map)
Sets the userRoleMap attribute of the UserManagerForm object
|
void |
setUsers(java.util.List users)
Sets the users attribute of the UserManagerForm object
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
NOT YET DOCUMENTED
|
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormmapping - NOT YET DOCUMENTEDrequest - NOT YET DOCUMENTEDpublic java.util.Map getUserRoleMap()
public void setUserRoleMap(java.util.Map map)
map - The new userRoleMap valuepublic java.util.List getUsers()
public void setUsers(java.util.List users)
users - The new users valuepublic java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - The new username valuepublic User getUser()
public void setUser(User user)
user - The new user valuepublic boolean getNewRole()
public void setNewRole(boolean newRole)
newRole - The new newRole valuepublic java.lang.String getCollection()
public void setCollection(java.lang.String collection)
collection - The new collection valuepublic java.util.List getCollectionOptions()
public void setCollectionOptions(java.util.List options)
options - The new collectionOptions valuepublic java.util.List getManagableUsers()
public void setManagableUsers(java.util.List userList)
userList - The new managableUsers valuepublic java.lang.String getRole()
public void setRole(java.lang.String role)
role - The new role valuepublic java.util.Map getRoles()
public void setRoles(java.util.Map roles)
roles - The new roles valuepublic java.util.List getRoleOptions()
public void setRoleOptions(java.util.List options)
options - The new roleOptions valuepublic java.lang.String getCommand()
public void setCommand(java.lang.String cmd)
cmd - The new command valuepublic java.lang.String[] getScs()
public void setScs(java.lang.String[] scs)
scs - The new scs valuepublic org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
validate in class org.apache.struts.action.ActionFormmapping - NOT YET DOCUMENTEDrequest - NOT YET DOCUMENTED