Project

General

Profile

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

    
3
import eu.dnetlib.usagestats.sushilite.domain.ReportResponseWrapper;
4
import org.json.JSONException;
5

    
6

    
7
public interface SushiliteService {
8

    
9

    
10
    ReportResponseWrapper getReportResults(String page,
11
                                           String pageSize,
12
                                           String Report,
13
                                           String Release,
14
                                           String RequestorID,
15
                                           String BeginDate,
16
                                           String EndDate,
17
                                           String RepositoryIdentifier,
18
                                           String ItemIdentifier,
19
                                           String ItemDataType,
20
                                           String Granularity,
21
                                           String Pretty) throws JSONException;
22

    
23
}
(13-13/18)