| | |
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.brand.BrandInfo;
|
| | |
| | | * 查询列表
|
| | | * @param start
|
| | | * @param count
|
| | | * @param key
|
| | | * @param state
|
| | | * @return
|
| | | */
|
| | |
| | | * @return
|
| | | * @throws BrandInfoException
|
| | | */
|
| | | public List<BrandInfoVO> listBrandInfoCache(long start, int count, Long cid,String platform,String version);
|
| | | public List<BrandInfoVO> listBrandInfoCache(long start, int count, Long cid,String platform,String version,SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<BrandInfo> listValidBrandInfoCache(Long cid);
|
| | | public List<BrandInfo> listValidBrandInfoCache(Long cid,SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 查询分类下品牌
|
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<BrandInfo> listValidByCidToApp(Long cid);
|
| | | public List<BrandInfo> listValidByCidToApp(Long cid, SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<BrandInfoVO> listValidToApp(long start, int count, Long cid,String platform,String version);
|
| | | public List<BrandInfoVO> listValidToApp(long start, int count, Long cid,String platform,String version,SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | public void addShopAndGoods(List<BrandInfo> brandList);
|
| | |
|
| | |
|
| | | public long countValidByCidToApp(Long cid);
|
| | | public long countValidByCidToApp(Long cid,SystemEnum system);
|
| | |
|
| | |
|
| | | public long countValidByCid(Long cid);
|
| | |
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public BrandInfoVO listByAlikeName(String key,String platform,String version);
|
| | | public BrandInfoVO listByAlikeName(String key,String platform,String version,SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|