Uses of Interface
org.osid.course.chronicle.ProgramEntryForm
Packages that use ProgramEntryForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
The Open Service Interface Definitions for the org.osid.course.chronicle.batch
service.
-
Uses of ProgramEntryForm in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return ProgramEntryFormModifier and TypeMethodDescriptionProgramEntryAdminSession.getProgramEntryFormForCreate(Id programId, Id resourceId, Type[] programEntryRecordTypes) Gets the program entry form for creating new program entries.ProgramEntryAdminSession.getProgramEntryFormForUpdate(Id programEntryId) Gets the program entry form for updating an existing program entry.Methods in org.osid.course.chronicle with parameters of type ProgramEntryFormModifier and TypeMethodDescriptionProgramEntryAdminSession.createProgramEntry(ProgramEntryForm programEntryForm) Creates a newProgramEntry.voidProgramEntryAdminSession.updateProgramEntry(ProgramEntryForm programEntryForm) Updates an existing program entry. -
Uses of ProgramEntryForm in org.osid.course.chronicle.batch
Subinterfaces of ProgramEntryForm in org.osid.course.chronicle.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating program entries in bulk.