Interface | osid.contact.AddressBookReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The address book receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
Method | newAddressBooks | ||
Description |
The callback for notifications of new address books. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | addressBookIds | the Ids of the new AddressBooks | |
Compliance | mandatory | This method must be implemented. | |
Method | changedAddressBooks | ||
Description |
The callback for notification of updated address books. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | addressBookIds | the Ids of the updated AddressBooks | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAddressBooks | ||
Description |
the callback for notification of deleted address books. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | addressBookIds | the Ids of the registered AddressBooks | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfAddressBooks | ||
Description |
The callback for notifications of changes to children of address books hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | addressBookIds | the Ids of the Billings whose children have
changed | |
Compliance | mandatory | This method must be implemented. |