Interface | osid.course.plan.Plan | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
A | ||
Method | getSyllabusId | ||
Description |
Gets the | ||
Return | osid.id.Id | the syllabus Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getSyllabus | ||
Description |
Gets the syllabus. | ||
Return | osid.course.syllabus.Syllabus | the syllabus | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseOfferingId | ||
Description |
Gets the | ||
Return | osid.id.Id | the course offering Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseOffering | ||
Description |
Gets the course offering. | ||
Return | osid.course.CourseOffering | the course offering | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getModuleIds | ||
Description |
Gets the modules to apply to this plan. | ||
Return | osid.id.IdList | the module Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getModules | ||
Description |
Gets the modules to apply to this plan. | ||
Return | osid.course.syllabus.ModuleList | the module | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getPlanRecord | ||
Description |
Gets the plan record corresponding to the given | ||
Parameters | osid.type.Type | planRecordType | the type of plan record to retrieve |
Return | osid.course.plan.records.PlanRecord | the plan record | |
Errors | NULL_ARGUMENT | planRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(planRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |