| Interface | osid.financials.posting.PostEntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The post entry receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newPostEntries | ||
| Description |
The callback for notifications of new post entries. | ||
| Parameters | osid.id.IdList | postEntryIds | the Ids of the new PostEntries |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPostEntries | ||
| Description |
The callback for notification of updated post entries. | ||
| Parameters | osid.id.IdList | postEntryIds | the Ids of the updated PostEntries |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPostEntries | ||
| Description |
the callback for notification of deleted post entries. | ||
| Parameters | osid.id.IdList | postEntryIds | the Ids of the deleted PostEntries |
| Compliance | mandatory | This method must be implemented. | |