Uses of Interface
org.osid.assessment.BankForm
Packages that use BankForm
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
The Open Service Interface Definitions for the org.osid.assessment.batch
service.
-
Uses of BankForm in org.osid.assessment
Methods in org.osid.assessment that return BankFormModifier and TypeMethodDescriptionBankAdminSession.getBankFormForCreate(Type[] bankRecordTypes) Gets the bank form for creating new banks.BankAdminSession.getBankFormForUpdate(Id bankId) Gets the bank form for updating an existing bank.Methods in org.osid.assessment with parameters of type BankFormModifier and TypeMethodDescriptionBankAdminSession.createBank(BankForm bankForm) Creates a newBank.voidBankAdminSession.updateBank(BankForm bankForm) Updates an existing bank. -
Uses of BankForm in org.osid.assessment.batch
Subinterfaces of BankForm in org.osid.assessment.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating banks in bulk.