| | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import com.yeshi.buwan.dao.VideoResourceDao; |
| | | import com.yeshi.buwan.dao.juhe.PPTVCartoonDetailDao; |
| | | import com.yeshi.buwan.dao.juhe.PPTVCartoonVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.PPTVMovieVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.PPTVShortVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.PPTVShowDetailDao; |
| | | import com.yeshi.buwan.dao.juhe.PPTVShowVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.PPTVTVDetailDao; |
| | | import com.yeshi.buwan.dao.juhe.PPTVTVVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.VideoPPTVDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.PPTVCartoonDetailDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.PPTVCartoonVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.PPTVMovieVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.PPTVShortVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.PPTVShowDetailDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.PPTVShowVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.PPTVTVDetailDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.PPTVTVVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.pptv.VideoPPTVDao; |
| | | import com.yeshi.buwan.dao.push.VideoPushHistoryDao; |
| | | import com.yeshi.buwan.domain.CategoryVideo; |
| | | import com.yeshi.buwan.domain.ResourceVideo; |
| | |
| | | return info; |
| | | } |
| | | |
| | | public List<VideoDetailInfo> getVideoDetailList(String videoid) { |
| | | public List<VideoDetailInfo> getVideoDetailList(String videoid,int page,int pageSize) { |
| | | |
| | | List<VideoPPTV> list = videoPPTVDao.list("from VideoPPTV vy where vy.video.id=?", new String[] { videoid }); |
| | | List<VideoDetailInfo> detailList = new ArrayList<VideoDetailInfo>(); |