public interface EmailUtils
| Modifier and Type | Method and Description |
|---|---|
void |
reportException(Exception exception) |
void |
sendActivationEmail(eu.dnetlib.domain.functionality.UserProfile user,
String activationId) |
void |
sendAdministratorMetricsEnabled(eu.dnetlib.domain.data.PiwikInfo piwikInfo) |
void |
sendAdministratorRequestToEnableMetrics(eu.dnetlib.domain.data.PiwikInfo piwikInfo) |
void |
sendResetPasswordEmail(String user,
String securityCode) |
void |
sendUserMetricsEnabled(eu.dnetlib.domain.data.PiwikInfo piwikInfo) |
void |
sendUserRequestToEnableMetrics(eu.dnetlib.domain.data.PiwikInfo piwikInfo) |
void sendActivationEmail(eu.dnetlib.domain.functionality.UserProfile user,
String activationId)
throws Exception
Exceptionvoid sendResetPasswordEmail(String user, String securityCode) throws Exception
Exceptionvoid reportException(Exception exception)
void sendAdministratorRequestToEnableMetrics(eu.dnetlib.domain.data.PiwikInfo piwikInfo)
throws Exception
Exceptionvoid sendUserRequestToEnableMetrics(eu.dnetlib.domain.data.PiwikInfo piwikInfo)
throws Exception
Exceptionvoid sendAdministratorMetricsEnabled(eu.dnetlib.domain.data.PiwikInfo piwikInfo)
throws Exception
ExceptionCopyright © 2019. All rights reserved.