Interface CatalogSearchOrder
- All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidCatalogSearchOrder, OsidExtensibleSearchOrder, OsidFederateableSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, OsidSourceableSearchOrder, Suppliable
An interface for specifying the ordering of search results.
-
Method Summary
Modifier and TypeMethodDescriptiongetCatalogSearchOrderRecord(Type catalogRecordType) Gets the catalog search order record corresponding to the given subject recordType.Multiple retrievals return the same underlying object.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface OsidIdentifiableSearchOrder
orderByIdMethods inherited from interface OsidObjectSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticMethods inherited from interface OsidSourceableSearchOrder
getProviderSearchOrder, orderByProvider, supportsProviderSearchOrder
-
Method Details
-
getCatalogSearchOrderRecord
CatalogSearchOrderRecord getCatalogSearchOrderRecord(Type catalogRecordType) throws OperationFailedException Gets the catalog search order record corresponding to the given subject recordType.Multiple retrievals return the same underlying object.- Parameters:
catalogRecordType- a catalog record type- Returns:
- the catalog search order record
- Throws:
NullArgumentException-catalogRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(catalogRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-