Interface | osid.room.construction.RenovationQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidTemporalQueryInspector | |||
Description |
This is the query inspector for examining for renovation queries. | ||
Method | getRoomIdTerms | ||
Description |
Gets the room | ||
Return | osid.search.terms.IdTerm[] | the room Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRoomTerms | ||
Description |
Gets the room terms. | ||
Return | osid.room.RoomQueryInspector[] | the room terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCostTerms | ||
Description |
Gets the cost terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the cost terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampusIdTerms | ||
Description |
Gets the campus | ||
Return | osid.search.terms.IdTerm[] | the campus Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampusTerms | ||
Description |
Gets the campus terms. | ||
Return | osid.room.CampusQueryInspector[] | the campus terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRenovationQueryInspectorRecord | ||
Description |
Gets the renovation query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | renovationRecordType | a renovation record type |
Return | osid.room.construction.records.RenovationQueryInspectorRecord | the renovation query inspector record | |
Errors | NULL_ARGUMENT | renovationRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(renovationRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |