| Interface | osid.course.syllabus.Syllabus | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Subjugateable | |||
| Description |
A | ||
| Method | getCourseId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the course Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourse | ||
| Description |
Gets the course. | ||
| Return | osid.course.Course | the course | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSyllabusRecord | ||
| Description |
Gets the syllabus record corresponding to the given
| ||
| Parameters | osid.type.Type | syllabusRecordType | the type of syllabus record to retrieve |
| Return | osid.course.syllabus.records.SyllabusRecord | the syllabus record | |
| Errors | NULL_ARGUMENT | syllabusRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(syllabusRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |