Uses of Interface
org.osid.course.batch.CourseOfferingBatchFormList
Packages that use CourseOfferingBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.batch
service.
-
Uses of CourseOfferingBatchFormList in org.osid.course.batch
Methods in org.osid.course.batch that return CourseOfferingBatchFormListModifier and TypeMethodDescriptionCourseOfferingBatchAdminSession.getCourseOfferingFormsForCreate(CourseOfferingPeerList peers, Type[] courseOfferingRecordTypes) Gets the course offering forms for creating a bunch of new course offerings.CourseOfferingBatchAdminSession.getCourseOfferingFormsForUpdate(IdList courseOfferingIds) Gets the course offering forms for updating an existing set of course offerings.Methods in org.osid.course.batch with parameters of type CourseOfferingBatchFormListModifier and TypeMethodDescriptionCourseOfferingBatchAdminSession.createCourseOfferings(CourseOfferingBatchFormList courseOfferingForms) Creates a new set ofCourseOfferings.CourseOfferingBatchAdminSession.updateCourseOfferings(CourseOfferingBatchFormList courseOfferingForms) Updates existing course offerings.