Uses of Interface
org.osid.personnel.batch.RealmBatchFormList
Packages that use RealmBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of RealmBatchFormList in org.osid.personnel.batch
Methods in org.osid.personnel.batch that return RealmBatchFormListModifier and TypeMethodDescriptionRealmBatchAdminSession.getRealmFormsForCreate(long number, Type[] realmRecordTypes) Gets the realm forms for creating a bunch of new realms.RealmBatchAdminSession.getRealmFormsForUpdate(IdList realmIds) Gets the realm forms for updating an existing set of realms.Methods in org.osid.personnel.batch with parameters of type RealmBatchFormListModifier and TypeMethodDescriptionRealmBatchAdminSession.createRealms(RealmBatchFormList realmForms) Creates a new set ofRealms.RealmBatchAdminSession.updateRealms(RealmBatchFormList realmForms) Updates existing realms.