{
super.callReadAction("getInAppNotifications", request, new OnSuccessCommand<ArrayList<InAppNotificationDTO>>()
{
public void onSuccess(final ArrayList<InAppNotificationDTO> response)
{
Session.getInstance().getEventBus().notifyObservers(new GotNotificationListResponseEvent(response));
}
}, useClientCacheIfAvailable);
}