OSID Logo
OSID Specifications
billing package
Version 3.1.0
Interfaceosid.billing.BusinessReceiver
Implementsosid.OsidReceiver
Description

The business receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Business objects.

MethodnewBusinesses
Description

The callback for notifications of new businesses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbusinessIds the Id of the new Businesses
Compliancemandatory This method must be implemented.
MethodchangedBusinesses
Description

The callback for notification of updated businesses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbusinessIds the Id of the updated Businesses
Compliancemandatory This method must be implemented.
MethoddeletedBusinesses
Description

The callback for notification of deleted businesses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbusinessIds the Id of the deleted Businesses
Compliancemandatory This method must be implemented.
MethodchangedChildOfBusinesses
Description

The callback for notifications of changes to children of business hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbusinessIds the Ids of the Businesses whose children have changed
Compliancemandatory This method must be implemented.