Uses of Interface
org.osid.room.construction.batch.ProjectBatchFormList
Packages that use ProjectBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.room.construction.batch
service.
-
Uses of ProjectBatchFormList in org.osid.room.construction.batch
Methods in org.osid.room.construction.batch that return ProjectBatchFormListModifier and TypeMethodDescriptionProjectBatchAdminSession.getProjectFormsForCreate(IdList buildingIds, Type[] projectRecordTypes) Gets the project forms for creating a bunch of new projects.ProjectBatchAdminSession.getProjectFormsForUpdate(IdList projectIds) Gets the project forms for updating an existing set of projects.Methods in org.osid.room.construction.batch with parameters of type ProjectBatchFormListModifier and TypeMethodDescriptionProjectBatchAdminSession.createProjects(ProjectBatchFormList projectForms) Creates a new set ofProjects.ProjectBatchAdminSession.updateProjects(ProjectBatchFormList projectForms) Updates existing projects.