OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseCatalogSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.course.CourseCatalogSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetCourseCatalogSearchOrderRecord
Description

Gets the course catalog search order record corresponding to the given course record Type . Multiple retrievals return the same underlying object.

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