OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.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.IdListbusinessIdsthe Ids of the new Businesses
CompliancemandatoryThis method must be implemented.
MethodnewAncestorBusiness
Description

The callback for notifications of new business ancestors.

Parametersosid.id.IdbusinessIdthe Id of the Business
osid.id.IdancestorIdthe Id of the new Business ancestor
CompliancemandatoryThis method must be implemented.
MethodnewDescendantBusiness
Description

The callback for notifications of new business descendants.

Parametersosid.id.IdbusinessIdthe Id of the Business
osid.id.IddescendantIdthe Id of the new Business descendant
CompliancemandatoryThis method must be implemented.
MethodchangedBusinesses
Description

The callback for notification of updated businesses.

Parametersosid.id.IdListbusinessIdsthe Ids of the updated Businesses
CompliancemandatoryThis method must be implemented.
MethoddeletedBusinesses
Description

The callback for notification of deleted businesses.

Parametersosid.id.IdListbusinessIdsthe Ids of the deleted Businesses
CompliancemandatoryThis method must be implemented.
MethoddeletedAncestorBusiness
Description

The callback for notifications of deleted business ancestors.

Parametersosid.id.IdbusinessIdthe Id of the Business
osid.id.IdancestorIdthe Id of the removed Business ancestor
CompliancemandatoryThis method must be implemented.
MethoddeletedDescendantBusiness
Description

The callback for notifications of deleted business descendants.

Parametersosid.id.IdbusinessIdthe Id of the Business
osid.id.IddescendantIdthe Id of the removed Business descendant
CompliancemandatoryThis method must be implemented.
MethodrestructuredBusinessHierarchy
Description

The callback for notifications of changes to a business hierarchy where the hierarchy needs to refreshed.

CompliancemandatoryThis method must be implemented.