OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseCatalogSearch
Implementsosid.OsidSearch
Used Byosid.course.CourseCatalogSearchSession
Description

The search interface for governing course catalog searches.

MethodsearchAmongCourseCatalogs
Description

Execute this search among the given list of course catalogs.

Parametersosid.id.IdListcourseCatalogIds list of course catalogs
ErrorsNULL_ARGUMENT courseCatalogIds is null
Compliancemandatory This method must be implemented.
MethodorderCourseCatalogResults
Description

Specify an ordering to the search results.

Parametersosid.course.CourseCatalogSearchOrdercourseCatalogSearchOrder course catalog search order
ErrorsNULL_ARGUMENT courseCatalogSearchOrder is null
UNSUPPORTED courseCatalogSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogSearchRecord
Description

Gets the course catalog search record corresponding to the given course catalog search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypecourseCatalogSearchRecordType a course catalog search record type
Returnosid.course.records.CourseCatalogSearchRecord the course catalog search record
ErrorsNULL_ARGUMENT courseCatalogSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(courseCatalogSearchRecordType) is false
Compliancemandatory This method must be implemented.