Uses of Interface
org.osid.course.program.batch.EnrollmentBatchFormList
Packages that use EnrollmentBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.program.batch
service.
-
Uses of EnrollmentBatchFormList in org.osid.course.program.batch
Methods in org.osid.course.program.batch that return EnrollmentBatchFormListModifier and TypeMethodDescriptionEnrollmentBatchAdminSession.getEnrollmentFormsForCreate(EnrollmentPeerList peers, Type[] enrollmentRecordTypes) Gets the enrollment forms for creating a bunch of new enrollments.EnrollmentBatchAdminSession.getEnrollmentFormsForUpdate(IdList enrollmentIds) Gets the enrollment forms for updating an existing set of enrollments.Methods in org.osid.course.program.batch with parameters of type EnrollmentBatchFormListModifier and TypeMethodDescriptionEnrollmentBatchAdminSession.createEnrollments(EnrollmentBatchFormList enrollmentForms) Creates a new set ofEnrollments.EnrollmentBatchAdminSession.updateEnrollments(EnrollmentBatchFormList enrollmentForms) Updates existing enrollments.