public interface OublietteSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
OublietteSearchOrderRecord |
getOublietteSearchOrderRecord(Type oublietteRecordType)
Gets the oubliette search order record corresponding to the given
oubliette
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderOublietteSearchOrderRecord getOublietteSearchOrderRecord(Type oublietteRecordType) throws OperationFailedException, PermissionDeniedException
Type. Multiple retrievals return the same
underlying object.oublietteRecordType - an oubliette record typeNullArgumentException - oublietteRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(oublietteRecordType) is false
mandatory - This method must be implemented.