public interface KualiFeedbackService
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
static final String REPORT_MAIL_LIST
Example:
a@y,b@z
void emailReport(String subject, String message) throws Exception
subject
- message
- Exception
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.