OSID Logo
OSID Specifications
course package
Version 3.0.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.IdListcourseCatalogIdslist of course catalogs
ErrorsNULL_ARGUMENTcourseCatalogIds is null
CompliancemandatoryThis method must be implemented.
MethodorderCourseCatalogResults
Description

Specify an ordering to the search results.

Parametersosid.course.CourseCatalogSearchOrdercourseCatalogSearchOrdercourse catalog search order
ErrorsNULL_ARGUMENTcourseCatalogSearchOrder is null
UNSUPPORTEDcourseCatalogSearchOrder is not of this service
CompliancemandatoryThis 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.TypecourseCatalogSearchRecordTypea course catalog search record type
Returnosid.course.records.CourseCatalogSearchRecordthe course catalog search record
ErrorsNULL_ARGUMENTcourseCatalogSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(courseCatalogSearchRecordType) is false
CompliancemandatoryThis method must be implemented.