super.callReadAction("getUserGroupActivitySubscriptions", "", new OnSuccessCommand<ArrayList<String>>()
{
public void onSuccess(final ArrayList<String> groupShortNames)
{
Session.getInstance().getEventBus()
.notifyObservers(new GotGroupActivitySubscriptionsResponseEvent(groupShortNames));
}
}, useClientCacheIfAvailable);
}