Uses of Interface
org.osid.grading.GradeForm
Packages that use GradeForm
Package
Description
The Open Service Interface Definitions for the org.osid.grading
service.
The Open Service Interface Definitions for the org.osid.grading.batch
service.
The Open Service Interface Definitions for the org.osid.ordering
service.
-
Uses of GradeForm in org.osid.grading
Methods in org.osid.grading that return GradeFormModifier and TypeMethodDescriptionGradeAdminSession.getGradeFormForCreate(Id gradeSystemId, Type[] gradeRecordTypes) Gets the grade form for creating new grades.GradeSystemAdminSession.getGradeFormForCreate(Id gradeSystemId, Type[] gradeRecordTypes) Deprecated.as of 3.0.0rc6.GradeAdminSession.getGradeFormForUpdate(Id gradeId) Gets the grade form for updating an existing grade.GradeSystemAdminSession.getGradeFormForUpdate(Id gradeId) Deprecated.as of 3.0.0rc6.Methods in org.osid.grading with parameters of type GradeFormModifier and TypeMethodDescriptionGradeAdminSession.createGrade(GradeForm gradeForm) Creates a newGrade.GradeSystemAdminSession.createGrade(GradeForm gradeForm) Deprecated.as of 3.0.0rc6.voidGradeAdminSession.updateGrade(GradeForm gradeForm) Updates an existing grade.voidGradeSystemAdminSession.updateGrade(GradeForm gradeForm) Deprecated.as of 3.0.0rc6. -
Uses of GradeForm in org.osid.grading.batch
Subinterfaces of GradeForm in org.osid.grading.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating grades in bulk. -
Uses of GradeForm in org.osid.ordering
Methods in org.osid.ordering that return GradeFormModifier and TypeMethodDescriptionPriceScheduleAdminSession.getPriceFormForCreate(Id priceScheduleId, Type[] priceRecordTypes) Gets the price form for creating new prices.