Uses of Interface
org.osid.learning.batch.ObjectiveBankBatchFormList
Packages that use ObjectiveBankBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.learning.batch
service.
-
Uses of ObjectiveBankBatchFormList in org.osid.learning.batch
Methods in org.osid.learning.batch that return ObjectiveBankBatchFormListModifier and TypeMethodDescriptionObjectiveBankBatchAdminSession.getObjectiveBankFormsForCreate(long number, Type[] objectiveBankRecordTypes) Gets the objective bank forms for creating a bunch of new objective banks.ObjectiveBankBatchAdminSession.getObjectiveBankFormsForUpdate(IdList objectiveBankIds) Gets the objective bank forms for updating an existing set of objective banks.Methods in org.osid.learning.batch with parameters of type ObjectiveBankBatchFormListModifier and TypeMethodDescriptionObjectiveBankBatchAdminSession.createObjectiveBanks(ObjectiveBankBatchFormList objectiveBankForms) Creates a new set ofObjectiveBanks.ObjectiveBankBatchAdminSession.updateObjectiveBanks(ObjectiveBankBatchFormList objectiveBankForms) Updates existing objective banks.