public interface FrontOfficeSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
FrontOfficeSearchOrderRecord |
getFrontOfficeSearchOrderRecord(Type frontOfficeRecordType)
Gets the front office search order record corresponding to the given
front office
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
getProviderSearchOrder, orderByProvider, supportsProviderSearchOrder
FrontOfficeSearchOrderRecord getFrontOfficeSearchOrderRecord(Type frontOfficeRecordType) throws OperationFailedException
Type.
Multiple retrievals return the same
underlying object.frontOfficeRecordType
- a front office record typeNullArgumentException
- frontOfficeRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(frontOfficeRecordType)
is false
mandatory
- This method must be implemented.