Project

General

Profile

1
package eu.dnetlib.repo.manager.service.controllers;
2

    
3
import eu.dnetlib.domain.data.PiwikInfo;
4

    
5
public interface EmailUtils {
6

    
7

    
8
    void reportException(Exception exception);
9

    
10
    void sendAdministratorRequestToEnableMetrics(PiwikInfo piwikInfo) throws Exception;
11

    
12
    void sendUserRequestToEnableMetrics(PiwikInfo piwikInfo) throws Exception;
13

    
14
    void sendAdministratorMetricsEnabled(PiwikInfo piwikInfo) throws Exception;
15

    
16
    void sendUserMetricsEnabled(PiwikInfo piwikInfo) throws Exception;
17
}
(3-3/19)