OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Interfaceosid.assessment.BankForm
Implementsosid.OsidCatalogForm
Implemented Byosid.assessment.batch.BankBatchForm
Used Byosid.assessment.BankAdminSession
Description

This is the form for creating and updating banks. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the BankAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetBankFormRecord
Description

Gets the BankFormRecord corresponding to the given bank record Type .

Parametersosid.type.TypebankRecordTypea bank record type
Returnosid.assessment.records.BankFormRecordthe bank record
ErrorsNULL_ARGUMENTbankRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(bankRecordType) is false
CompliancemandatoryThis method must be implemented.