Uses of Interface
org.osid.room.FloorForm
Packages that use FloorForm
Package
Description
The Open Service Interface Definitions for the org.osid.room
service.
The Open Service Interface Definitions for the org.osid.room.batch
service.
-
Uses of FloorForm in org.osid.room
Methods in org.osid.room that return FloorFormModifier and TypeMethodDescriptionFloorAdminSession.getFloorFormForCreate(Id buildingId, Type[] floorRecordTypes) Gets the floor form for creating new floors.FloorAdminSession.getFloorFormForUpdate(Id floorId) Gets the floor form for updating an existing floor.Methods in org.osid.room with parameters of type FloorFormModifier and TypeMethodDescriptionFloorAdminSession.createFloor(FloorForm floorForm) Creates a newFloor.voidFloorAdminSession.updateFloor(FloorForm floorForm) Updates an existing floor. -
Uses of FloorForm in org.osid.room.batch
Subinterfaces of FloorForm in org.osid.room.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating floors in bulk.