OSID Logo
OSID Specifications
osid package
Version 3.1.0
Interfaceosid.OsidTemporalSearchOrder
Implementsosid.OsidSearchOrder
Implemented Byosid.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.

MethodorderByEffective
Description

Specifies a preference for ordering the result set by the effective status.

Parametersosid.SearchOrderStylestyle the search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
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.