Examples of IAdvertisementDao


Examples of com.lgx8.management.dao.IAdvertisementDao

   
    root.put("county", county);
   
    PageList pageList = null;
   
    IAdvertisementDao advertisementDao = (IAdvertisementDao) ac.getBean("advertisementDao");
   
    pageList = advertisementDao.findAllAdvertisementByMerchant(iPObject==null?null:iPObject.getAreaNode(),county,"",pagenum,9);
   
    root.put("pageList", pageList);
   
    List<Dictionary> dictionarys = iPObject==null?null:dictionaryDao.listByKindAndCode("city", iPObject.getCode());
    root.put("dictionarys", dictionarys);
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.