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

The post entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted PostEntry objects.

MethodnewPostEntries
Description

The callback for notifications of new post entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpostEntryIds the Ids of the new PostEntries
Compliancemandatory This method must be implemented.
MethodchangedPostEntries
Description

The callback for notification of updated post entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpostEntryIds the Ids of the updated PostEntries
Compliancemandatory This method must be implemented.
MethoddeletedPostEntries
Description

the callback for notification of deleted post entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpostEntryIds the Ids of the deleted PostEntries
Compliancemandatory This method must be implemented.