Interface | osid.course.CourseCatalogSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getCourseCatalogSearchOrderRecord | ||
Description |
Gets the course catalog search order record
corresponding to the given course record | ||
Parameters | osid.type.Type | courseCatalogRecordType | a course catalog record type |
Return | osid.course.records.CourseCatalogSearchOrderRecord | the course catalog search order 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. |