| Interface | osid.course.registration.CourseRegistrationSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.course.registration.CourseRegistrationSearchSession | ||
| Description |
The search interface for governing course registration searches. | ||
| Method | searchAmongCourseRegistrations | ||
| Description |
Execute this search among the given list of course registrations. | ||
| Parameters | osid.id.IdList | courseRegistrationIds | list of course registrations |
| Errors | NULL_ARGUMENT | courseRegistrationIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderCourseRegistrationResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.course.registration.CourseRegistrationSearchOrder | courseRegistrationSearchOrder | course registration search order |
| Errors | NULL_ARGUMENT | courseRegistrationSearchOrder is null | |
| UNSUPPORTED | courseRegistrationSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseRegistrationSearchRecord | ||
| Description |
Gets the course registration search record
corresponding to the given course registration search
record | ||
| Parameters | osid.type.Type | courseRegistrationSearchRecordType | a course registration search record type |
| Return | osid.course.registration.records.CourseRegistrationSearchRecord | the course registration search record | |
| Errors | NULL_ARGUMENT | courseRegistrationSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(courseRegistrationSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |