Package | Description |
---|---|
org.osid.course.plan |
The Open Service Interface Definitions for the org.osid.course.plan
service.
|
Modifier and Type | Method and Description |
---|---|
PlanForm |
PlanAdminSession.getPlanFormForCreate(Id syllabusId,
Id courseOfferingId,
Type[] planRecordTypes)
Gets the plan form for creating new plans.
|
PlanForm |
PlanAdminSession.getPlanFormForUpdate(Id planId)
Gets the plan form for updating an existing plan.
|
Modifier and Type | Method and Description |
---|---|
Plan |
PlanAdminSession.createPlan(PlanForm planForm)
Creates a new
Plan. |
void |
PlanAdminSession.updatePlan(PlanForm planForm)
Updates an existing plan.
|