package eu.dnetlib.client.adminpanel;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
import eu.dnetlib.shared.dashboard.DashboardData;

/**
 * Created by antleb on 11/9/15.
 */
@RemoteServiceRelativePath("dashboard")
public interface DashboardDataService extends RemoteService {

	public DashboardData getDashboardData() throws Exception;
}
