public interface OsidTemporalSearchOrder extends OsidSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
void |
orderByEffective(SearchOrderStyle style)
Specifies a preference for ordering the result set by the effective
status.
|
void |
orderByEndDate(SearchOrderStyle style)
Specifies a preference for ordering the result set by the end date.
|
void |
orderByStartDate(SearchOrderStyle style)
Specifies a preference for ordering the result set by the start date.
|
void orderByEffective(SearchOrderStyle style)
style
- the search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void 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.