Uses of Interface
org.osid.room.squatting.batch.DeedBatchFormList
Packages that use DeedBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.room.squatting.batch
service.
-
Uses of DeedBatchFormList in org.osid.room.squatting.batch
Methods in org.osid.room.squatting.batch that return DeedBatchFormListModifier and TypeMethodDescriptionDeedBatchAdminSession.getDeedFormsForCreate(DeedPeerList peers, Type[] deedRecordTypes) Gets the deed forms for creating a bunch of new deeds.DeedBatchAdminSession.getDeedFormsForUpdate(IdList deedIds) Gets the deed forms for updating an existing set of deeds.Methods in org.osid.room.squatting.batch with parameters of type DeedBatchFormListModifier and TypeMethodDescriptionDeedBatchAdminSession.createDeeds(DeedBatchFormList deedForms) Creates a new set ofDeeds.DeedBatchAdminSession.updateDeeds(DeedBatchFormList deedForms) Updates existing deeds.