Uses of Interface
org.osid.offering.batch.ParticipantBatchFormList
Packages that use ParticipantBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.offering.batch
service.
-
Uses of ParticipantBatchFormList in org.osid.offering.batch
Methods in org.osid.offering.batch that return ParticipantBatchFormListModifier and TypeMethodDescriptionParticipantBatchAdminSession.getParticipantFormsForCreate(ParticipantPeerList peers, Type[] participantRecordTypes) Gets the participant forms for creating a bunch of new participants.ParticipantBatchAdminSession.getParticipantFormsForUpdate(IdList participantIds) Gets the participant forms for updating an existing set of participants.Methods in org.osid.offering.batch with parameters of type ParticipantBatchFormListModifier and TypeMethodDescriptionParticipantBatchAdminSession.createParticipants(ParticipantBatchFormList participantForms) Creates a new set ofParticipants.ParticipantBatchAdminSession.updateParticipants(ParticipantBatchFormList participantForms) Updates existing participants.