Package org.rhq.enterprise.gui.legacy.WebUserPreferences

Examples of org.rhq.enterprise.gui.legacy.WebUserPreferences.DashboardPreferences.addPortlet()


            return mapping.findForward(RetCodeConstants.SUCCESS_URL);
        }

        // add some portlet to the preferences
        DashboardPreferences dashboardPreferences = preferences.getDashboardPreferences();
        dashboardPreferences.addPortlet(pForm.getPortlet(), !pForm.isWide());
        preferences.setDashboardPreferences(dashboardPreferences);

        session.removeAttribute(Constants.USERS_SES_PORTAL);

        return mapping.findForward(RetCodeConstants.SUCCESS_URL);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.