Events

Each service layer API of the FPM raises a pre and post events and these events could be used to customize the service layer APIs. The service layer events can be categorized into
Standard Persistence Events (insert, modify, cancel and read)
Please refer to the 6.7 Writing listeners for automatic persistence events of the Persistence Cook Book for steps to handle these APIs.
Business Events
Please refer to the 6.5 Create an event listener and 6.6. Configure Guice of the Persistence Cook Book for steps to handle these APIs

Following is the list of business events. For additional details on any of the event classes listed here, please refer to the javadoc of the associated class.