| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Method and Description |
|---|---|
GradeDefinition |
GradebookService.getGradeDefinitionForStudentForItem(String gradebookUid,
Long assignmentId,
String studentUid) |
| Modifier and Type | Method and Description |
|---|---|
List<GradeDefinition> |
GradebookService.getGradesForStudentsForItem(String gradebookUid,
Long assignmentId,
List<String> studentIds)
Get the grade records for the given list of students and the given assignment.
|
Map<Long,List<GradeDefinition>> |
GradebookService.getGradesWithoutCommentsForStudentsForItems(String gradebookUid,
List<Long> gradableOjbectIds,
List<String> studentIds)
This method gets grades for multiple gradebook items with emphasis on performance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradebookService.saveGradesAndComments(String gradebookUid,
Long assignmentId,
List<GradeDefinition> gradeDefList)
Given a list of GradeDefinitions for students for a given gradebook and gradable object, will save the associated scores and
comments.
|
Copyright © 2003–2019 Sakai Project. All rights reserved.