| Interface | osid.course.CourseCatalog | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Description |
A | ||
| Method | getCourseCatalogRecord | ||
| Description |
Gets the course catalog record corresponding to the
given | ||
| Parameters | osid.type.Type | courseCatalogRecordType | the type of course catalog record to retrieve |
| Return | osid.course.records.CourseCatalogRecord | the course catalog record | |
| Errors | NULL_ARGUMENT | courseCatalogRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(courseCatalogRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |