Uses of Interface
org.osid.room.batch.RoomBatchFormList
Packages that use RoomBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.room.batch
service.
-
Uses of RoomBatchFormList in org.osid.room.batch
Methods in org.osid.room.batch that return RoomBatchFormListModifier and TypeMethodDescriptionRoomBatchAdminSession.getRoomFormsForCreate(IdList floorIds, Type[] roomRecordTypes) Gets the room forms for creating a bunch of new rooms.RoomBatchAdminSession.getRoomFormsForUpdate(IdList roomIds) Gets the room forms for updating an existing set of rooms.Methods in org.osid.room.batch with parameters of type RoomBatchFormListModifier and TypeMethodDescriptionRoomBatchAdminSession.createRooms(RoomBatchFormList roomForms) Creates a new set ofRooms.RoomBatchAdminSession.updateRooms(RoomBatchFormList roomForms) Updates existing rooms.