| 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.IdList | frontOfficeIds | the Ids of the new FrontOffices |
| Compliance | mandatory | This method must be implemented. | |
| Method | newAncestorFrontOffice | ||
| Description |
The callback for notifications of new front office ancestors. | ||
| Parameters | osid.id.Id | frontOfficeId | the Id of the FrontOffice |
osid.id.Id | ancestorId | the Id of the new FrontOffice ancestor | |
| Compliance | mandatory | This method must be implemented. | |
| Method | newDescendantFrontOffice | ||
| Description |
The callback for notifications of new front office descendants. | ||
| Parameters | osid.id.Id | frontOfficeId | the Id of the FrontOffice |
osid.id.Id | descendantId | the Id of the new FrontOffice descendant | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedFrontOffices | ||
| Description |
The callback for notification of updated front office. | ||
| Parameters | 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.IdList | frontOfficeIds | the Ids of the deleted FrontOffices |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAncestorFrontOffice | ||
| Description |
The callback for notifications of deleted front office ancestors. | ||
| Parameters | osid.id.Id | frontOfficeId | the Id of the FrontOffice |
osid.id.Id | ancestorId | the Id of the removed FrontOffice ancestor | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDescendantFrontOffice | ||
| Description |
The callback for notifications of deleted front office descendants. | ||
| Parameters | osid.id.Id | frontOfficeId | the Id of the FrontOffice |
osid.id.Id | descendantId | the Id of the removed FrontOffice descendant | |
| Compliance | mandatory | This method must be implemented. | |
| Method | restructuredFrontOfficeHierarchy | ||
| Description |
The callback for notifications of changes to a front office hierarchy where the hierarchy needs to refreshed. | ||
| Compliance | mandatory | This method must be implemented. | |