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

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

MethodnewBudgetEntries
Description

The callback for notifications of new budget entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbudgetEntryIdsthe Ids of the new BudgetEntries
CompliancemandatoryThis method must be implemented.
MethodchangedBudgetEntries
Description

The callback for notification of updated budget entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbudgetEntryIdsthe Ids of the updated BudgetEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedBudgetEntries
Description

the callback for notification of deleted budget entries.

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