Uses of Interface
org.osid.profile.batch.ProfileEntryBatchFormList
Packages that use ProfileEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.profile.batch
service.
-
Uses of ProfileEntryBatchFormList in org.osid.profile.batch
Methods in org.osid.profile.batch that return ProfileEntryBatchFormListModifier and TypeMethodDescriptionProfileEntryBatchAdminSession.getProfileEntryFormsForCreateForAgents(ProfileEntryAgentPeerList peers, Type[] profileEntryRecordTypes) Gets the profile entry forms for creating a bunch of new profile entries.ProfileEntryBatchAdminSession.getProfileEntryFormsForCreateForResources(ProfileEntryResourcePeerList peers, Type[] profileEntryRecordTypes) Gets the profile entry forms for creating a bunch of new profile entries.ProfileEntryBatchAdminSession.getProfileEntryFormsForUpdate(IdList profileEntryIds) Gets the profile entry forms for updating an existing set of profile entries.Methods in org.osid.profile.batch with parameters of type ProfileEntryBatchFormListModifier and TypeMethodDescriptionProfileEntryBatchAdminSession.createProfileEntries(ProfileEntryBatchFormList profileEntryForms) Creates a new set ofProfileEntries.ProfileEntryBatchAdminSession.updateProfileEntries(ProfileEntryBatchFormList profileEntryForms) Updates existing profile entries.