Uses of Interface
org.osid.course.CourseOfferingForm
Packages that use CourseOfferingForm
Package
Description
The Open Service Interface Definitions for the org.osid.course
service.
The Open Service Interface Definitions for the org.osid.course.batch
service.
-
Uses of CourseOfferingForm in org.osid.course
Methods in org.osid.course that return CourseOfferingFormModifier and TypeMethodDescriptionCourseOfferingAdminSession.getCourseOfferingFormForCreate(Id courseId, Id termId, Type[] courseOfferingRecordTypes) Gets the course form for creating new course offerings.CourseOfferingAdminSession.getCourseOfferingFormForUpdate(Id courseOfferingId) Gets the course offering form for updating an existing course offering.Methods in org.osid.course with parameters of type CourseOfferingFormModifier and TypeMethodDescriptionCourseOfferingAdminSession.createCourseOffering(CourseOfferingForm courseOfferingForm) Creates a newCourseOffering.voidCourseOfferingAdminSession.updateCourseOffering(CourseOfferingForm courseOfferingForm) Updates an existing course offering. -
Uses of CourseOfferingForm in org.osid.course.batch
Subinterfaces of CourseOfferingForm in org.osid.course.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating course offerings in bulk.