OSID Logo
OSID Specifications
course package
Version 3.0.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.TypecourseCatalogRecordTypea course catalog record type
Returnosid.course.records.CourseCatalogSearchOrderRecordthe course catalog search order record
ErrorsNULL_ARGUMENTcourseCatalogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(courseCatalogRecordType) is false
CompliancemandatoryThis method must be implemented.