Uses of Interface
org.osid.room.BuildingForm
Packages that use BuildingForm
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 BuildingForm in org.osid.room
Methods in org.osid.room that return BuildingFormModifier and TypeMethodDescriptionBuildingAdminSession.getBuildingFormForCreate(Type[] buildingRecordTypes) Gets the building form for creating new buildings.BuildingAdminSession.getBuildingFormForUpdate(Id buildingId) Gets the building form for updating an existing building.Methods in org.osid.room with parameters of type BuildingFormModifier and TypeMethodDescriptionBuildingAdminSession.createBuilding(BuildingForm buildingForm) Creates a newBuilding.voidBuildingAdminSession.updateBuilding(BuildingForm buildingForm) Updates an existing building. -
Uses of BuildingForm in org.osid.room.batch
Subinterfaces of BuildingForm in org.osid.room.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating buildings in bulk.