public interface ForumSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
ForumSearchOrderRecord |
getForumSearchOrderRecord(Type forumRecordType)
Gets the forum search order record corresponding to the given forum
record Type.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderForumSearchOrderRecord getForumSearchOrderRecord(Type forumRecordType) throws OperationFailedException
forumRecordType - a forum record typeNullArgumentException - forumRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(forumRecordType) is false mandatory - This method must be implemented.