Uses of Interface
org.osid.provisioning.batch.DistributorBatchFormList
Packages that use DistributorBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
-
Uses of DistributorBatchFormList in org.osid.provisioning.batch
Methods in org.osid.provisioning.batch that return DistributorBatchFormListModifier and TypeMethodDescriptionDistributorBatchAdminSession.getDistributorFormsForCreate(long number, Type[] distributorRecordTypes) Gets the distributor forms for creating a bunch of new distributors.DistributorBatchAdminSession.getDistributorFormsForUpdate(IdList distributorIds) Gets the distributor forms for updating an existing set of distributors.Methods in org.osid.provisioning.batch with parameters of type DistributorBatchFormListModifier and TypeMethodDescriptionDistributorBatchAdminSession.createDistributors(DistributorBatchFormList distributorForms) Creates a new set ofDistributors.DistributorBatchAdminSession.updateDistributors(DistributorBatchFormList distributorForms) Updates existing distributors.