Uses of Interface
org.osid.course.program.batch.ProgramBatchFormList
Packages that use ProgramBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.program.batch
service.
-
Uses of ProgramBatchFormList in org.osid.course.program.batch
Methods in org.osid.course.program.batch that return ProgramBatchFormListModifier and TypeMethodDescriptionProgramBatchAdminSession.getProgramFormsForCreate(long number, Type[] programRecordTypes) Gets the program forms for creating a bunch of new programs.ProgramBatchAdminSession.getProgramFormsForUpdate(IdList programIds) Gets the program forms for updating an existing set of programs.Methods in org.osid.course.program.batch with parameters of type ProgramBatchFormListModifier and TypeMethodDescriptionProgramBatchAdminSession.createPrograms(ProgramBatchFormList programForms) Creates a new set ofPrograms.ProgramBatchAdminSession.updatePrograms(ProgramBatchFormList programForms) Updates existing programs.