Interface FrontOfficeReceiver
- All Superinterfaces:
OsidReceiver
The front office receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
FrontOffice objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfFrontOffices(Id notificationId, IdList bankIds) The callback for notifications of changes to children of front office hierarchy nodes.voidchangedFrontOffices(Id notificationId, IdList frontOfficeIds) The callback for notification of updated front office.voiddeletedFrontOffices(Id notificationId, IdList frontOfficeIds) The callback for notification of deleted frontOffices.voidnewFrontOffices(Id notificationId, IdList frontOfficeIds) The callback for notifications of new frontOffices.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newFrontOffices
-
changedFrontOffices
-
deletedFrontOffices
-
changedChildOfFrontOffices
The callback for notifications of changes to children of front office hierarchy nodes.- Parameters:
notificationId- the notification IdbankIds- theIdsof theFrontOfficeswhose children have changed- Compliance:
mandatory- This method must be implemented.
-