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