Interface | osid.billing.BusinessReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The business receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Business objects. | ||
Method | newBusinesses | ||
Description |
The callback for notifications of new businesses. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | businessIds | the Id of the new Businesses | |
Compliance | mandatory | This method must be implemented. | |
Method | changedBusinesses | ||
Description |
The callback for notification of updated businesses. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | businessIds | the Id of the updated Businesses | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedBusinesses | ||
Description |
The callback for notification of deleted businesses. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | businessIds | the Id of the deleted Businesses | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfBusinesses | ||
Description |
The callback for notifications of changes to children of business hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | businessIds | the Ids of the Businesses whose children have
changed | |
Compliance | mandatory | This method must be implemented. |