| Interface | osid.OsidTemporalSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidSearchOrder | ||
| Implemented By | osid.financials.ActivitySearchOrder | ||
osid.OsidRelationshipSearchOrder | |||
osid.OsidEnablerSearchOrder | |||
osid.room.construction.RenovationSearchOrder | |||
osid.room.construction.ProjectSearchOrder | |||
osid.offering.ResultSearchOrder | |||
osid.voting.BallotSearchOrder | |||
osid.calendaring.EventSearchOrder | |||
osid.personnel.OrganizationSearchOrder | |||
osid.personnel.PositionSearchOrder | |||
osid.checklist.TodoSearchOrder | |||
osid.billing.CustomerSearchOrder | |||
osid.billing.payment.PayerSearchOrder | |||
osid.room.RoomSearchOrder | |||
osid.room.FloorSearchOrder | |||
osid.room.BuildingSearchOrder | |||
| 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. | |