The following events are located in the curam.referral.impl.Referral interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| ReferralSendNotificationEvents | Raised when a notification letter to the Concern Role is sent. | curam.referral.impl.Referral.sendNotification() |
| ReferralCreateReferralRoleEvents | Raised when a referral role record for a referral is created. | curam.referral.impl.Referral.createReferralRole() |
The following events are located in the curam.referral.impl.ReferralNotification interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| ReferralNotificationGenerateNotificationDocumentEvents | Raised when a notification document is generated. | curam.referral.impl.ReferralNotification.generateNotificationDocument() |
| ReferralNotificationSendNotificationEvents | Raised when a notification is sent to the Concern Role. | curam.referral.impl.ReferralNotification.sendNotification() |