| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Method and Description |
|---|---|
GradeDefinition |
GradebookService.getGradeDefinitionForStudentForItem(String gradebookUid,
Long gbItemId,
String studentUid) |
| Modifier and Type | Method and Description |
|---|---|
List<GradeDefinition> |
GradebookService.getGradesForStudentsForItem(String gradebookUid,
Long gradableObjectId,
List<String> studentIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
GradebookService.saveGradesAndComments(String gradebookUid,
Long gradableObjectId,
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-2014 Sakai Project. All Rights Reserved.