Uses of Interface
org.osid.profile.batch.ProfileBatchFormList
Packages that use ProfileBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.profile.batch
service.
-
Uses of ProfileBatchFormList in org.osid.profile.batch
Methods in org.osid.profile.batch that return ProfileBatchFormListModifier and TypeMethodDescriptionProfileBatchAdminSession.getProfileFormsForCreate(long number, Type[] profileRecordTypes) Gets the profile forms for creating a bunch of new profiles.ProfileBatchAdminSession.getProfileFormsForUpdate(IdList profileIds) Gets the profile forms for updating an existing set of profiles.Methods in org.osid.profile.batch with parameters of type ProfileBatchFormListModifier and TypeMethodDescriptionProfileBatchAdminSession.createProfiles(ProfileBatchFormList profileForms) Creates a new set ofProfiles.ProfileBatchAdminSession.updateProfiles(ProfileBatchFormList profileForms) Updates existing profiles.