|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.security.action.form.UserManagerForm
public final class UserManagerForm
ActionForm supporting the UserManagerAction.
| 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 |
|---|
public List managableUsers
| Constructor Detail |
|---|
public UserManagerForm()
| Method Detail |
|---|
public void reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormmapping - NOT YET DOCUMENTEDrequest - NOT YET DOCUMENTEDpublic Map getUserRoleMap()
public void setUserRoleMap(Map map)
map - The new userRoleMap valuepublic List getUsers()
public void setUsers(List users)
users - The new users valuepublic String getUsername()
public void setUsername(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 String getCollection()
public void setCollection(String collection)
collection - The new collection valuepublic List getCollectionOptions()
public void setCollectionOptions(List options)
options - The new collectionOptions valuepublic List getManagableUsers()
public void setManagableUsers(List userList)
userList - The new managableUsers valuepublic String getRole()
public void setRole(String role)
role - The new role valuepublic Map getRoles()
public void setRoles(Map roles)
roles - The new roles valuepublic List getRoleOptions()
public void setRoleOptions(List options)
options - The new roleOptions valuepublic String getCommand()
public void setCommand(String cmd)
cmd - The new command valuepublic String[] getScs()
public void setScs(String[] scs)
scs - The new scs value
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
validate in class org.apache.struts.action.ActionFormmapping - NOT YET DOCUMENTEDrequest - NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||