public interface ChecklistSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
ChecklistSearchOrderRecord |
getChecklistSearchOrderRecord(Type checklistRecordType)
Gets the checklist search order record corresponding to the given
checklist record Type.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
getProviderSearchOrder, orderByProvider, supportsProviderSearchOrder
ChecklistSearchOrderRecord getChecklistSearchOrderRecord(Type checklistRecordType) throws OperationFailedException
checklistRecordType
- a checklist record typeNullArgumentException
- checklistRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(checklistRecordType)
is false
mandatory
- This method must be implemented.