| | |
| | | package com.yeshi.buwan.service.inter.juhe; |
| | | |
| | | import com.yeshi.buwan.tencent.entity.TencentCoverInfo; |
| | | import com.yeshi.buwan.youku.entity.YouKuShowDetail; |
| | | import com.yeshi.buwan.domain.VideoDetailInfo; |
| | | import com.yeshi.buwan.videos.tencent.entity.TencentCoverInfo; |
| | | import com.yeshi.buwan.videos.tencent.entity.TencentCoverVideo; |
| | | import com.yeshi.buwan.videos.tencent.entity.TencentSearchVideoMap; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * |
| | | * @param detail |
| | | */ |
| | | public void save(TencentCoverInfo detail); |
| | | |
| | | public void save(TencentCoverInfo detail) throws Exception; |
| | | |
| | | public TencentCoverInfo getConverDetail(String id); |
| | | public TencentCoverInfo getCoverDetail(String coverId); |
| | | |
| | | public long count(String type); |
| | | public TencentCoverInfo getSimpleCoverDetail(String coverId); |
| | | |
| | | public List<TencentCoverInfo> list(String type, int page, int pageSize); |
| | | public List<TencentCoverVideo> getVideoList(String coverId, int page, int pageSize); |
| | | |
| | | public TencentCoverVideo getVideoDetail(String id); |
| | | |
| | | public long count(String category); |
| | | |
| | | public List<TencentCoverInfo> list(String category, int page, int pageSize); |
| | | |
| | | public List<VideoDetailInfo> getVideoDetailList(final String videoid, int page, int pageSize); |
| | | |
| | | public TencentSearchVideoMap selectMapByVideoId(String videoId); |
| | | |
| | | /** |
| | | * 添加到全网搜 |
| | | * |
| | | * @param showDetail |
| | | */ |
| | | public void addToInternetSearch(TencentCoverInfo showDetail) throws Exception; |
| | | |
| | | } |