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 |
---|---|
LeaseForm |
LeaseAdminSession.getLeaseFormForCreate(Id roomId,
Id resourceId,
Type[] leaseRecordTypes)
Gets the lease form for creating new leases.
|
LeaseForm |
LeaseAdminSession.getLeaseFormForUpdate(Id leaseId)
Gets the lease form for updating an existing lease.
|
Modifier and Type | Method and Description |
---|---|
Lease |
LeaseAdminSession.createLease(LeaseForm leaseForm)
Creates a new
Lease. |
void |
LeaseAdminSession.updateLease(LeaseForm leaseForm)
Updates an existing lease.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LeaseBatchForm
This is the form for creating and updating leases in bulk.
|