Interface | osid.recognition.AwardSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getAwardSearchOrderRecord | ||
Description |
Gets the award search order record corresponding to the given award record Type. Multiple retrievals return the same underlying object. | ||
Parameters | osid.type.Type | awardRecordType | an award record type |
Return | osid.recognition.records.AwardSearchOrderRecord | the award search order record | |
Errors | NULL_ARGUMENT | awardRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(awardRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |