Uses of Interface
org.osid.room.squatting.LeaseForm
Packages that use LeaseForm
Package
Description
The Open Service Interface Definitions for the org.osid.room.squatting
service.
The Open Service Interface Definitions for the org.osid.room.squatting.batch
service.
-
Uses of LeaseForm in org.osid.room.squatting
Methods in org.osid.room.squatting that return LeaseFormModifier and TypeMethodDescriptionLeaseAdminSession.getLeaseFormForCreate(Id roomId, Id resourceId, Type[] leaseRecordTypes) Gets the lease form for creating new leases.LeaseAdminSession.getLeaseFormForUpdate(Id leaseId) Gets the lease form for updating an existing lease.Methods in org.osid.room.squatting with parameters of type LeaseFormModifier and TypeMethodDescriptionLeaseAdminSession.createLease(LeaseForm leaseForm) Creates a newLease.voidLeaseAdminSession.updateLease(LeaseForm leaseForm) Updates an existing lease. -
Uses of LeaseForm in org.osid.room.squatting.batch
Subinterfaces of LeaseForm in org.osid.room.squatting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating leases in bulk.