OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.CourseCatalogSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypecourseCatalogRecordTypea course catalog record type
Returnosid.course.records.CourseCatalogSearchOrderRecordthe course catalog search order record
ErrorsNULL_ARGUMENT courseCatalogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(courseCatalogRecordType) is false
CompliancemandatoryThis method must be implemented.