Uses of Interface
org.osid.assessment.batch.BankBatchFormList
Packages that use BankBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment.batch
service.
-
Uses of BankBatchFormList in org.osid.assessment.batch
Methods in org.osid.assessment.batch that return BankBatchFormListModifier and TypeMethodDescriptionBankBatchAdminSession.getBankFormsForCreate(long number, Type[] bankRecordTypes) Gets the bank forms for creating a bunch of new banks.BankBatchAdminSession.getBankFormsForUpdate(IdList bankIds) Gets the bank forms for updating an existing set of banks.Methods in org.osid.assessment.batch with parameters of type BankBatchFormListModifier and TypeMethodDescriptionBankBatchAdminSession.createBanks(BankBatchFormList bankForms) Creates a new set ofBanks.BankBatchAdminSession.updateBanks(BankBatchFormList bankForms) Updates existing banks.