OSID Logo
OSID Specifications
room construction package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.construction.RenovationSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidTemporalSearchOrder
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_ARGUMENT style 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_ARGUMENT renovationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(renovationRecordType) is false
CompliancemandatoryThis method must be implemented.