Uses of Interface
org.osid.room.batch.FloorBatchFormList
Packages that use FloorBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.room.batch
service.
-
Uses of FloorBatchFormList in org.osid.room.batch
Methods in org.osid.room.batch that return FloorBatchFormListModifier and TypeMethodDescriptionFloorBatchAdminSession.getFloorFormsForCreate(IdList buildingIds, Type[] floorRecordTypes) Gets the floor forms for creating a bunch of new floors.FloorBatchAdminSession.getFloorFormsForUpdate(IdList floorIds) Gets the floor forms for updating an existing set of floors.Methods in org.osid.room.batch with parameters of type FloorBatchFormListModifier and TypeMethodDescriptionFloorBatchAdminSession.createFloors(FloorBatchFormList floorForms) Creates a new set ofFloors.FloorBatchAdminSession.updateFloors(FloorBatchFormList floorForms) Updates existing floors.