| Package | Description |
|---|---|
| org.kuali.rice.kim.api.role |
Copyright 2005-2018 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.
|
| Modifier and Type | Method and Description |
|---|---|
RoleResponsibilityAction |
RoleResponsibilityAction.Builder.build() |
RoleResponsibilityAction |
RoleService.createRoleResponsibilityAction(RoleResponsibilityAction roleResponsibilityAction)
Creates a new RoleResponsibilityAction.
|
RoleResponsibilityAction |
RoleService.updateRoleResponsibilityAction(RoleResponsibilityAction roleResponsibilityAction)
Updates the given RoleResponsibilityAction to the values in the passed in roleResponsibilityAction
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleResponsibilityAction> |
RoleService.getRoleMemberResponsibilityActions(String roleMemberId)
Gets a list of RoleResponsibilityActions for the given role member id.
|
List<RoleResponsibilityAction> |
RoleMember.getRoleRspActions() |
| Modifier and Type | Method and Description |
|---|---|
RoleResponsibilityAction |
RoleService.createRoleResponsibilityAction(RoleResponsibilityAction roleResponsibilityAction)
Creates a new RoleResponsibilityAction.
|
RoleResponsibilityAction |
RoleService.updateRoleResponsibilityAction(RoleResponsibilityAction roleResponsibilityAction)
Updates the given RoleResponsibilityAction to the values in the passed in roleResponsibilityAction
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.