Uses of Interface
org.osid.grading.GradeList
Packages that use GradeList
Package
Description
The Open Service Interface Definitions for the org.osid.course
service.
The Open Service Interface Definitions for the org.osid.grading
service.
-
Uses of GradeList in org.osid.course
Methods in org.osid.course that return GradeListModifier and TypeMethodDescriptionCourse.getCreditAmounts()Gets the credits in which this course can be offered.CourseOffering.getCreditAmounts()Gets the credits in which this course can be registered.Course.getLevels()Gets the grade levels of this course.CourseOffering.getLevels()Gets the grade levels of this course offering. -
Uses of GradeList in org.osid.grading
Methods in org.osid.grading that return GradeListModifier and TypeMethodDescriptionGradeLookupSession.getGrades()Gets allGrades.GradeSearchResults.getGrades()Gets the grade list resulting from a search.GradeSystem.getGrades()Gets the grades in this system ranked from highest to lowest.GradeLookupSession.getGradesByGenusType(Type gradeGenusType) Gets aGradeListcorresponding to the given grade genusTypewhich does not include grades of genus types derived from the specifiedType.GradeGradebookSession.getGradesByGradebook(Id gradebookId) Gets the list ofGradesassociated with aGradebook.GradeGradebookSession.getGradesByGradebooks(IdList gradebookIds) Gets the list ofGradecorresponding to a list ofGradebooks.GradeLookupSession.getGradesByIds(IdList gradeIds) Gets aGradeListcorresponding to the givenIdList.GradeLookupSession.getGradesByParentGenusType(Type gradeGenusType) Gets aGradeListcorresponding to the given grade genusTypeand include any additional grades with genus types derived from the specifiedType.GradeQuerySession.getGradesByQuery(GradeQuery gradeQuery) Gets a list ofGradesmatching the given search.GradeLookupSession.getGradesByRecordType(Type gradeRecordType) Gets aGradeListcontaining the given grade recordType.GradeLookupSession.getGradesForGradeSystem(Id gradeSystemId) Gets aGradeListfor the given grade system.