OSID Logo
OSID Specifications
assessment package
Version 3.1.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.TypebankRecordType a bank record type
Returnosid.assessment.records.BankFormRecord the bank record
ErrorsNULL_ARGUMENT bankRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bankRecordType) is false
Compliancemandatory This method must be implemented.