|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CourseGrade in org.sakaiproject.tool.gradebook |
|---|
| Methods in org.sakaiproject.tool.gradebook that return CourseGrade | |
|---|---|
CourseGrade |
CourseGradeRecord.getCourseGrade()
Convenience method to get the correctly cast CourseGrade that this CourseGradeRecord references. |
CourseGrade |
GradebookArchive.getCourseGrade()
|
| Methods in org.sakaiproject.tool.gradebook with parameters of type CourseGrade | |
|---|---|
List<List<Object>> |
CourseGradesToSpreadsheetConverter.getSpreadsheetData(List<EnrollmentRecord> enrollments,
CourseGrade courseGrade,
Map<String,CourseGradeRecord> gradesMap)
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)
|
| Constructors in org.sakaiproject.tool.gradebook with parameters of type CourseGrade | |
|---|---|
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)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||