public interface GradebookSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
GradebookSearchOrderRecord |
getGradebookSearchOrderRecord(Type gradebookRecordType)
Gets the gradebook search order record corresponding to the given
gradebook record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderGradebookSearchOrderRecord getGradebookSearchOrderRecord(Type gradebookRecordType) throws OperationFailedException
Type. Multiple retrievals return the
same underlying object.gradebookRecordType - a gradebook record typeNullArgumentException - gradebookRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradebookRecordType) is false
mandatory - This method must be implemented.