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