|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KualiFeedbackService
This new feedback service was added to refactor KualiExceptionIncidentService. Now the KualiExceptionIncidentService extends this service so that exception reporting is considered to be a type of feedback. Both services share the emailReport method which formats and sends an email to the appropriate list.
| Field Summary | |
|---|---|
static String |
REPORT_MAIL_LIST
This property must be defined in the base configuration file for specifying the mailing list for the report to be sent. |
| Method Summary | |
|---|---|
void |
emailReport(String subject,
String message)
This method send email to the defined mailing list with a specified subject and message. |
void |
sendFeedback(String documentId,
String componentName,
String description)
|
| Field Detail |
|---|
static final String REPORT_MAIL_LIST
Example:
a@y,b@z
| Method Detail |
|---|
void emailReport(String subject,
String message)
throws Exception
subject - message -
Exception
void sendFeedback(String documentId,
String componentName,
String description)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||