| Interface | osid.room.construction.Renovation | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Temporal | |||
| Description |
A | ||
| Method | getRoomIds | ||
| Description |
Gets the | ||
| Return | osid.id.IdList | the room Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRooms | ||
| Description |
Gets the affected rooms. | ||
| Return | osid.room.RoomList | the rooms | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | hasCost | ||
| Description |
Tests if this renovation has a cost. | ||
| Return | boolean | true if a cost is available, false otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCost | ||
| Description |
Gets the cost for this renovation. | ||
| Return | osid.financials.Currency | the cost | |
| Errors | ILLEGAL_STATE | hasCost() is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRenovationRecord | ||
| Description |
Gets the renovation record corresponding to the given
| ||
| Parameters | osid.type.Type | renovationRecordType | the type of renovation record to retrieve |
| Return | osid.room.construction.records.RenovationRecord | the renovation 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. | |