Uses of Interface
org.osid.course.batch.CourseBatchFormList
Packages that use CourseBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.batch
service.
-
Uses of CourseBatchFormList in org.osid.course.batch
Methods in org.osid.course.batch that return CourseBatchFormListModifier and TypeMethodDescriptionCourseBatchAdminSession.getCourseFormsForCreate(long number, Type[] courseRecordTypes) Gets the course forms for creating a bunch of new courses.CourseBatchAdminSession.getCourseFormsForUpdate(IdList courseIds) Gets the course forms for updating an existing set of courses.Methods in org.osid.course.batch with parameters of type CourseBatchFormListModifier and TypeMethodDescriptionCourseBatchAdminSession.createCourses(CourseBatchFormList courseForms) Creates a new set ofCourses.CourseBatchAdminSession.updateCourses(CourseBatchFormList courseForms) Updates existing courses.