Uses of Interface
org.osid.recognition.batch.AcademyBatchFormList
Packages that use AcademyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recognition.batch
service.
-
Uses of AcademyBatchFormList in org.osid.recognition.batch
Methods in org.osid.recognition.batch that return AcademyBatchFormListModifier and TypeMethodDescriptionAcademyBatchAdminSession.getAcademyFormsForCreate(long number, Type[] academyRecordTypes) Gets the academy forms for creating a bunch of new academy.AcademyBatchAdminSession.getAcademyFormsForUpdate(IdList academyIds) Gets the academy forms for updating an existing set of academies.Methods in org.osid.recognition.batch with parameters of type AcademyBatchFormListModifier and TypeMethodDescriptionAcademyBatchAdminSession.createAcademies(AcademyBatchFormList academyForms) Creates a new set ofAcademies.AcademyBatchAdminSession.updateAcademies(AcademyBatchFormList academyForms) Updates existing academies.