Uses of Interface
org.osid.subscription.batch.DispatchBatchFormList
Packages that use DispatchBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.subscription.batch
service.
-
Uses of DispatchBatchFormList in org.osid.subscription.batch
Methods in org.osid.subscription.batch that return DispatchBatchFormListModifier and TypeMethodDescriptionDispatchBatchAdminSession.getDispatchFormsForCreate(long number, Type[] dispatchRecordTypes) Gets the dispatch forms for creating a bunch of new dispatches.DispatchBatchAdminSession.getDispatchFormsForUpdate(IdList dispatchIds) Gets the dispatch forms for updating an existing set of dispatches.Methods in org.osid.subscription.batch with parameters of type DispatchBatchFormListModifier and TypeMethodDescriptionDispatchBatchAdminSession.createDispatches(DispatchBatchFormList dispatchForms) Creates a new set ofDispatches.DispatchBatchAdminSession.updateDispatches(DispatchBatchFormList dispatchForms) Updates existing dispatches.