super.callReadAction("getSortedPluginGalleryItems", request, new OnSuccessCommand<PagedSet<PluginDefinition>>()
{
public void onSuccess(final PagedSet<PluginDefinition> response)
{
Session.getInstance().getEventBus().notifyObservers(
new GotPluginDefinitionModelResponseEvent(response));
}
}, useClientCacheIfAvailable);
}