OSID Logo
OSID Specifications
financials budgeting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.budgeting.Budget
Implementsosid.OsidRelationship
Description

A Budget.

MethodgetActivityId
Description

Gets the actvity Id.

Returnosid.id.Idthe activity Id
CompliancemandatoryThis method must be implemented.
MethodgetActivity
Description

Gets the activity.

Returnosid.financials.Activitythe activity
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.
MethodgetFiscalPeriodId
Description

Gets the Id of the FiscalPeriod.

Returnosid.id.Idthe FiscalPeriod Id
CompliancemandatoryThis method must be implemented.
MethodgetFiscalPeriod
Description

Gets the FiscalPeriod.

Returnosid.financials.FiscalPeriodthe fiscal period
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.
MethodgetBudgetRecord
Description

Gets the budget record corresponding to the given Budget record Type. This method is used to retrieve an object implementing the requested record. The budgetRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(budgetRecordType) is true .

Parametersosid.type.TypebudgetRecordTypethe type of budget record to retrieve
Returnosid.financials.budgeting.records.BudgetRecordthe budget record
ErrorsNULL_ARGUMENT budgetRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(budgetRecordType) is false
CompliancemandatoryThis method must be implemented.