Interface | osid.assessment.BankReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The bank receiver is the consumer supplied interface for receiving notifications pertaining to new, updated, or deleted Bank objects. | ||
Method | newBanks | ||
Description |
The callback for notifications of new banks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bankIds | the Ids of the Banks | |
Compliance | mandatory | This method must be implemented. | |
Method | changedBanks | ||
Description |
The callback for notification of updated banks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bankIds | the Ids of the Banks | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedBanks | ||
Description |
The callback for notification of deleted banks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bankIds | the Ids of the Banks | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfBanks | ||
Description |
The callback for notifications of changes to children of bank hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bankIds | the Ids of the Banks whose children have
changed | |
Compliance | mandatory | This method must be implemented. |