Package | Description |
---|---|
org.osid.personnel.batch |
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
|
Modifier and Type | Method and Description |
---|---|
OrganizationBatchFormList |
OrganizationBatchAdminSession.getOrganizationFormsForCreate(long number,
Type[] organizationRecordTypes)
Gets the organization forms for creating a bunch of new organizations.
|
OrganizationBatchFormList |
OrganizationBatchAdminSession.getOrganizationFormsForUpdate(IdList organizationIds)
Gets the organization forms for updating an existing set of
organizations.
|
Modifier and Type | Method and Description |
---|---|
CreateResponseList |
OrganizationBatchAdminSession.createOrganizations(OrganizationBatchFormList organizationForms)
Creates a new set of
Organizations. |
UpdateResponseList |
OrganizationBatchAdminSession.updateOrganizations(OrganizationBatchFormList organizationForms)
Updates existing organizations.
|