Interface | osid.grading.GradeSystemSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
osid.OsidAggregateableSearchOrder | |||
Description |
An interface for specifying the ordering of search results. | ||
Method | orderByBasedOnGrades | ||
Description |
Orders the results by systems based on grades. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByLowestNumericScore | ||
Description |
Orders the results by lowest score. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByNumericScoreIncrement | ||
Description |
Orders the results by score increment. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByHighestNumericScore | ||
Description |
Orders the results by highest score. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemSearchOrderRecord | ||
Description |
Gets the grade system search order record corresponding
to the given grade entry record | ||
Parameters | osid.type.Type | gradeSystemRecordType | a grade system record type |
Return | osid.grading.records.GradeSystemSearchOrderRecord | the grade system search order record | |
Errors | NULL_ARGUMENT | gradeSystemRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradeSystemRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |