Interface | osid.course.CourseCatalogSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing course catalog searches. | ||
Method | searchAmongCourseCatalogs | ||
Description |
Execute this search among the given list of course catalogs. | ||
Parameters | osid.id.IdList | courseCatalogIds | list of course catalogs |
Errors | NULL_ARGUMENT | courseCatalogIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderCourseCatalogResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.course.CourseCatalogSearchOrder | courseCatalogSearchOrder | course catalog search order |
Errors | NULL_ARGUMENT | courseCatalogSearchOrder is null | |
UNSUPPORTED | courseCatalogSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCourseCatalogSearchRecord | ||
Description |
Gets the course catalog search record corresponding to
the given course catalog search record | ||
Parameters | osid.type.Type | courseCatalogSearchRecordType | a course catalog search record type |
Return | osid.course.records.CourseCatalogSearchRecord | the course catalog search record | |
Errors | NULL_ARGUMENT | courseCatalogSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(courseCatalogSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |