public interface GradebookColumnSummarySearchOrder extends OsidRuleSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
GradebookColumnSummarySearchOrderRecord |
getGradebookColumnSummarySearchOrderRecord(Type gradebookColumnSummaryRecordType)
Gets the gradebook column summary search order record corresponding to
the given gradebook column summary record
Type. |
void |
orderByMean(SearchOrderStyle style)
Specified a preference for ordering results by the mean.
|
void |
orderByMedian(SearchOrderStyle style)
Specified a preference for ordering results by the median.
|
void |
orderByMode(SearchOrderStyle style)
Specified a preference for ordering results by the mode.
|
void |
orderByRMS(SearchOrderStyle style)
Specified a preference for ordering results by the root mean square.
|
void |
orderByStandardDeviation(SearchOrderStyle style)
Specified a preference for ordering results by the standard deviation.
|
void |
orderBySum(SearchOrderStyle style)
Specified a preference for ordering results by the sum.
|
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalvoid orderByMean(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByMedian(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByMode(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByRMS(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByStandardDeviation(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderBySum(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. GradebookColumnSummarySearchOrderRecord getGradebookColumnSummarySearchOrderRecord(Type gradebookColumnSummaryRecordType) throws OperationFailedException
Type.
Multiple retrievals return the same underlying object.gradebookColumnSummaryRecordType - a gradebook column summary
record typeNullArgumentException -
gradebookColumnSummaryRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradebookColumnSummaryRecordType) is
false mandatory - This method must be implemented.