| Interface | osid.course.syllabus.Module | ||
|---|---|---|---|
| Implements | osid.OsidGovernator | ||
| osid.Subjugateable | |||
| 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 | getModuleRecord | ||
| Description | Gets the module record corresponding to the given 
                     | ||
| Parameters | osid.type.Type | moduleRecordType | the type of module record to retrieve | 
| Return | osid.course.syllabus.records.ModuleRecord | the module record | |
| Errors | NULL_ARGUMENT |  moduleRecordType is null  | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(moduleRecordType) is false  | ||
| Compliance | mandatory | This method must be implemented. | |