Uses of Interface
org.kuali.rice.kim.bo.Role

Packages that use Role
org.kuali.rice.kim.bo.impl   
org.kuali.rice.kim.bo.role.dto   
org.kuali.rice.kim.service   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kim.web.struts.action   
 

Uses of Role in org.kuali.rice.kim.bo.impl
 

Classes in org.kuali.rice.kim.bo.impl that implement Role
 class RoleImpl
          This is a description of what this class does - shyu don't forget to fill this in.
 

Uses of Role in org.kuali.rice.kim.bo.role.dto
 

Classes in org.kuali.rice.kim.bo.role.dto that implement Role
 class KimRoleInfo
          Simple Role data designed in DTO form for consumption by web services.
 

Uses of Role in org.kuali.rice.kim.service
 

Methods in org.kuali.rice.kim.service that return types with arguments of type Role
 List<? extends Role> RoleService.getRolesSearchResults(Map<String,String> fieldValues)
          This method get search results for role lookup
 

Uses of Role in org.kuali.rice.kim.service.impl
 

Methods in org.kuali.rice.kim.service.impl that return types with arguments of type Role
 List<? extends Role> RoleManagementServiceImpl.getRolesSearchResults(Map<String,String> fieldValues)
           
 

Uses of Role in org.kuali.rice.kim.web.struts.action
 

Methods in org.kuali.rice.kim.web.struts.action with parameters of type Role
protected  boolean IdentityManagementDocumentActionBase.validateRole(String roleId, Role role, String propertyName, String message)
           
protected  boolean IdentityManagementRoleDocumentAction.validateRole(String roleId, Role role, String propertyName, String message)
          This method overrides validateRole() from IdentityManagementDocumentActionBase.
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.