| | |
| | | * @param state
|
| | | * @return
|
| | | */
|
| | | public List<BrandInfo> listQuery(long start, int count, String key, Integer state);
|
| | | public List<BrandInfo> listQuery(long start, int count, String key, Long cid, Integer state);
|
| | |
|
| | | public long countQuery(String key, Integer state);
|
| | | public long countQuery(String key, Long cid, Integer state);
|
| | |
|
| | | /**
|
| | | * 查询品牌返回前端
|
| | |
| | | */
|
| | | public List<BrandInfo> listValidBrandInfoCache(Long cid);
|
| | |
|
| | | /**
|
| | | * 查询分类下品牌
|
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<BrandInfo> listValidByCidToApp(Long cid);
|
| | |
|
| | | |
| | | /**
|
| | | * 查询品牌以及对应商品
|
| | | * @param start
|
| | | * @param count
|
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<BrandInfoVO> listValidToApp(long start, int count, Long cid);
|
| | |
|
| | | |
| | | /**
|
| | | * 新增商品或店铺信息
|
| | | * @param start
|
| | | * @param count
|
| | | */
|
| | | public void addShopAndGoods(long start, int count);
|
| | |
|
| | |
|
| | | public long countValidByCidToApp(Long cid);
|
| | |
|
| | |
|
| | | public long countValidByCid(Long cid);
|
| | |
|
| | | }
|