Uses of Interface
org.osid.profile.batch.ProfileItemBatchFormList
Packages that use ProfileItemBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.profile.batch
service.
-
Uses of ProfileItemBatchFormList in org.osid.profile.batch
Methods in org.osid.profile.batch that return ProfileItemBatchFormListModifier and TypeMethodDescriptionProfileItemBatchAdminSession.getProfileItemFormsForCreate(long number, Type[] profileItemRecordTypes) Gets the profile item forms for creating a bunch of new profile items.ProfileItemBatchAdminSession.getProfileItemFormsForUpdate(IdList profileItemIds) Gets the profile item forms for updating an existing set of profile items.Methods in org.osid.profile.batch with parameters of type ProfileItemBatchFormListModifier and TypeMethodDescriptionProfileItemBatchAdminSession.createProfileItems(ProfileItemBatchFormList profileItemForms) Creates a new set ofProfileItems.ProfileItemBatchAdminSession.updateProfileItems(ProfileItemBatchFormList profileItemForms) Updates existing profile items.