Interface | osid.financials.posting.PostReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The post receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted post objects. | ||
Method | newPosts | ||
Description |
The callback for notifications of new posts. | ||
Parameters | osid.id.IdList | postIds | the Ids of the new Posts |
Compliance | mandatory | This method must be implemented. | |
Method | changedPosts | ||
Description |
The callback for notification of updated posts. | ||
Parameters | osid.id.IdList | postIds | the Ids of the updated Posts |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPosts | ||
Description |
The callback for notification of deleted posts. | ||
Parameters | osid.id.IdList | postIds | the Ids of the deleted Posts |
Compliance | mandatory | This method must be implemented. |