Project

General

Profile

« Previous | Next » 

Revision 50324

Various styling and design changes in the events pages

View differences:

BrokerService.java
3 3
import com.google.gwt.user.client.rpc.RemoteService;
4 4
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
5 5
import eu.dnetlib.repo.manager.shared.BrokerException;
6
import eu.dnetlib.repo.manager.shared.Term;
6 7
import eu.dnetlib.repo.manager.shared.broker.*;
7 8
import org.json.JSONException;
8 9

  
......
32 33
    void unsubscribe(List<String> subscriptionIds) throws BrokerException;
33 34

  
34 35
    Subscription getSubscription(String subscriptionId) throws BrokerException;
36

  
37
    Map<String,Term> getDnetTopics() throws BrokerException;
35 38
}

Also available in: Unified diff