OSID Logo
OSID Specifications
financials budgeting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.budgeting.BudgetReceiver
Implementsosid.OsidReceiver
Description

The budget receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted budget objects.

MethodnewBudgets
Description

The callback for notifications of new budgets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbudgetIdsthe Ids of the new Budgets
CompliancemandatoryThis method must be implemented.
MethodchangedBudgets
Description

The callback for notification of updated budgets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbudgetIdsthe Ids of the updated Budgets
CompliancemandatoryThis method must be implemented.
MethoddeletedBudgets
Description

The callback for notification of deleted budgets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbudgetIdsthe Ids of the deleted Budgets
CompliancemandatoryThis method must be implemented.