| | |
| | | import com.yeshi.buwan.domain.VideoDetailInfo; |
| | | import com.yeshi.buwan.domain.VideoInfo; |
| | | import com.yeshi.buwan.domain.entity.PlayUrl; |
| | | import com.yeshi.buwan.iqiyi.entity.IqiyiAlbum2; |
| | | import com.yeshi.buwan.exception.video.IqiyiVideoSolrException; |
| | | import com.yeshi.buwan.videos.iqiyi.entity.IqiyiAlbum2; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | /** |
| | | * 专辑下线 |
| | | * |
| | | * @param id |
| | | */ |
| | | public void offlineIqiyiAlbum(Long id); |
| | |
| | | |
| | | /** |
| | | * 根据专辑ID删除 |
| | | * |
| | | * @param id |
| | | */ |
| | | public void deleteByAid(long id); |
| | |
| | | |
| | | /** |
| | | * 根据ID查询 |
| | | * |
| | | * @param idsList |
| | | * @return |
| | | */ |
| | | public List<IqiyiAlbum2> listByIds(List<Long> idsList); |
| | | |
| | | |
| | | /** |
| | | * 验证专辑的搜素引擎状态 |
| | | * |
| | | * @param albumId |
| | | */ |
| | | public void validAlbumSolrState(Long albumId) throws IqiyiVideoSolrException; |
| | | } |