| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Method and Description |
|---|---|
List<PermissionDefinition> |
GradebookPermissionService.getPermissionsForUser(String gradebookUid,
String userId)
Get the grader specific permissions for the given user
|
List<PermissionDefinition> |
GradebookPermissionService.getRealmsPermissionsForUser(String userUuid,
String siteId,
Role role)
Get a list of permissions defined for the given user based on section and role or all sections if allowed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradebookPermissionService.updatePermissionsForUser(String gradebookUid,
String userId,
List<PermissionDefinition> permissionDefinitions)
Update the set of grader specific permissions for the given user
|
Copyright © 2003–2018 Sakai Project. All rights reserved.