OSID Logo
OSID Specifications
financials posting package
Version 3.0.0
Release Candidate Preview
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.IdListpostEntryIdsthe Ids of the new PostEntries
CompliancemandatoryThis method must be implemented.
MethodchangedPostEntries
Description

The callback for notification of updated post entries.

Parametersosid.id.IdListpostEntryIdsthe Ids of the updated PostEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedPostEntries
Description

the callback for notification of deleted post entries.

Parametersosid.id.IdListpostEntryIdsthe Ids of the deleted PostEntries
CompliancemandatoryThis method must be implemented.