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

The callback for notification of updated budget entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbudgetEntryIds the Ids of the updated BudgetEntries
Compliancemandatory This method must be implemented.
MethoddeletedBudgetEntries
Description

the callback for notification of deleted budget entries.

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