| | |
| | |
|
| | | public interface SuperHotSearchService {
|
| | |
|
| | | public List<SuperHotSearch> getSuperHotSearchBySystemId(long id);
|
| | | public List<SuperHotSearch> getSuperHotSearchBySystemId(long id, Integer useType);
|
| | |
|
| | |
|
| | | public List<SuperHotSearch> getSuperHotSearchBySystemIdCache(long id);
|
| | |
|
| | | public List<SuperHotSearch> getSuperHotSearchsByHotSearchs(List<Long> hsIdList);
|
| | |
|
| | | public List<SuperHotSearch> getSuperHotSearchBySystemId(long id, int strat, int count);
|
| | |
|
| | | public List<SuperHotSearch> getSuperHotSearchBySystemId(long id, int strat, int count, String likekey);
|
| | |
|
| | | public Integer deleteSuperHotSearch(long hsid, String platform, String packageName);
|
| | |
|
| | | public void addSuperHotSearch(long hsid, String platform, String packageName);
|
| | | public List<SuperHotSearch> getSuperHotSearchBySystemIdCache(long id, Integer useType);
|
| | |
|
| | |
|
| | | public List<SuperHotSearch> listSuperHotSearch(List<Long> list);
|
| | |
| | | * @param systemId
|
| | | * @return
|
| | | */
|
| | | public Integer deleteSuper(Long id, Long systemId);
|
| | | public void deleteSuper(Long id, Long systemId);
|
| | |
|
| | | /**
|
| | | * 新增系统
|