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