| Package | Description |
|---|---|
| org.osid.room.construction |
The Open Service Interface Definitions for the org.osid.room.construction
service.
|
| org.osid.room.construction.batch |
The Open Service Interface Definitions for the org.osid.room.construction.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectForm |
ProjectAdminSession.getProjectFormForCreate(Id buildingId,
Type[] projectRecordTypes)
Gets the project form for creating new projects.
|
ProjectForm |
ProjectAdminSession.getProjectFormForUpdate(Id projectId)
Gets the project form for updating an existing project.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectAdminSession.createProject(ProjectForm projectForm)
Creates a new
Project. |
void |
ProjectAdminSession.updateProject(ProjectForm projectForm)
Updates an existing project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectBatchForm
This is the form for creating and updating projects in bulk.
|