| Interface | osid.course.CourseSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
osid.OsidOperableSearchOrder | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | orderByTitle | ||
| Description |
Specifies a preference for ordering the result set by course title. | ||
| Parameters | osid.SearchOrderStyle | style | a search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderByNumber | ||
| Description |
Specifies a preference for ordering the result set by course number. | ||
| Parameters | osid.SearchOrderStyle | style | a search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderByPrerequisitesInfo | ||
| Description |
Specifies a preference for ordering the result set by course prerequisite information. | ||
| Parameters | osid.SearchOrderStyle | style | a search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseSearchOrderRecord | ||
| Description |
Gets the course search order record corresponding to
the given course record | ||
| Parameters | osid.type.Type | courseRecordType | a course record type |
| Return | osid.course.records.CourseSearchOrderRecord | the course search order record | |
| Errors | NULL_ARGUMENT | courseRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(courseRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |