OSID Logo
OSID Specifications
osid package
Version 3.1.0
Interfaceosid.OsidCompendiumSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidSubjugateableSearchOrder
Implemented Byosid.financials.SummarySearchOrder
osid.metering.StatisticSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByStartDate
Description

Specifies a preference for ordering the result set by the start date.

Parametersosid.SearchOrderStylestyle the search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByEndDate
Description

Specifies a preference for ordering the result set by the end date.

Parametersosid.SearchOrderStylestyle the search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByInterpolated
Description

Specifies a preference for ordering the result set by interpolated results.

Parametersosid.SearchOrderStylestyle the search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByExtrapolated
Description

Specifies a preference for ordering the result set by extrapolated results.

Parametersosid.SearchOrderStylestyle the search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.