| Interface | osid.tracking.FrontOfficeReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The front office receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newFrontOffices | ||
| Description |
The callback for notifications of new frontOffices. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | frontOfficeIds | the Ids of the new FrontOffices | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedFrontOffices | ||
| Description |
The callback for notification of updated front office. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | frontOfficeIds | the Ids of the updated FrontOffices | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedFrontOffices | ||
| Description |
The callback for notification of deleted frontOffices. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | frontOfficeIds | the Ids of the deleted FrontOffices | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfFrontOffices | ||
| Description |
The callback for notifications of changes to children of front office hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bankIds | the Ids of the FrontOffices whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |