OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.CourseSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidOperableSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByTitle
Description

Specifies a preference for ordering the result set by course title.

Parametersosid.SearchOrderStylestylea search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByNumber
Description

Specifies a preference for ordering the result set by course number.

Parametersosid.SearchOrderStylestylea search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByPrerequisitesInfo
Description

Specifies a preference for ordering the result set by course prerequisite information.

Parametersosid.SearchOrderStylestylea search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodgetCourseSearchOrderRecord
Description

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

Parametersosid.type.TypecourseRecordTypea course record type
Returnosid.course.records.CourseSearchOrderRecordthe course search order record
ErrorsNULL_ARGUMENT courseRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(courseRecordType) is false
CompliancemandatoryThis method must be implemented.