Package | Description |
---|---|
org.kuali.rice.kim.api.role |
Copyright 2005-2016 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 |
Modifier and Type | Method and Description |
---|---|
RoleResponsibility |
RoleResponsibility.Builder.build() |
RoleResponsibility |
RoleResponsibilityAction.getRoleResponsibility() |
RoleResponsibility |
RoleResponsibilityAction.Builder.getRoleResponsibility() |
Modifier and Type | Method and Description |
---|---|
List<RoleResponsibility> |
RoleService.getRoleResponsibilities(String roleId)
Gets a list of role reponsibilities for the given role id.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleResponsibilityAction.Builder.setRoleResponsibility(RoleResponsibility roleResponsibility) |
Modifier and Type | Method and Description |
---|---|
List<RoleResponsibility> |
ResponsibilityInternalServiceImpl.getRoleResponsibilities(String roleId) |
List<RoleResponsibility> |
ResponsibilityInternalService.getRoleResponsibilities(String roleId)
Get all the role-responsibility records attached to the given role.
|
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
ResponsibilityInternalServiceImpl.getChangedRoleResponsibilityIds(List<RoleResponsibility> oldRespList,
List<RoleResponsibility> newRespList)
This method compares the two lists of responsibility IDs and does a union.
|
protected Set<String> |
ResponsibilityInternalServiceImpl.getChangedRoleResponsibilityIds(List<RoleResponsibility> oldRespList,
List<RoleResponsibility> newRespList)
This method compares the two lists of responsibility IDs and does a union.
|
Modifier and Type | Method and Description |
---|---|
static RoleResponsibility |
RoleResponsibilityBo.to(RoleResponsibilityBo bo) |
Modifier and Type | Method and Description |
---|---|
List<RoleResponsibility> |
RoleServiceImpl.getRoleResponsibilities(String roleId) |
Modifier and Type | Method and Description |
---|---|
static RoleResponsibilityBo |
RoleResponsibilityBo.from(RoleResponsibility immutable) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.