Class KualiExceptionIncidentServiceImpl

java.lang.Object
org.kuali.rice.krad.service.impl.KualiFeedbackServiceImpl
org.kuali.rice.krad.service.impl.KualiExceptionIncidentServiceImpl
All Implemented Interfaces:
KualiExceptionIncidentService, KualiFeedbackService

public class KualiExceptionIncidentServiceImpl extends KualiFeedbackServiceImpl implements KualiExceptionIncidentService
Modified this service so that it now extends the KualiFeedbackServiceImpl. This has been done to allow user feedback and exception incidents to be reported in the same way, but to potentially different email lists. Part of this refactor included moving the mailer and messageTemplate properties and the emailReport and createMailMessage methods to the new parent class.
Author:
Kuali Rice Team (rice.collab@kuali.org)