| Modifier and Type | Method and Description |
|---|---|
CourseGrade |
CourseGradeRecord.getCourseGrade()
Convenience method to get the correctly cast CourseGrade that this CourseGradeRecord references.
|
CourseGrade |
GradebookArchive.getCourseGrade() |
| Modifier and Type | Method and Description |
|---|---|
List<List<Object>> |
CourseGradesToSpreadsheetConverter.getSpreadsheetData(List<EnrollmentRecord> enrollments,
CourseGrade courseGrade,
Map<String,CourseGradeRecord> gradesMap,
List<String> fields)
This method is called by the Course Grade UI after gathering filtered enrollment
records and course grade records, and before actually formatting and downloading
the XLS or CSV file.
|
void |
GradebookArchive.setCourseGrade(CourseGrade courseGrade) |
| Constructor and Description |
|---|
CourseGradeRecord(CourseGrade courseGrade,
String studentId)
The graderId and dateRecorded properties will be set explicitly by the grade manager before the database is updated.
|
GradebookArchive(Gradebook gradebook,
GradeMapping selectedGradeMapping,
Collection gradeMappings,
CourseGrade courseGrade,
Collection assignments) |
Copyright © 2003–2020 Sakai Project. All rights reserved.