| Package | Description |
|---|---|
| org.osid.room.squatting |
The Open Service Interface Definitions for the org.osid.room.squatting
service.
|
| org.osid.room.squatting.batch |
The Open Service Interface Definitions for the org.osid.room.squatting.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
DeedForm |
DeedAdminSession.getDeedFormForCreate(Id buildingId,
Id resourceId,
Type[] deedRecordTypes)
Gets the deed form for creating new deeds.
|
DeedForm |
DeedAdminSession.getDeedFormForUpdate(Id deedId)
Gets the deed form for updating an existing deed.
|
| Modifier and Type | Method and Description |
|---|---|
Deed |
DeedAdminSession.createDeed(DeedForm deedForm)
Creates a new
Deed. |
void |
DeedAdminSession.updateDeed(DeedForm deedForm)
Updates an existing deed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeedBatchForm
This is the form for creating and updating deeds in bulk.
|