OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.BusinessForm
Implementsosid.OsidCatalogForm
Implemented Byosid.financials.batch.BusinessBatchForm
osid.financials.posting.batch.PostBatchForm
osid.financials.posting.batch.PostEntryBatchForm
osid.financials.budgeting.batch.BudgetBatchForm
osid.financials.budgeting.batch.BudgetEntryBatchForm
Used Byosid.financials.BusinessAdminSession
Description

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

MethodgetBusinessFormRecord
Description

Gets the BusinessFormRecord corresponding to the given business record Type.

Parametersosid.type.TypebusinessRecordType a business record type
Returnosid.financials.records.BusinessFormRecord the business form record
ErrorsNULL_ARGUMENT businessRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(businessRecordType) is false
Compliancemandatory This method must be implemented.