Package | Description |
---|---|
org.osid.course.batch |
The Open Service Interface Definitions for the org.osid.course.batch
service.
|
Modifier and Type | Method and Description |
---|---|
CourseCatalogBatchFormList |
CourseCatalogBatchAdminSession.getCourseCatalogFormsForCreate(long number,
Type[] courseCatalogRecordTypes)
Gets the course catalog forms for creating a bunch of new course
catalogs.
|
CourseCatalogBatchFormList |
CourseCatalogBatchAdminSession.getCourseCatalogFormsForUpdate(IdList courseCatalogIds)
Gets the course catalog forms for updating an existing set of course
catalogs.
|
Modifier and Type | Method and Description |
---|---|
CreateResponseList |
CourseCatalogBatchAdminSession.createCourseCatalogs(CourseCatalogBatchFormList courseCatalogForms)
Creates a new set of
CourseCatalogs. |
UpdateResponseList |
CourseCatalogBatchAdminSession.updateCourseCatalogs(CourseCatalogBatchFormList courseCatalogForms)
Updates existing course catalogs.
|