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 -
Field Summary
FieldsFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the collection attribute of the UserManagerForm objectGets the collectionOptions attribute of the UserManagerForm objectGets the command attribute of the UserManagerForm objectGets the managableUsers attribute of the UserManagerForm objectbooleanGets the newRole attribute of the UserManagerForm objectgetRole()Gets the role attribute of the UserManagerForm objectGets the roleOptions attribute of the UserManagerForm objectgetRoles()Gets the roles attribute of the UserManagerForm objectString[]getScs()Gets the scs attribute of the UserManagerForm objectgetUser()Gets the user attribute of the UserManagerForm objectGets the username attribute of the UserManagerForm objectGets the userRoleMap attribute of the UserManagerForm objectgetUsers()Gets the users attribute of the UserManagerForm objectvoidreset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request) NOT YET DOCUMENTEDvoidsetCollection(String collection) Sets the collection attribute of the UserManagerForm objectvoidsetCollectionOptions(List options) Sets the collectionOptions attribute of the UserManagerForm objectvoidsetCommand(String cmd) Sets the command attribute of the UserManagerForm objectvoidsetManagableUsers(List userList) Sets the managableUsers attribute of the UserManagerForm objectvoidsetNewRole(boolean newRole) Sets the newRole attribute of the UserManagerForm objectvoidSets the role attribute of the UserManagerForm objectvoidsetRoleOptions(List options) Sets the roleOptions attribute of the UserManagerForm objectvoidSets the roles attribute of the UserManagerForm objectvoidSets the scs attribute of the UserManagerForm objectvoidSets the user attribute of the UserManagerForm objectvoidsetUsername(String username) Sets the username attribute of the UserManagerForm objectvoidsetUserRoleMap(Map map) Sets the userRoleMap attribute of the UserManagerForm objectvoidSets the users attribute of the UserManagerForm objectorg.apache.struts.action.ActionErrorsvalidate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request) NOT YET DOCUMENTEDMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
managableUsers
NOT YET DOCUMENTED
-
-
Constructor Details
-
UserManagerForm
public UserManagerForm()
-
-
Method Details
-
reset
NOT YET DOCUMENTED- Overrides:
resetin classorg.apache.struts.action.ActionForm- Parameters:
mapping- NOT YET DOCUMENTEDrequest- NOT YET DOCUMENTED
-
getUserRoleMap
Gets the userRoleMap attribute of the UserManagerForm object- Returns:
- The userRoleMap value
-
setUserRoleMap
Sets the userRoleMap attribute of the UserManagerForm object- Parameters:
map- The new userRoleMap value
-
getUsers
Gets the users attribute of the UserManagerForm object- Returns:
- The users value
-
setUsers
Sets the users attribute of the UserManagerForm object- Parameters:
users- The new users value
-
getUsername
Gets the username attribute of the UserManagerForm object- Returns:
- The username value
-
setUsername
Sets the username attribute of the UserManagerForm object- Parameters:
username- The new username value
-
getUser
Gets the user attribute of the UserManagerForm object- Returns:
- The user value
-
setUser
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
Gets the collection attribute of the UserManagerForm object- Returns:
- The collection value
-
setCollection
Sets the collection attribute of the UserManagerForm object- Parameters:
collection- The new collection value
-
getCollectionOptions
Gets the collectionOptions attribute of the UserManagerForm object- Returns:
- The collectionOptions value
-
setCollectionOptions
Sets the collectionOptions attribute of the UserManagerForm object- Parameters:
options- The new collectionOptions value
-
getManagableUsers
Gets the managableUsers attribute of the UserManagerForm object- Returns:
- The managableUsers value
-
setManagableUsers
Sets the managableUsers attribute of the UserManagerForm object- Parameters:
userList- The new managableUsers value
-
getRole
Gets the role attribute of the UserManagerForm object- Returns:
- The role value
-
setRole
Sets the role attribute of the UserManagerForm object- Parameters:
role- The new role value
-
getRoles
Gets the roles attribute of the UserManagerForm object- Returns:
- The roles value
-
setRoles
Sets the roles attribute of the UserManagerForm object- Parameters:
roles- The new roles value
-
getRoleOptions
Gets the roleOptions attribute of the UserManagerForm object- Returns:
- The roleOptions value
-
setRoleOptions
Sets the roleOptions attribute of the UserManagerForm object- Parameters:
options- The new roleOptions value
-
getCommand
Gets the command attribute of the UserManagerForm object- Returns:
- The command value
-
setCommand
Sets the command attribute of the UserManagerForm object- Parameters:
cmd- The new command value
-
getScs
Gets the scs attribute of the UserManagerForm object- Returns:
- The scs value
-
setScs
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:
validatein classorg.apache.struts.action.ActionForm- Parameters:
mapping- NOT YET DOCUMENTEDrequest- NOT YET DOCUMENTED- Returns:
- NOT YET DOCUMENTED
-