Package com.vst.service

Examples of com.vst.service.LookupManager


        UserDao udao = (UserDao) ctx.getBean("userDao");
        udao.refreshUsersCache();


        LookupManager mgr = (LookupManager) ctx.getBean("lookupManager");


        // get list of possible roles
        context.setAttribute(Constants.AVAILABLE_ROLES, mgr.getAllRoles());

        if (log.isDebugEnabled()) {
            log.debug("Drop-down initialization complete [OK]");
        }
    }
View Full Code Here

TOP

Related Classes of com.vst.service.LookupManager

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.