Uses of Interface
org.osid.room.construction.ProjectForm
Packages that use ProjectForm
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 ProjectForm in org.osid.room.construction
Methods in org.osid.room.construction that return ProjectFormModifier and TypeMethodDescriptionProjectAdminSession.getProjectFormForCreate(Id buildingId, Type[] projectRecordTypes) Gets the project form for creating new projects.ProjectAdminSession.getProjectFormForUpdate(Id projectId) Gets the project form for updating an existing project.Methods in org.osid.room.construction with parameters of type ProjectFormModifier and TypeMethodDescriptionProjectAdminSession.createProject(ProjectForm projectForm) Creates a newProject.voidProjectAdminSession.updateProject(ProjectForm projectForm) Updates an existing project. -
Uses of ProjectForm in org.osid.room.construction.batch
Subinterfaces of ProjectForm in org.osid.room.construction.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating projects in bulk.