Uses of Interface
org.osid.personnel.batch.PositionBatchFormList
Packages that use PositionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of PositionBatchFormList in org.osid.personnel.batch
Methods in org.osid.personnel.batch that return PositionBatchFormListModifier and TypeMethodDescriptionPositionBatchAdminSession.getPositionFormsForCreate(IdList organizationIds, Type[] positionRecordTypes) Gets the position forms for creating a bunch of new positions.PositionBatchAdminSession.getPositionFormsForUpdate(IdList positionIds) Gets the position forms for updating an existing set of positions.Methods in org.osid.personnel.batch with parameters of type PositionBatchFormListModifier and TypeMethodDescriptionPositionBatchAdminSession.createPositions(PositionBatchFormList positionForms) Creates a new set ofPositions.PositionBatchAdminSession.updatePositions(PositionBatchFormList positionForms) Updates existing positions.