@Service(value="cuba_ExceptionReportService") public class ExceptionReportServiceBean extends java.lang.Object implements ExceptionReportService
NAME
Constructor and Description |
---|
ExceptionReportServiceBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExceptionReportBody(java.util.Map<java.lang.String,java.lang.Object> binding) |
java.lang.String |
getExceptionReportSubject(java.util.Map<java.lang.String,java.lang.Object> binding) |
void |
sendExceptionReport(java.lang.String supportEmail,
java.util.Map<java.lang.String,java.lang.Object> binding)
Send the exception report email.
|
public void sendExceptionReport(java.lang.String supportEmail, java.util.Map<java.lang.String,java.lang.Object> binding)
ExceptionReportService
sendExceptionReport
in interface ExceptionReportService
supportEmail
- email address to sendbinding
- map that contains values to bind in email templatepublic java.lang.String getExceptionReportBody(java.util.Map<java.lang.String,java.lang.Object> binding)
public java.lang.String getExceptionReportSubject(java.util.Map<java.lang.String,java.lang.Object> binding)