com.evolveum.midpoint.web.controller.role
Class RoleEditController

java.lang.Object
  extended by 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

Field Summary
static java.lang.String PAGE_NAVIGATION
           
static java.lang.String PARAM_ASSIGNMENT_ID
           
 
Constructor Summary
RoleEditController()
           
 
Method Summary
 AssignmentEditor<RoleDto> getAssignmentEditor()
           
 java.util.List<javax.faces.model.SelectItem> getAssignmentTypes()
           
 RoleDto getRole()
           
 java.lang.String initController()
           
 boolean isNewRole()
          True if this controller is used for creating new role, false if we're editing existing role
 void save(javax.faces.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RoleEditController

public RoleEditController()
Method Detail

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


initController

public java.lang.String initController()

save

public void save(javax.faces.event.ActionEvent evt)


Copyright © 2011 evolveum. All Rights Reserved.