Uses of Interface
org.osid.recognition.batch.ConvocationBatchFormList
Packages that use ConvocationBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recognition.batch
service.
-
Uses of ConvocationBatchFormList in org.osid.recognition.batch
Methods in org.osid.recognition.batch that return ConvocationBatchFormListModifier and TypeMethodDescriptionConvocationBatchAdminSession.getConvocationFormsForCreate(long number, Type[] convocationRecordTypes) Gets the convocation forms for creating a bunch of new convocations.ConvocationBatchAdminSession.getConvocationFormsForUpdate(IdList convocationIds) Gets the convocation forms for updating an existing set of convocations.Methods in org.osid.recognition.batch with parameters of type ConvocationBatchFormListModifier and TypeMethodDescriptionConvocationBatchAdminSession.createConvocations(ConvocationBatchFormList convocationForms) Creates a new set ofConvocations.ConvocationBatchAdminSession.updateConvocations(ConvocationBatchFormList convocationForms) Updates existing convocations.