OSID Logo
OSID Specifications
room construction package
Version 3.1.0
Interfaceosid.room.construction.RenovationSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidTemporalSearchOrder
Used Byosid.room.construction.RenovationSearchSession
osid.room.construction.RenovationSmartCampusSession
Description

An interface for specifying the ordering of search results.

MethodorderByCost
Description

Specifies a preference for ordering the result set by the cost.

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

Gets the renovation search order record corresponding to the given renovation record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TyperenovationRecordType a renovation record type
Returnosid.room.construction.records.RenovationSearchOrderRecord the renovation search order record
ErrorsNULL_ARGUMENT renovationRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(renovationRecordType) is false
Compliancemandatory This method must be implemented.