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