Uses of Interface
org.osid.personnel.batch.PersonBatchFormList
Packages that use PersonBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of PersonBatchFormList in org.osid.personnel.batch
Methods in org.osid.personnel.batch that return PersonBatchFormListModifier and TypeMethodDescriptionPersonBatchAdminSession.getPersonFormsForCreate(long number, Type[] personRecordTypes) Gets the person forms for creating a bunch of new persons.PersonBatchAdminSession.getPersonFormsForUpdate(IdList personIds) Gets the person forms for updating an existing set of persons.Methods in org.osid.personnel.batch with parameters of type PersonBatchFormListModifier and TypeMethodDescriptionPersonBatchAdminSession.createPersons(PersonBatchFormList personForms) Creates a new set ofPersons.PersonBatchAdminSession.updatePersons(PersonBatchFormList personForms) Updates existing persons.