OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.AwardSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.course.chronicle.AwardEntrySearchOrder
osid.recognition.AwardSearchSession
osid.recognition.AwardSmartAcademySession
osid.recognition.ConferralSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetAwardSearchOrderRecord
Description

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

Parametersosid.type.TypeawardRecordType an award record type
Returnosid.recognition.records.AwardSearchOrderRecord the award search order record
ErrorsNULL_ARGUMENT awardRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(awardRecordType) is false
Compliancemandatory This method must be implemented.