Project

General

Profile

« Previous | Next » 

Revision 50408

Add getSubscriptionsOfUser method. Rename old one to getSimpleSubscriptionsOfUser

View differences:

BrowseSubscriptionsWidget.java
85 85
        browseSubscriptionsBoxContent.addStyleName("loading-big");
86 86
        browseSubscriptionsBoxContent.add(loadingWheel);
87 87

  
88
        brokerService.getSubscriptionsOfUser(RepositoryManager.currentUser.getEmail(),
88
        brokerService.getSimpleSubscriptionsOfUser(RepositoryManager.currentUser.getEmail(),
89 89
                new AsyncCallback<Map<String, List<SimpleSubscriptionDesc>>>() {
90 90
            @Override
91 91
            public void onFailure(Throwable caught) {

Also available in: Unified diff