| | |
| | | * @param placeKey
|
| | | * @return
|
| | | */
|
| | | public List<Special> listByPlaceKey(String placeKey);
|
| | | public List<Special> listByPlaceKey(String placeKey, Integer platform, Integer versionCode);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param versionCode
|
| | | * @return
|
| | | */
|
| | | public List<Special> listByVersion(long start, int count, String card, Integer platform, Integer versionCode);
|
| | | public List<Special> listByVersion(long start, int count, String card, String platform, Integer versionCode);
|
| | |
|
| | |
|
| | | /**
|
| | | * 专题版本区分 传递多个位置
|
| | | * @param list
|
| | | * @param platform
|
| | | * @param versionCode
|
| | | * @return
|
| | | */
|
| | | public List<Special> listByPlaceKeyList(long start, int count, List<String> list, Integer platform, Integer versionCode);
|
| | |
|
| | |
|
| | | public long countByPlaceKeyList(List<String> list, Integer platform, Integer versionCode);
|
| | |
|
| | |
|
| | | /**
|
| | | * 查询专题并返回标签
|
| | | * @param list
|
| | | * @param platform
|
| | | * @param versionCode
|
| | | * @return
|
| | | */
|
| | | public List<Special> listByPlaceKeyHasLabel(long start, int count, List<String> list, Integer platform, Integer versionCode);
|
| | | |
| | | |
| | | /**
|
| | | * 为专题设置版本
|
| | | * @param specialId
|
| | | * @param versions
|
| | | * @throws Exception
|
| | | */
|
| | | public void setVersions(Long specialId,List<Long> versions) throws Exception;
|
| | |
|
| | |
|
| | | }
|