| Interface | osid.course.CourseSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing course searches. | ||
| Method | searchAmongCourses | ||
| Description |
Execute this search among the given list of courses. | ||
| Parameters | osid.id.IdList | courseIds | list of courses |
| Errors | NULL_ARGUMENT | courseIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderCourseResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.course.CourseSearchOrder | courseSearchOrder | course search order |
| Errors | NULL_ARGUMENT | courseSearchOrder is null | |
| UNSUPPORTED | courseSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseSearchRecord | ||
| Description |
Gets the course search record corresponding to the
given course search record | ||
| Parameters | osid.type.Type | courseSearchRecordType | a course search record type |
| Return | osid.course.records.CourseSearchRecord | the course search record | |
| Errors | NULL_ARGUMENT | courseSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(courseSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |