OSID Logo
OSID Specifications
financials budgeting package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListbudgetIds the Ids of the new Budgets
Compliancemandatory This method must be implemented.
MethodchangedBudgets
Description

The callback for notification of updated budgets.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbudgetIds the Ids of the updated Budgets
Compliancemandatory This method must be implemented.
MethoddeletedBudgets
Description

The callback for notification of deleted budgets.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbudgetIds the Ids of the deleted Budgets
Compliancemandatory This method must be implemented.