| Interface | osid.financials.AccountReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The account receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newAccounts | ||
| Description |
The callback for notifications of new accounts. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | accountIds | the Ids of the new Accounts | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAccounts | ||
| Description |
The callback for notification of updated accounts. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | accountIds | the Ids of the updated Accounts | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAccounts | ||
| Description |
the callback for notification of deleted accounts. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | accountIds | the Ids of the deleted Accounts | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfAccounts | ||
| Description |
The callback for notifications of changes to children of account hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | accountIds | the Ids of the Accounts whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |