| | |
| | | import com.yeshi.buwan.domain.VideoDetailInfo; |
| | | import com.yeshi.buwan.domain.VideoInfo; |
| | | import com.yeshi.buwan.domain.entity.PlayUrl; |
| | | import com.yeshi.buwan.exception.video.IqiyiVideoSolrException; |
| | | import com.yeshi.buwan.videos.hanmi.entity.HanmiShow; |
| | | import com.yeshi.buwan.videos.iqiyi.entity.IqiyiAlbum2; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * |
| | | * @param show |
| | | */ |
| | | public void addToVideoInfo(HanmiShow show); |
| | | public void addToInternetSearch(HanmiShow show) throws Exception; |
| | | |
| | | |
| | | public PlayUrl getPlayUrl(String detailSystemId, int resourceId, String id, String videoId); |
| | | |
| | | |
| | | public int getShowType(String videoid); |
| | | |
| | | public VideoInfo convertShowToVideoInfo(HanmiShow show); |
| | | |
| | | |
| | | public HanmiShow selectShowById(String id); |
| | |
| | | */ |
| | | public HanmiShow getShowDetail(String id); |
| | | |
| | | |
| | | public List<HanmiShow> listAll(int page,int pageSize); |
| | | |
| | | public long countAll(); |
| | | |
| | | } |