Uses of Interface
org.osid.room.squatting.batch.LeaseBatchFormList
Packages that use LeaseBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.room.squatting.batch
service.
-
Uses of LeaseBatchFormList in org.osid.room.squatting.batch
Methods in org.osid.room.squatting.batch that return LeaseBatchFormListModifier and TypeMethodDescriptionLeaseBatchAdminSession.getLeaseFormsForCreate(LeasePeerList peers, Type[] leaseRecordTypes) Gets the lease forms for creating a bunch of new leases.LeaseBatchAdminSession.getLeaseFormsForUpdate(IdList leaseIds) Gets the lease forms for updating an existing set of leases.Methods in org.osid.room.squatting.batch with parameters of type LeaseBatchFormListModifier and TypeMethodDescriptionLeaseBatchAdminSession.createLeases(LeaseBatchFormList leaseForms) Creates a new set ofLeases.LeaseBatchAdminSession.updateLeases(LeaseBatchFormList leaseForms) Updates existing leases.