Uses of Interface
org.osid.contact.batch.ContactBatchFormList
Packages that use ContactBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.contact.batch
service.
-
Uses of ContactBatchFormList in org.osid.contact.batch
Methods in org.osid.contact.batch that return ContactBatchFormListModifier and TypeMethodDescriptionContactBatchAdminSession.getContactFormsForCreate(ContactPeerList peers, Type[] contactRecordTypes) Gets the contact forms for creating a bunch of new contacts.ContactBatchAdminSession.getContactFormsForUpdate(IdList contactIds) Gets the contact forms for updating an existing set of contacts.Methods in org.osid.contact.batch with parameters of type ContactBatchFormListModifier and TypeMethodDescriptionContactBatchAdminSession.createContacts(ContactBatchFormList contactForms) Creates a new set ofContacts.ContactBatchAdminSession.updateContacts(ContactBatchFormList contactForms) Updates existing contacts.