Interface | osid.grading.GradebookColumnSummarySearchOrder | ||
---|---|---|---|
Implements | osid.OsidRuleSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | orderByMean | ||
Description |
Specified a preference for ordering results by the mean. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByMedian | ||
Description |
Specified a preference for ordering results by the median. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByMode | ||
Description |
Specified a preference for ordering results by the mode. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByRMS | ||
Description |
Specified a preference for ordering results by the root mean square. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByStandardDeviation | ||
Description |
Specified a preference for ordering results by the standard deviation. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderBySum | ||
Description |
Specified a preference for ordering results by the sum. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookColumnSummarySearchOrderRecord | ||
Description |
Gets the gradebook column summary search order record
corresponding to the given gradebook column summary record
| ||
Parameters | osid.type.Type | gradebookColumnSummaryRecordType | a gradebook column summary record type |
Return | osid.grading.records.GradebookColumnSummarySearchOrderRecord | the gradebook column summary search order record | |
Errors | NULL_ARGUMENT | gradebookColumnSummaryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradebookColumnSummaryRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |