Uses of Interface
org.osid.course.chronicle.batch.ProgramEntryBatchFormList
Packages that use ProgramEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle.batch
service.
-
Uses of ProgramEntryBatchFormList in org.osid.course.chronicle.batch
Methods in org.osid.course.chronicle.batch that return ProgramEntryBatchFormListModifier and TypeMethodDescriptionProgramEntryBatchAdminSession.getProgramEntryFormsForCreate(ProgramEntryPeerList peers, Type[] programEntryRecordTypes) Gets the program entry forms for creating a bunch of new program entries.ProgramEntryBatchAdminSession.getProgramEntryFormsForUpdate(IdList programEntryIds) Gets the program entry forms for updating an existing set of program entries.Methods in org.osid.course.chronicle.batch with parameters of type ProgramEntryBatchFormListModifier and TypeMethodDescriptionProgramEntryBatchAdminSession.createProgramEntries(ProgramEntryBatchFormList programEntryForms) Creates a new set ofProgramEntries.ProgramEntryBatchAdminSession.updateProgramEntries(ProgramEntryBatchFormList programEntryForms) Updates existing program entries.