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