OSID Logo
OSID Specifications
billing package
Version 3.0.0
Interfaceosid.billing.BusinessForm
Implementsosid.OsidCatalogForm
Implemented Byosid.billing.batch.BusinessBatchForm
Used Byosid.billing.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.TypebusinessRecordTypea business record type
Returnosid.billing.records.BusinessFormRecordthe business form record
ErrorsNULL_ARGUMENTbusinessRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(businessRecordType) is false
CompliancemandatoryThis method must be implemented.