Package org.rhq.coregui.client.util.preferences

Examples of org.rhq.coregui.client.util.preferences.UserPreferences


                }

                //update the sessionSubject appropriately
                sessionSubject = loggedInSubject;
                sessionState = State.IS_LOGGED_IN;
                userPreferences = new UserPreferences(loggedInSubject);
                userPreferences.setAutomaticPersistence(true);

                GWTServiceLookup.getSystemService().getSessionTimeout(new AsyncCallback<String>() {
                    @Override
                    public void onSuccess(String result) {
View Full Code Here


                    int index = 0;
                    for (String definitionToDisplay : displayOrder) {
                        definitionArrayIds[index++] = measurementDefMap.get(definitionToDisplay).getId();
                    }

                    UserPreferences prefs = UserSessionManager.getUserPreferences();
                    MeasurementUserPreferences mprefs = new MeasurementUserPreferences(prefs);
                    ArrayList<Long> range = mprefs.getMetricRangePreferences().getBeginEndTimes();

                    //now retrieve metric display summaries
                    GWTServiceLookup.getMeasurementChartsService().getMetricDisplaySummariesForCompatibleGroup(
View Full Code Here

TOP

Related Classes of org.rhq.coregui.client.util.preferences.UserPreferences

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.