Examples of initGatewayInfo()


Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

    GatewayCategory gatewayCategory = gatewayService.findGatewayCategoryById(GatewayConstants.CTC_TCTG);
    root.put("gatewayCategory", gatewayCategory);
   
    IPObject iPObject = (IPObject) request.getSession().getAttribute("iPObject");
    //同城推广
    List<ProductVO> productVOs = gatewayService.initGatewayInfo(GatewayConstants.CTC_TCTG,iPObject != null?iPObject.getAreaNode():null);
    root.put("productVOs", productVOs);
   
    /* 将模板和数据模型合并 */
    Writer out = response.getWriter();
    try {
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

   
    ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
    IGatewayService gatewayService = (IGatewayService) ac.getBean("gatewayService");
    IPObject iPObject = (IPObject) request.getSession().getAttribute("iPObject");
    //通栏广告
    List<ProductVO> productVOs = gatewayService.initGatewayInfo(GatewayConstants.CTC_TLGG,iPObject != null?iPObject.getAreaNode():null);
    root.put("productVOs", productVOs);
   
    /* 将模板和数据模型合并 */
    Writer out = response.getWriter();
    try {
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

    {
      root.put("gatewayCategory", gatewayCategory);
    }
   
    //共享奢品
    List<ProductVO> productVOs = gatewayService.initGatewayInfo(GatewayConstants.CID_GXSP);
   
    if(productVOs != null && productVOs.size() != 0)
    {
      root.put("productVOs", productVOs);
    }
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

    //优品列表
//    List<Product> products = gatewayService.findAllProductByAreaCategoryId(Long.parseLong(categoryId));
//    root.put("products", products);
   
    //优品列表商品类型
    List<ProductVO> productVOs2 = gatewayService.initGatewayInfo(GatewayConstants.CYP_YPLBSPLX);
    root.put("productVOs2", productVOs2);
   
    List<List<Product>> results = new ArrayList<List<Product>>();
   
    for(ProductVO vo : productVOs2)
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

   
    GatewayCategory gatewayCategory = gatewayService.findGatewayCategoryById(GatewayConstants.CTC_TCTH);
    root.put("gatewayCategory", gatewayCategory);
   
    //同城兑换类型
    List<ProductVO> productVOs = gatewayService.initGatewayInfo(GatewayConstants.CTC_TCTHLX);
    root.put("productVOs", productVOs);
   
    String type = request.getParameter("typeNumber");
    String pageno = request.getParameter("pageno");
    String orderType = request.getParameter("orderType");
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

   
    ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
    IGatewayService gatewayService = (IGatewayService) ac.getBean("gatewayService");
   
    //通栏广告
    List<ProductVO> productVOs = gatewayService.initGatewayInfo(GatewayConstants.CYP_TLGG);
    root.put("productVOs", productVOs);
   
    /* 将模板和数据模型合并 */
    Writer out = response.getWriter();
    try {
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

   
    ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
    IGatewayService gatewayService = (IGatewayService) ac.getBean("gatewayService");
   
    //主左同城模块
    List<ProductVO> productVOs1 = gatewayService.initGatewayInfo(GatewayConstants.CTC_ZZTCMK,iPObject != null?iPObject.getAreaNode():null);
    root.put("productVOs1", productVOs1);
   
    //主右同城模块
    List<ProductVO> productVOs2 = gatewayService.initGatewayInfo(GatewayConstants.CTC_ZYTCMK,iPObject != null?iPObject.getAreaNode():null);
    root.put("productVOs2", productVOs2);
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

   
    ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
    IGatewayService gatewayService = (IGatewayService) ac.getBean("gatewayService");
   
    //上周热兑换榜
    List<ProductVO> productVOs1 = gatewayService.initGatewayInfo(GatewayConstants.CLP_SZRTHB);
    root.put("productVOs1", productVOs1);
   
    //主中展示模块
    List<ProductVO> productVOs2 = gatewayService.initGatewayInfo(GatewayConstants.CLP_ZZZSMK);
    root.put("productVOs2", productVOs2);
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

    //上周热兑换榜
    List<ProductVO> productVOs1 = gatewayService.initGatewayInfo(GatewayConstants.CLP_SZRTHB);
    root.put("productVOs1", productVOs1);
   
    //主中展示模块
    List<ProductVO> productVOs2 = gatewayService.initGatewayInfo(GatewayConstants.CLP_ZZZSMK);
    root.put("productVOs2", productVOs2);
   
    //主右展示模块
    List<ProductVO> productVOs3 = gatewayService.initGatewayInfo(GatewayConstants.CLP_ZYZSMK);
    root.put("productVOs3", productVOs3);
View Full Code Here

Examples of com.lgx8.gateway.service.IGatewayService.initGatewayInfo()

    //主左同城模块
    List<ProductVO> productVOs1 = gatewayService.initGatewayInfo(GatewayConstants.CTC_ZZTCMK,iPObject != null?iPObject.getAreaNode():null);
    root.put("productVOs1", productVOs1);
   
    //主右同城模块
    List<ProductVO> productVOs2 = gatewayService.initGatewayInfo(GatewayConstants.CTC_ZYTCMK,iPObject != null?iPObject.getAreaNode():null);
    root.put("productVOs2", productVOs2);
   
    /* 将模板和数据模型合并 */
    Writer out = response.getWriter();
    try {
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.