Uses of Interface
org.osid.contact.batch.AddressBatchFormList
Packages that use AddressBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.contact.batch
service.
-
Uses of AddressBatchFormList in org.osid.contact.batch
Methods in org.osid.contact.batch that return AddressBatchFormListModifier and TypeMethodDescriptionAddressBatchAdminSession.getAddressFormsForCreate(long number, Type[] addressRecordTypes) Gets the address forms for creating a bunch of new addresses.AddressBatchAdminSession.getAddressFormsForUpdate(IdList addressIds) Gets the address forms for updating an existing set of addresses.Methods in org.osid.contact.batch with parameters of type AddressBatchFormListModifier and TypeMethodDescriptionAddressBatchAdminSession.createAddresses(AddressBatchFormList addressForms) Creates a new set ofAddresses.AddressBatchAdminSession.updateAddresses(AddressBatchFormList addressForms) Updates existing addresses.