public interface OsidCompendiumSearchOrder extends OsidObjectSearchOrder, OsidSubjugateableSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
void |
orderByEndDate(SearchOrderStyle style)
Specifies a preference for ordering the result set by the end date.
|
void |
orderByExtrapolated(SearchOrderStyle style)
Specifies a preference for ordering the result set by extrapolated
results.
|
void |
orderByInterpolated(SearchOrderStyle style)
Specifies a preference for ordering the result set by interpolated
results.
|
void |
orderByStartDate(SearchOrderStyle style)
Specifies a preference for ordering the result set by the start date.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypevoid orderByStartDate(SearchOrderStyle style)
style - the search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByEndDate(SearchOrderStyle style)
style - the search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByInterpolated(SearchOrderStyle style)
style - the search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByExtrapolated(SearchOrderStyle style)
style - the search order styleNullArgumentException - style is
null mandatory - This method must be implemented.