OSID Logo
OSID Specifications
room construction package
Version 3.0.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.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENTstyle is null
CompliancemandatoryThis 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.TyperenovationRecordTypea renovation record type
Returnosid.room.construction.records.RenovationSearchOrderRecordthe renovation search order record
ErrorsNULL_ARGUMENTrenovationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(renovationRecordType) is false
CompliancemandatoryThis method must be implemented.