Examples of initGatewayInfo()


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

    //主中展示模块
    List<ProductVO> productVOs2 = gatewayService.initGatewayInfo(GatewayConstants.CLP_ZZZSMK);
    root.put("productVOs2", productVOs2);
   
    //主右展示模块
    List<ProductVO> productVOs3 = gatewayService.initGatewayInfo(GatewayConstants.CLP_ZYZSMK);
    root.put("productVOs3", productVOs3);
   
    List<ProductVO> productVOs4 = gatewayService.initGatewayInfo(GatewayConstants.CLP_ZYZSMKX);
    root.put("productVOs4", productVOs4);
   
View Full Code Here

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

   
    //主右展示模块
    List<ProductVO> productVOs3 = gatewayService.initGatewayInfo(GatewayConstants.CLP_ZYZSMK);
    root.put("productVOs3", productVOs3);
   
    List<ProductVO> productVOs4 = gatewayService.initGatewayInfo(GatewayConstants.CLP_ZYZSMKX);
    root.put("productVOs4", productVOs4);
   
    /* 将模板和数据模型合并 */
    Writer out = response.getWriter();
    try {
View Full Code Here

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

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

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

    {
      root.put("productVOs1", productVOs1);
    }
   
    //共享名品下
    List<ProductVO> productVOs2 = gatewayService.initGatewayInfo(GatewayConstants.CID_GXMPX);
   
    if(productVOs2 != null && productVOs2.size() != 0)
    {
      root.put("productVOs2", productVOs2);
    }
View Full Code Here

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

    IGatewayService gatewayService = (IGatewayService) ac.getBean("gatewayService");
   
    //优品推荐区域
   
    //主左展示模块
    List<ProductVO> productVOs1 = gatewayService.initGatewayInfo(GatewayConstants.CYP_ZZZSMK);
    root.put("productVOs1", productVOs1);
   
//    //主展示模块
//    List<ProductVO> productVOs2 = gatewayService.initGatewayInfo(GatewayConstants.CYP_ZZSMK);
//    root.put("productVOs2", productVOs2);
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.