Uses of Interface
org.osid.room.RoomForm
Packages that use RoomForm
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 RoomForm in org.osid.room
Methods in org.osid.room that return RoomFormModifier and TypeMethodDescriptionRoomAdminSession.getRoomFormForCreate(Id floorId, Type[] roomRecordTypes) Gets the room form for creating new entries.RoomAdminSession.getRoomFormForUpdate(Id roomId) Gets the room form for updating an existing room.Methods in org.osid.room with parameters of type RoomFormModifier and TypeMethodDescriptionRoomAdminSession.createRoom(RoomForm roomForm) Creates a newRoom.voidRoomAdminSession.updateRoom(RoomForm roomForm) Updates an existing room. -
Uses of RoomForm in org.osid.room.batch
Subinterfaces of RoomForm in org.osid.room.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating rooms in bulk.