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