| Interface | osid.financials.budgeting.BudgetEntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The budget entry receiver is the consumer supplied 
                interface for receiving notifications pertaining to new, 
                updated or deleted  | ||
| Method | newBudgetEntries | ||
| Description | The callback for notifications of new budget entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | budgetEntryIds | the  Ids of the new BudgetEntries  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBudgetEntries | ||
| Description | The callback for notification of updated budget entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | budgetEntryIds | the  Ids of the updated BudgetEntries  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBudgetEntries | ||
| Description | the callback for notification of deleted budget entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | budgetEntryIds | the  Ids of the deleted BudgetEntries  | |
| Compliance | mandatory | This method must be implemented. | |