Interface | osid.course.CourseOfferingSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing course offering searches. | ||
Method | searchAmongCourseOfferings | ||
Description |
Execute this search among the given list of course offerings. | ||
Parameters | osid.id.IdList | courseOfferingIds | list of courses |
Errors | NULL_ARGUMENT | courseOfferingIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderCourseOfferingResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.course.CourseOfferingSearchOrder | courseOfferingSearchOrder | course search order |
Errors | NULL_ARGUMENT | courseOfferingSearchOrder is null | |
UNSUPPORTED | courseOfferingSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCourseOfferingSearchRecord | ||
Description |
Gets the course offering search record corresponding to
the given course offering search record | ||
Parameters | osid.type.Type | courseOfferingSearchRecordType | a course search record type |
Return | osid.course.records.CourseOfferingSearchRecord | the course offering search 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. |