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