OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.AccountReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAccounts
Description

The callback for notifications of new accounts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListaccountIds the Ids of the new Accounts
Compliancemandatory This method must be implemented.
MethodchangedAccounts
Description

The callback for notification of updated accounts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListaccountIds the Ids of the updated Accounts
Compliancemandatory This method must be implemented.
MethoddeletedAccounts
Description

the callback for notification of deleted accounts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListaccountIds the Ids of the deleted Accounts
Compliancemandatory This method must be implemented.
MethodchangedChildOfAccounts
Description

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

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