| | |
| | | * @return
|
| | | * @throws BrandInfoException
|
| | | */
|
| | | public List<BrandInfoVO> listBrandInfoCache(long start, int count, Long cid);
|
| | | public List<BrandInfoVO> listBrandInfoCache(long start, int count, Long cid,String platform,String version);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<BrandInfoVO> listValidToApp(long start, int count, Long cid);
|
| | | public List<BrandInfoVO> listValidToApp(long start, int count, Long cid,String platform,String version);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param count
|
| | | */
|
| | | public void addShopAndGoods(long start, int count);
|
| | | |
| | | |
| | | |
| | | /**
|
| | | * 检索有效的品牌信息,按更新时间排序
|
| | | * @param page
|
| | | * @param pageSize
|
| | | * @return
|
| | | */
|
| | | public List<BrandInfo> listValidOrderByUpdateTime(int page,int pageSize);
|
| | | |
| | | |
| | | /**
|
| | | * 添加品牌商品
|
| | | * @param brandList
|
| | | */
|
| | | public void addShopAndGoods(List<BrandInfo> brandList);
|
| | |
|
| | |
|
| | | public long countValidByCidToApp(Long cid);
|
| | |
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public BrandInfoVO listByAlikeName(String key);
|
| | | public BrandInfoVO listByAlikeName(String key,String platform,String version);
|
| | |
|
| | | }
|