Package | Description |
---|---|
org.osid.room.construction |
The Open Service Interface Definitions for the org.osid.room.construction
service.
|
org.osid.room.construction.batch |
The Open Service Interface Definitions for the org.osid.room.construction.batch
service.
|
Modifier and Type | Method and Description |
---|---|
RenovationForm |
RenovationAdminSession.getRenovationFormForCreate(Type[] renovationRecordTypes)
Gets the renovation form for creating new renovations.
|
RenovationForm |
RenovationAdminSession.getRenovationFormForUpdate(Id renovationId)
Gets the renovation form for updating an existing renovation.
|
Modifier and Type | Method and Description |
---|---|
Renovation |
RenovationAdminSession.createRenovation(RenovationForm renovationForm)
Creates a new
Renovation. |
void |
RenovationAdminSession.updateRenovation(RenovationForm renovationForm)
Updates an existing renovation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RenovationBatchForm
This is the form for creating and updating renovations in bulk.
|