| | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import com.yeshi.buwan.dao.CategoryVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.SoHuAlbumDao; |
| | | import com.yeshi.buwan.dao.juhe.SoHuVideoDao; |
| | | import com.yeshi.buwan.dao.juhe.sohu.SoHuAlbumDao; |
| | | import com.yeshi.buwan.dao.juhe.sohu.SoHuVideoDao; |
| | | import com.yeshi.buwan.domain.CategoryVideo; |
| | | import com.yeshi.buwan.domain.ResourceVideo; |
| | | import com.yeshi.buwan.domain.VideoDetailInfo; |
| | |
| | | } |
| | | |
| | | @SuppressWarnings("unchecked") |
| | | public List<VideoDetailInfo> getVideoDetailList(final String videoid) { |
| | | public List<VideoDetailInfo> getVideoDetailList(final String videoid,int page,int pageSize) { |
| | | return (List<VideoDetailInfo>) soHuAlbumDao.excute(new HibernateCallback<List<VideoDetailInfo>>() { |
| | | public List<VideoDetailInfo> doInHibernate(Session session) throws HibernateException { |
| | | List<VideoDetailInfo> detailList = new ArrayList<VideoDetailInfo>(); |