Package org.jasig.portal.layout.simple

Examples of org.jasig.portal.layout.simple.RDBMUserLayoutStore


        IPerson user = PersonFactory.createPerson();
        user.setID(uid);

        try {
            // read in the simple layout
            uls = new RDBMUserLayoutStore();
            simpleProfile = uls.getUserProfileById(user,simpleProfileId);
            Document ul = uls.getUserLayout(user,simpleProfile);
            // wow - that was easy.   Now need to get rid of initial letters in IDs.
            stripNodes(ul.getChildNodes().item(0));
     
View Full Code Here

TOP

Related Classes of org.jasig.portal.layout.simple.RDBMUserLayoutStore

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.