Interface | osid.OsidTemporalSearchOrder | ||
---|---|---|---|
Implements | osid.OsidSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | orderByEffective | ||
Description |
Specifies a preference for ordering the result set by the effective status. | ||
Parameters | osid.SearchOrderStyle | style | the search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByStartDate | ||
Description |
Specifies a preference for ordering the result set by the start date. | ||
Parameters | osid.SearchOrderStyle | style | the search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByEndDate | ||
Description |
Specifies a preference for ordering the result set by the end date. | ||
Parameters | osid.SearchOrderStyle | style | the search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. |