OSID Logo
OSID Specifications
tracking package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListfrontOfficeIds the Ids of the new FrontOffices
Compliancemandatory This method must be implemented.
MethodchangedFrontOffices
Description

The callback for notification of updated front office.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfrontOfficeIds the Ids of the updated FrontOffices
Compliancemandatory This method must be implemented.
MethoddeletedFrontOffices
Description

The callback for notification of deleted frontOffices.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfrontOfficeIds the Ids of the deleted FrontOffices
Compliancemandatory This method must be implemented.
MethodchangedChildOfFrontOffices
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbankIds the Ids of the FrontOffices whose children have changed
Compliancemandatory This method must be implemented.