Uses of Interface
org.osid.course.chronicle.batch.CourseEntryBatchFormList
Packages that use CourseEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle.batch
service.
-
Uses of CourseEntryBatchFormList in org.osid.course.chronicle.batch
Methods in org.osid.course.chronicle.batch that return CourseEntryBatchFormListModifier and TypeMethodDescriptionCourseEntryBatchAdminSession.getCourseEntryFormsForCreate(CourseEntryPeerList peers, Type[] courseEntryRecordTypes) Gets the course entry forms for creating a bunch of new course entries.CourseEntryBatchAdminSession.getCourseEntryFormsForUpdate(IdList courseEntryIds) Gets the course entry forms for updating an existing set of course entries.Methods in org.osid.course.chronicle.batch with parameters of type CourseEntryBatchFormListModifier and TypeMethodDescriptionCourseEntryBatchAdminSession.createCourseEntries(CourseEntryBatchFormList courseEntryForms) Creates a new set ofCourseEntries.CourseEntryBatchAdminSession.updateCourseEntries(CourseEntryBatchFormList courseEntryForms) Updates existing course entries.