Example #1
0
 /// <summary>
 /// 分页获取分类下商品
 /// </summary>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListCDTO> GetCommodityList(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListInferSearchDTO commodityListInfer)
 {
     base.Do(false);
     return(this.GetCommodityListExt(commodityListInfer));
 }
Example #2
0
 public Jinher.AMP.BTP.Deploy.CustomDTO.ComdtyListResultCDTO GetCommodityFilterListSecond(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListInferSearchDTO commodityListInfer)
 {
     base.Do(false);
     return(this.GetCommodityFilterListSecondExt(commodityListInfer));
 }
Example #3
0
        public Jinher.AMP.BTP.Deploy.CustomDTO.ComdtyListResultCDTO GetCommodityFilterListSecond(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListInferSearchDTO commodityListInfer)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.ComdtyListResultCDTO result;

            try
            {
                //调用代理方法
                result = base.Channel.GetCommodityFilterListSecond(commodityListInfer);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Example #4
0
        public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListCDTO> GetCommodityList(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListInferSearchDTO commodityListInfer)
        {
            //定义返回值
            System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListCDTO> result;

            try
            {
                //调用代理方法
                result = base.Channel.GetCommodityList(commodityListInfer);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Example #5
0
 /// <summary>
 /// 分页获取分类下筛选商品
 /// </summary>
 /// <param name="commodityListInfer"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ComdtyListResultCDTO GetCommodityFilterList(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListInferSearchDTO commodityListInfer)
 {
     base.Do();
     return(this.Command.GetCommodityFilterList(commodityListInfer));
 }