| Interface | osid.personnel.AppointmentReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The appointment receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted appointments. | ||
| Method | newAppointments | ||
| Description |
The callback for notifications of new appointments. | ||
| Parameters | osid.id.IdList | appointmentIds | the Ids of the new appointments |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAppointments | ||
| Description |
The callback for notifications of updated appointments. | ||
| Parameters | osid.id.IdList | appointmentIds | the Ids of the updated appointments |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAppointments | ||
| Description |
the callback for notification of deleted appointments. | ||
| Parameters | osid.id.IdList | appointmentIds | the Ids of the deleted appointments |
| Compliance | mandatory | This method must be implemented. | |