Uses of Interface
org.osid.course.program.batch.ProgramOfferingBatchFormList
Packages that use ProgramOfferingBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.program.batch
service.
-
Uses of ProgramOfferingBatchFormList in org.osid.course.program.batch
Methods in org.osid.course.program.batch that return ProgramOfferingBatchFormListModifier and TypeMethodDescriptionProgramOfferingBatchAdminSession.getProgramOfferingFormsForCreate(ProgramOfferingPeerList peers, Type[] programOfferingRecordTypes) Gets the program offering forms for creating a bunch of new program offerings.ProgramOfferingBatchAdminSession.getProgramOfferingFormsForUpdate(IdList programOfferingIds) Gets the program offering forms for updating an existing set of program offerings.Methods in org.osid.course.program.batch with parameters of type ProgramOfferingBatchFormListModifier and TypeMethodDescriptionProgramOfferingBatchAdminSession.createProgramOfferings(ProgramOfferingBatchFormList programOfferingForms) Creates a new set ofProgramOfferings.ProgramOfferingBatchAdminSession.updateProgramOfferings(ProgramOfferingBatchFormList programOfferingForms) Updates existing program offerings.