Interface | osid.financials.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.IdList | businessIds | the Ids of the new Businesses |
Compliance | mandatory | This method must be implemented. | |
Method | newAncestorBusiness | ||
Description |
The callback for notifications of new business ancestors. | ||
Parameters | osid.id.Id | businessId | the Id of the Business |
osid.id.Id | ancestorId | the Id of the new Business ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | newDescendantBusiness | ||
Description |
The callback for notifications of new business descendants. | ||
Parameters | osid.id.Id | businessId | the Id of the Business |
osid.id.Id | descendantId | the Id of the new Business descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | changedBusinesses | ||
Description |
The callback for notification of updated businesses. | ||
Parameters | osid.id.IdList | businessIds | the Ids of the updated Businesses |
Compliance | mandatory | This method must be implemented. | |
Method | deletedBusinesses | ||
Description |
The callback for notification of deleted businesses. | ||
Parameters | osid.id.IdList | businessIds | the Ids of the deleted Businesses |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAncestorBusiness | ||
Description |
The callback for notifications of deleted business ancestors. | ||
Parameters | osid.id.Id | businessId | the Id of the Business |
osid.id.Id | ancestorId | the Id of the removed Business ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDescendantBusiness | ||
Description |
The callback for notifications of deleted business descendants. | ||
Parameters | osid.id.Id | businessId | the Id of the Business |
osid.id.Id | descendantId | the Id of the removed Business descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | restructuredBusinessHierarchy | ||
Description |
The callback for notifications of changes to a business hierarchy where the hierarchy needs to refreshed. | ||
Compliance | mandatory | This method must be implemented. |