Uses of Interface
org.osid.course.plan.PlanForm
Packages that use PlanForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.plan
service.
-
Uses of PlanForm in org.osid.course.plan
Methods in org.osid.course.plan that return PlanFormModifier and TypeMethodDescriptionPlanAdminSession.getPlanFormForCreate(Id syllabusId, Id courseOfferingId, Type[] planRecordTypes) Gets the plan form for creating new plans.PlanAdminSession.getPlanFormForUpdate(Id planId) Gets the plan form for updating an existing plan.Methods in org.osid.course.plan with parameters of type PlanFormModifier and TypeMethodDescriptionPlanAdminSession.createPlan(PlanForm planForm) Creates a newPlan.voidPlanAdminSession.updatePlan(PlanForm planForm) Updates an existing plan.