Uses of Interface
org.osid.course.program.ProgramOfferingForm
Packages that use ProgramOfferingForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.program
service.
The Open Service Interface Definitions for the org.osid.course.program.batch
service.
-
Uses of ProgramOfferingForm in org.osid.course.program
Methods in org.osid.course.program that return ProgramOfferingFormModifier and TypeMethodDescriptionProgramOfferingAdminSession.getProgramOfferingFormForCreate(Id programId, Id termId, Type[] programOfferingRecordTypes) Gets the program offering form for creating new program offerings.ProgramOfferingAdminSession.getProgramOfferingFormForUpdate(Id programOfferingId) Gets the program offering form for updating an existing program offering.Methods in org.osid.course.program with parameters of type ProgramOfferingFormModifier and TypeMethodDescriptionProgramOfferingAdminSession.createProgramOffering(ProgramOfferingForm programOfferingForm) Creates a newProgramOffering.voidProgramOfferingAdminSession.updateProgramOffering(ProgramOfferingForm programOfferingForm) Updates an existing program offering. -
Uses of ProgramOfferingForm in org.osid.course.program.batch
Subinterfaces of ProgramOfferingForm in org.osid.course.program.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating program offerings in bulk.