Uses of Interface
org.osid.personnel.batch.OrganizationBatchFormList
Packages that use OrganizationBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of OrganizationBatchFormList in org.osid.personnel.batch
Methods in org.osid.personnel.batch that return OrganizationBatchFormListModifier and TypeMethodDescriptionOrganizationBatchAdminSession.getOrganizationFormsForCreate(long number, Type[] organizationRecordTypes) Gets the organization forms for creating a bunch of new organizations.OrganizationBatchAdminSession.getOrganizationFormsForUpdate(IdList organizationIds) Gets the organization forms for updating an existing set of organizations.Methods in org.osid.personnel.batch with parameters of type OrganizationBatchFormListModifier and TypeMethodDescriptionOrganizationBatchAdminSession.createOrganizations(OrganizationBatchFormList organizationForms) Creates a new set ofOrganizations.OrganizationBatchAdminSession.updateOrganizations(OrganizationBatchFormList organizationForms) Updates existing organizations.