Uses of Interface
org.osid.personnel.PersonForm
Packages that use PersonForm
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of PersonForm in org.osid.personnel
Methods in org.osid.personnel that return PersonFormModifier and TypeMethodDescriptionPersonAdminSession.getPersonFormForCreate(Type[] personRecordTypes) Gets the person form for creating new persons.PersonAdminSession.getPersonFormForUpdate(Id personId) Gets the person form for updating an existing person.Methods in org.osid.personnel with parameters of type PersonFormModifier and TypeMethodDescriptionPersonAdminSession.createPerson(PersonForm personForm) Creates a newPerson.voidPersonAdminSession.updatePerson(PersonForm personForm) Updates an existing person. -
Uses of PersonForm in org.osid.personnel.batch
Subinterfaces of PersonForm in org.osid.personnel.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating persons in bulk.