| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.taobao.dataoke.DaTaoKeDetail;
|
| | | import com.yeshi.fanli.entity.taobao.dataoke.DaTaoKeDetailV2;
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | public interface DaTaoKeGoodsService {
|
| | |
|
| | | public List<DaTaoKeDetail> getCurrentSalesRankGoodsList(Integer cid);
|
| | |
|
| | | /**
|
| | | * 全天销量榜
|
| | | * |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> getCurrentDaySalesRankGoodsList(Integer cid);
|
| | |
|
| | | /**
|
| | | * 获取热推榜
|
| | | * |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> getCurrentHotSalesRankGoodsList();
|
| | |
|
| | | |
| | | |
| | | public List<DaTaoKeDetail> getGoodsNotInList(Long cid, List<Long> listId, int count);
|
| | |
|
| | | |
| | | /**
|
| | | * 根据店铺id筛选
|
| | | * @param start
|
| | | * @param count
|
| | | * @param sellerId
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> listBySellerId(long start, int count, Long sellerId);
|
| | | // public List<DaTaoKeDetail> getCurrentSalesRankGoodsList(Integer cid);
|
| | | //
|
| | | // /**
|
| | | // * 全天销量榜
|
| | | // * |
| | | // * @param cid
|
| | | // * @return
|
| | | // */
|
| | | // public List<DaTaoKeDetail> getCurrentDaySalesRankGoodsList(Integer cid);
|
| | | //
|
| | | // /**
|
| | | // * 获取热推榜
|
| | | // * |
| | | // * @param cid
|
| | | // * @return
|
| | | // */
|
| | | // public List<DaTaoKeDetail> getCurrentHotSalesRankGoodsList();
|
| | | //
|
| | | // |
| | | // |
| | | // public List<DaTaoKeDetail> getGoodsNotInList(Long cid, List<Long> listId, int count);
|
| | | //
|
| | | // |
| | | // /**
|
| | | // * 根据店铺id筛选
|
| | | // * @param start
|
| | | // * @param count
|
| | | // * @param sellerId
|
| | | // * @return
|
| | | // */
|
| | | // public List<DaTaoKeDetail> listBySellerId(long start, int count, Long sellerId);
|
| | |
|
| | | /**
|
| | | * 搜索发现商品
|