| | |
| | | public long countRecommend(Double proportion, Integer startAmount, Integer couponAmount,
|
| | | double tkRate, Double couponRatio);
|
| | |
|
| | | |
| | | /**
|
| | | * 根据关键词进行搜索商品-搜索-推荐
|
| | | * @param start
|
| | |
| | | * @param key 关键词
|
| | | * @return
|
| | | */
|
| | | public List<QualityFactory> listRecommendBykey(long start, int count, String key);
|
| | | public List<QualityFactory> listRecommendBykey(long start, int count, String key, Integer hasQuan,
|
| | | Integer userType, Double startprice, Double endprice, Double startTkRate, Double endTkRate, Integer sort);
|
| | |
|
| | | public long countRecommendBykey(String key);
|
| | | public long countRecommendBykey(String key, Integer hasQuan, Integer userType, |
| | | Double startprice, Double endprice, Double startTkRate, Double endTkRate);
|
| | | |
| | |
|
| | | /**
|
| | | * 首页推荐
|
| | |
| | | * @param proportion 计算比例
|
| | | * @return
|
| | | */
|
| | | public JSONArray getRecommendToIndex(long start, int count, String proportion, String fcRate);
|
| | | public JSONArray getRecommendToIndex(long start, int count, String proportion);
|
| | |
|
| | | public long countRecommendToIndex(String proportion);
|
| | |
|
| | | |
| | | /**
|
| | | * 单个商品根据标签推荐商品
|
| | | * @param paramLong
|
| | | * @param paramString1
|
| | | * @param paramString2
|
| | | * @return
|
| | | */
|
| | | public List<QualityFactory> recommendByAuctionId(Long paramLong);
|
| | | }
|