OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Interfaceosid.tracking.FrontOfficeReceiver
Implementsosid.OsidReceiver
Description

The front office receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted FrontOffice objects.

MethodnewFrontOffices
Description

The callback for notifications of new frontOffices.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfrontOfficeIdsthe Ids of the new FrontOffices
CompliancemandatoryThis method must be implemented.
MethodchangedFrontOffices
Description

The callback for notification of updated front office.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfrontOfficeIdsthe Ids of the updated FrontOffices
CompliancemandatoryThis method must be implemented.
MethoddeletedFrontOffices
Description

The callback for notification of deleted frontOffices.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfrontOfficeIdsthe Ids of the deleted FrontOffices
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfFrontOffices
Description

The callback for notifications of changes to children of front office hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbankIdsthe Ids of the FrontOffices whose children have changed
CompliancemandatoryThis method must be implemented.