Uses of Interface
org.osid.room.construction.batch.RenovationBatchFormList
Packages that use RenovationBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.room.construction.batch
service.
-
Uses of RenovationBatchFormList in org.osid.room.construction.batch
Methods in org.osid.room.construction.batch that return RenovationBatchFormListModifier and TypeMethodDescriptionRenovationBatchAdminSession.getRenovationFormsForCreate(long number, Type[] renovationRecordTypes) Gets the renovation forms for creating a bunch of new renovations.RenovationBatchAdminSession.getRenovationFormsForUpdate(IdList renovationIds) Gets the renovation forms for updating an existing set of renovations.Methods in org.osid.room.construction.batch with parameters of type RenovationBatchFormListModifier and TypeMethodDescriptionRenovationBatchAdminSession.createRenovations(RenovationBatchFormList renovationForms) Creates a new set ofRenovations.RenovationBatchAdminSession.updateRenovations(RenovationBatchFormList renovationForms) Updates existing renovations.