Uses of Interface
org.osid.course.syllabus.batch.ModuleBatchFormList
Packages that use ModuleBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.syllabus.batch
service.
-
Uses of ModuleBatchFormList in org.osid.course.syllabus.batch
Methods in org.osid.course.syllabus.batch that return ModuleBatchFormListModifier and TypeMethodDescriptionModuleBatchAdminSession.getModuleFormsForCreate(IdList syllabusIds, Type[] moduleRecordTypes) Gets the module forms for creating a bunch of new modules.ModuleBatchAdminSession.getModuleFormsForUpdate(IdList moduleIds) Gets the module forms for updating an existing set of modules.Methods in org.osid.course.syllabus.batch with parameters of type ModuleBatchFormListModifier and TypeMethodDescriptionModuleBatchAdminSession.createModules(ModuleBatchFormList moduleForms) Creates a new set ofModules.ModuleBatchAdminSession.updateModules(ModuleBatchFormList moduleForms) Updates existing modules.