Boolean shouldLoadAdmins = (Boolean) inShouldLoadAdmins;
super.callReadAction("getSystemSettings", shouldLoadAdmins, new OnSuccessCommand<SystemSettings>()
{
public void onSuccess(final SystemSettings response)
{
Session.getInstance().getEventBus().notifyObservers(new GotSystemSettingsResponseEvent(response));
}
}, useClientCacheIfAvailable);
}