Uses of Interface
org.osid.course.batch.CourseCatalogBatchFormList
Packages that use CourseCatalogBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.batch
service.
-
Uses of CourseCatalogBatchFormList in org.osid.course.batch
Methods in org.osid.course.batch that return CourseCatalogBatchFormListModifier and TypeMethodDescriptionCourseCatalogBatchAdminSession.getCourseCatalogFormsForCreate(long number, Type[] courseCatalogRecordTypes) Gets the course catalog forms for creating a bunch of new course catalogs.CourseCatalogBatchAdminSession.getCourseCatalogFormsForUpdate(IdList courseCatalogIds) Gets the course catalog forms for updating an existing set of course catalogs.Methods in org.osid.course.batch with parameters of type CourseCatalogBatchFormListModifier and TypeMethodDescriptionCourseCatalogBatchAdminSession.createCourseCatalogs(CourseCatalogBatchFormList courseCatalogForms) Creates a new set ofCourseCatalogs.CourseCatalogBatchAdminSession.updateCourseCatalogs(CourseCatalogBatchFormList courseCatalogForms) Updates existing course catalogs.