Uses of Interface
org.osid.grading.GradeEntry
Packages that use GradeEntry
Package
Description
The Open Service Interface Definitions for the org.osid.grading
service.
-
Uses of GradeEntry in org.osid.grading
Methods in org.osid.grading that return GradeEntryModifier and TypeMethodDescriptionGradeEntryAdminSession.createGradeEntry(GradeEntryForm gradeEntryForm) Creates a newGradeEntry.GradeEntryLookupSession.getGradeEntry(Id gradeEntryId) Gets theGradeEntryspecified by itsId.GradeEntryList.getNextGradeEntries(long n) Gets the next set ofGradeEntryelements in this list which must be less than or equal to the number returned fromavailable().GradeEntryList.getNextGradeEntry()Gets the nextGradeEntryin this list.GradeEntry.getOverriddenCalculatedEntry()Gets the calculated entry this entry overrides.GradeEntryAdminSession.overrideCalculatedGradeEntry(GradeEntryForm gradeEntryForm) Creates a new overridingGradeEntry.