com.evolveum.midpoint.web.controller.role
Class RoleEditController
java.lang.Object
com.evolveum.midpoint.web.controller.role.RoleEditController
- All Implemented Interfaces:
- java.io.Serializable
@Controller(value="roleEdit")
@Scope(value="session")
public class RoleEditController
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGE_NAVIGATION
public static final java.lang.String PAGE_NAVIGATION
- See Also:
- Constant Field Values
PARAM_ASSIGNMENT_ID
public static final java.lang.String PARAM_ASSIGNMENT_ID
- See Also:
- Constant Field Values
RoleEditController
public RoleEditController()
getAssignmentEditor
public AssignmentEditor<RoleDto> getAssignmentEditor()
getRole
public RoleDto getRole()
getAssignmentTypes
public java.util.List<javax.faces.model.SelectItem> getAssignmentTypes()
isNewRole
public boolean isNewRole()
- True if this controller is used for creating new role, false if we're
editing existing role
getXml
public java.lang.String getXml()
setXml
public void setXml(java.lang.String xml)
initController
public java.lang.String initController()
save
public void save(javax.faces.event.ActionEvent evt)
viewObject
public java.lang.String viewObject()
Copyright © 2012 evolveum. All Rights Reserved.