| Interface | osid.course.CourseOfferingSearchSession | ||
|---|---|---|---|
| Implements | osid.course.CourseOfferingQuerySession | ||
| Description | This session provides methods for searching among    This session defines views that offer differing behaviors for searching. 
  Course Offerings may have a query record indicated by 
                their respective record types. The queryrecord is accessed via 
                the  | ||
| Method | getCourseOfferingSearch | ||
| Description | Gets a course offering search. | ||
| Return | osid.course.CourseOfferingSearch | the course offering search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseOfferingSearchOrder | ||
| Description | Gets a course offering search order. The  | ||
| Return | osid.course.CourseOfferingSearchOrder | the course offering search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseOfferingsBySearch | ||
| Description | Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.course.CourseOfferingQuery | courseOfferingQuery | the course offering query | 
| osid.course.CourseOfferingSearch | courseOfferingSearch | the course offering search | |
| Return | osid.course.CourseOfferingSearchResults | the course offering search results | |
| Errors | NULL_ARGUMENT |  courseOfferingQuery or courseOfferingSearch is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  courseOfferingQuery or courseOfferingSearch is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseOfferingQueryFromInspector | ||
| Description | Gets a course offering query from an inspector. The 
                    inspector is available from a  | ||
| Parameters | osid.assessment.ItemQueryInspector | courseOfferingQueryInspector | a course offering query inspector | 
| Return | osid.course.CourseOfferingQuery | the course offering query | |
| Errors | NULL_ARGUMENT |  courseOfferingQueryInspector is null  | |
| UNSUPPORTED |  courseOfferingQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |