Uses of Interface
org.osid.room.construction.RenovationForm
Packages that use RenovationForm
Package
Description
The Open Service Interface Definitions for the org.osid.room.construction
service.
The Open Service Interface Definitions for the org.osid.room.construction.batch
service.
-
Uses of RenovationForm in org.osid.room.construction
Methods in org.osid.room.construction that return RenovationFormModifier and TypeMethodDescriptionRenovationAdminSession.getRenovationFormForCreate(Type[] renovationRecordTypes) Gets the renovation form for creating new renovations.RenovationAdminSession.getRenovationFormForUpdate(Id renovationId) Gets the renovation form for updating an existing renovation.Methods in org.osid.room.construction with parameters of type RenovationFormModifier and TypeMethodDescriptionRenovationAdminSession.createRenovation(RenovationForm renovationForm) Creates a newRenovation.voidRenovationAdminSession.updateRenovation(RenovationForm renovationForm) Updates an existing renovation. -
Uses of RenovationForm in org.osid.room.construction.batch
Subinterfaces of RenovationForm in org.osid.room.construction.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating renovations in bulk.