Uses of Interface
org.osid.offering.batch.ResultBatchFormList
Packages that use ResultBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.offering.batch
service.
-
Uses of ResultBatchFormList in org.osid.offering.batch
Methods in org.osid.offering.batch that return ResultBatchFormListModifier and TypeMethodDescriptionResultBatchAdminSession.getResultFormsForCreate(IdList participantIds, Type[] resultRecordTypes) Gets the result forms for creating a bunch of new results.ResultBatchAdminSession.getResultFormsForUpdate(IdList resultIds) Gets the result forms for updating an existing set of results.Methods in org.osid.offering.batch with parameters of type ResultBatchFormListModifier and TypeMethodDescriptionResultBatchAdminSession.createResults(ResultBatchFormList resultForms) Creates a new set ofResults.ResultBatchAdminSession.updateResults(ResultBatchFormList resultForms) Updates existing results.