Project

General

Profile

« Previous | Next » 

Revision 50408

Add getSubscriptionsOfUser method. Rename old one to getSimpleSubscriptionsOfUser

View differences:

BrokerService.java
24 24

  
25 25
    DatasourcesBroker getDatasourcesOfUser(String userEmail, boolean includeShared, boolean includeByOthers) throws BrokerException;
26 26

  
27
    Map<String, List<SimpleSubscriptionDesc>> getSubscriptionsOfUser(String userEmail) throws BrokerException;
27
    Map<String, List<SimpleSubscriptionDesc>> getSimpleSubscriptionsOfUser(String userEmail) throws BrokerException;
28 28

  
29
    Map<String, List<Subscription>> getSubscriptionsOfUser(String userEmail) throws BrokerException;
30

  
29 31
    Subscription subscribe(OpenaireSubscription obj) throws BrokerException;
30 32

  
31 33
    void unsubscribe(String subscriptionId) throws BrokerException;

Also available in: Unified diff