Example #1
0
 /// <summary>
 /// 查询某个商家所有下架商品
 /// </summary>
 /// <param name="id">商家ID</param>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityVM> GetAllNoOnSaleCommodityBySellerIDBySalesvolume(Jinher.AMP.BTP.Deploy.CustomDTO.CommoditySearchDTO commoditySearch, out int rowCount)
 {
     base.Do();
     return(this.GetAllNoOnSaleCommodityBySellerIDBySalesvolumeExt(commoditySearch, out rowCount));
 }
Example #2
0
 /// <summary>
 /// 关联商品列表
 /// </summary>
 /// <param name="comId">商品ID</param>
 /// <param name="search"></param>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityPromVM> RelationCommodityList(System.Guid comId, Jinher.AMP.BTP.Deploy.CustomDTO.CommoditySearchDTO search)
 {
     base.Do();
     return(this.RelationCommodityListExt(comId, search));
 }
Example #3
0
 /// <summary>
 /// </summary>
 /// <param name="id">商家ID</param>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityPromVM> GetCommodityVM(Jinher.AMP.BTP.Deploy.CustomDTO.CommoditySearchDTO commoditySearch, System.Guid promotionId)
 {
     base.Do();
     return(this.GetCommodityVMExt(commoditySearch, promotionId));
 }
Example #4
0
        public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityVM> GetAllNoOnSaleCommodityBySellerIDBySalesvolume(Jinher.AMP.BTP.Deploy.CustomDTO.CommoditySearchDTO commoditySearch, out int rowCount)
        {
            //定义返回值
            System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityVM> result;

            try
            {
                //调用代理方法
                result = base.Channel.GetAllNoOnSaleCommodityBySellerIDBySalesvolume(commoditySearch, out rowCount);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Example #5
0
        public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityPromVM> RelationCommodityList(System.Guid comId, Jinher.AMP.BTP.Deploy.CustomDTO.CommoditySearchDTO search)
        {
            //定义返回值
            System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityPromVM> result;

            try
            {
                //调用代理方法
                result = base.Channel.RelationCommodityList(comId, search);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Example #6
0
        public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityPromVM> GetCommodityVM(Jinher.AMP.BTP.Deploy.CustomDTO.CommoditySearchDTO commoditySearch, System.Guid promotionId)
        {
            //定义返回值
            System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityPromVM> result;

            try
            {
                //调用代理方法
                result = base.Channel.GetCommodityVM(commoditySearch, promotionId);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }