| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.su.recommend.SuperRecommendBannerV2;
|
| | | import com.yeshi.fanli.entity.bus.recommend.RecommendBannerV2;
|
| | |
|
| | | public interface SuperRecommendBannerV2Service {
|
| | |
|
| | | public List<SuperRecommendBannerV2> getSuperRecommendBannerV2sBySystem(com.yeshi.fanli.entity.system.System system);
|
| | |
|
| | | public List<SuperRecommendBannerV2> getSuperRecommendBannersByBanners(
|
| | | List<Long> rbIdList);
|
| | | public List<RecommendBannerV2> getSuperRecommendBannerV2sBySystem(Long systemId);
|
| | |
|
| | | public Integer deleteSuperRecommendBanner(long rbid, String platform, String packageName);
|
| | | |
| | | public void addSuperRecommendBanner(long rbid, String platform,String packageName);
|
| | | |
| | | public void deleteSuperRecommendBanners(long[] rbids);
|
| | |
|
| | | public List<SuperRecommendBannerV2> getSuperRecommendBannerBySystemId(
|
| | | long id, int strat, int count);
|
| | |
|
| | | public List<SuperRecommendBannerV2> getSuperRecommendBannerBySystemId(
|
| | | long id, int strat, int pAGE_SIZE, String likekey);
|
| | |
|
| | | }
|