Uses of Interface
org.osid.room.batch.BuildingBatchFormList
Packages that use BuildingBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.room.batch
service.
-
Uses of BuildingBatchFormList in org.osid.room.batch
Methods in org.osid.room.batch that return BuildingBatchFormListModifier and TypeMethodDescriptionBuildingBatchAdminSession.getBuildingFormsForCreate(long number, Type[] buildingRecordTypes) Gets the building forms for creating a bunch of new buildings.BuildingBatchAdminSession.getBuildingFormsForUpdate(IdList buildingIds) Gets the building forms for updating an existing set of buildings.Methods in org.osid.room.batch with parameters of type BuildingBatchFormListModifier and TypeMethodDescriptionBuildingBatchAdminSession.createBuildings(BuildingBatchFormList buildingForms) Creates a new set ofBuildings.BuildingBatchAdminSession.updateBuildings(BuildingBatchFormList buildingForms) Updates existing buildings.