@Component public class EmailUtilsImpl extends Object implements EmailUtils
| Constructor and Description |
|---|
EmailUtilsImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom() |
boolean |
isLogonly() |
void |
reportException(Exception exception) |
void |
sendAdministratorMetricsEnabled(eu.dnetlib.domain.data.PiwikInfo piwikInfo) |
void |
sendAdministratorRequestToEnableMetrics(eu.dnetlib.domain.data.PiwikInfo piwikInfo) |
void |
sendUserMetricsEnabled(eu.dnetlib.domain.data.PiwikInfo piwikInfo) |
void |
sendUserRequestToEnableMetrics(eu.dnetlib.domain.data.PiwikInfo piwikInfo) |
void |
setFrom(String from) |
void |
setLogonly(boolean logonly) |
void |
setOverride(boolean override) |
void |
setOverrideEmail(String overrideEmail) |
void |
setSpecialRecipients(String specialRecipients) |
public void reportException(Exception exception)
reportException in interface EmailUtilspublic void sendAdministratorRequestToEnableMetrics(eu.dnetlib.domain.data.PiwikInfo piwikInfo)
throws Exception
sendAdministratorRequestToEnableMetrics in interface EmailUtilsExceptionpublic void sendUserRequestToEnableMetrics(eu.dnetlib.domain.data.PiwikInfo piwikInfo)
throws Exception
sendUserRequestToEnableMetrics in interface EmailUtilsExceptionpublic void sendAdministratorMetricsEnabled(eu.dnetlib.domain.data.PiwikInfo piwikInfo)
throws Exception
sendAdministratorMetricsEnabled in interface EmailUtilsExceptionpublic void sendUserMetricsEnabled(eu.dnetlib.domain.data.PiwikInfo piwikInfo)
throws Exception
sendUserMetricsEnabled in interface EmailUtilsExceptionpublic void setSpecialRecipients(String specialRecipients)
public void setOverride(boolean override)
public void setOverrideEmail(String overrideEmail)
public String getFrom()
public void setFrom(String from)
public boolean isLogonly()
public void setLogonly(boolean logonly)
Copyright © 2019. All rights reserved.