Examples of IUserPreferencesManager


Examples of org.jasig.portal.IUserPreferencesManager

        //No valid subscribeId, find the best match based on the fname
       
        //If a layout node is targeted then look for a matching subscribeId under that targeted node
        if (targetedLayoutNodeId != null) {
          final IUserInstance userInstance = this.userInstanceManager.getUserInstance(request);
          final IUserPreferencesManager preferencesManager = userInstance.getPreferencesManager();
          final IUserLayoutManager userLayoutManager = preferencesManager.getUserLayoutManager();
         
          //First look for the layout node only under the specified folder
          subscribeId = userLayoutManager.getSubscribeId(targetedLayoutNodeId, fname);
        }
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.