| Interface | osid.course.CourseOfferingSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getCourseOfferings | ||
| Description |
Gets the course offering list resulting from a search. | ||
| Return | osid.course.CourseOfferingList | the course offering list | |
| Errors | ILLEGAL_STATE | the course offering list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseOfferingQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.course.CourseOfferingQueryInspector | the query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseOfferingSearchResultsRecord | ||
| Description |
Gets the course offering search results record
corresponding to the given course offering search record
| ||
| Parameters | osid.type.Type | courseOfferingSearchRecordType | a course offering search record type |
| Return | osid.course.records.CourseOfferingSearchResultsRecord | the course offering search results record | |
| Errors | NULL_ARGUMENT | courseOfferingSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(courseOfferingSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |