|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleResponsibility | |
---|---|
org.kuali.rice.kim.api.role | Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kim.impl.responsibility | |
org.kuali.rice.kim.impl.role |
Uses of RoleResponsibility in org.kuali.rice.kim.api.role |
---|
Methods in org.kuali.rice.kim.api.role that return RoleResponsibility | |
---|---|
RoleResponsibility |
RoleResponsibility.Builder.build()
|
RoleResponsibility |
RoleResponsibilityAction.getRoleResponsibility()
|
RoleResponsibility |
RoleResponsibilityAction.Builder.getRoleResponsibility()
|
Methods in org.kuali.rice.kim.api.role that return types with arguments of type RoleResponsibility | |
---|---|
List<RoleResponsibility> |
RoleService.getRoleResponsibilities(String roleId)
Gets a list of role reponsibilities for the given role id. |
Methods in org.kuali.rice.kim.api.role with parameters of type RoleResponsibility | |
---|---|
void |
RoleResponsibilityAction.Builder.setRoleResponsibility(RoleResponsibility roleResponsibility)
|
Uses of RoleResponsibility in org.kuali.rice.kim.impl.responsibility |
---|
Methods in org.kuali.rice.kim.impl.responsibility that return types with arguments of type RoleResponsibility | |
---|---|
List<RoleResponsibility> |
ResponsibilityInternalServiceImpl.getRoleResponsibilities(String roleId)
|
Method parameters in org.kuali.rice.kim.impl.responsibility with type arguments of type RoleResponsibility | |
---|---|
protected Set<String> |
ResponsibilityInternalServiceImpl.getChangedRoleResponsibilityIds(List<RoleResponsibility> oldRespList,
List<RoleResponsibility> newRespList)
This method compares the two lists of responsibilitiy IDs and does a union. |
protected Set<String> |
ResponsibilityInternalServiceImpl.getChangedRoleResponsibilityIds(List<RoleResponsibility> oldRespList,
List<RoleResponsibility> newRespList)
This method compares the two lists of responsibilitiy IDs and does a union. |
Uses of RoleResponsibility in org.kuali.rice.kim.impl.role |
---|
Methods in org.kuali.rice.kim.impl.role that return types with arguments of type RoleResponsibility | |
---|---|
List<RoleResponsibility> |
RoleServiceImpl.getRoleResponsibilities(String roleId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |