OSID Logo
OSID Specifications
billing package
Version 3.1.0
Interfaceosid.billing.CategoryForm
Implementsosid.OsidObjectForm
Implemented Byosid.billing.batch.CategoryBatchForm
Used Byosid.billing.CategoryAdminSession
Description

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

MethodgetCategoryFormRecord
Description

Gets the CategoryFormRecord corresponding to the given category record Type.

Parametersosid.type.TypecategoryRecordType a category record type
Returnosid.billing.records.CategoryFormRecord the category form record
ErrorsNULL_ARGUMENT categoryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(categoryRecordType) is false
Compliancemandatory This method must be implemented.