Uses of Class
org.sakaiproject.service.gradebook.shared.CourseGrade
-
Packages that use CourseGrade Package Description org.sakaiproject.service.gradebook.shared -
-
Uses of CourseGrade in org.sakaiproject.service.gradebook.shared
Methods in org.sakaiproject.service.gradebook.shared that return CourseGrade Modifier and Type Method Description CourseGradeGradebookService. getCourseGradeForStudent(String gradebookUid, String userUuid)Get the course grade for a studentMethods in org.sakaiproject.service.gradebook.shared that return types with arguments of type CourseGrade Modifier and Type Method Description Map<String,CourseGrade>GradebookService. getCourseGradeForStudents(String gradebookUid, List<String> userUuids)Get the course grade for a list of studentsMap<String,CourseGrade>GradebookService. getCourseGradeForStudents(String gradebookUid, List<String> userUuids, Map<String,Double> schema)Get the course grade for a list of students using the given grading schema
-