Examples of IModuleDao


Examples of com.lgx8.right.dao.IModuleDao

   *
   */
  private void initModule() {

    ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
    IModuleDao moduleDao = (IModuleDao) ac.getBean("moduleDao");
    List<Module> modules = moduleDao.findModulesByLevel(1);//查询所有一级节点
    Constants.setMenuList(modules);
    initModuleUrl(modules);
  }
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.