package com.tarena.blog.dao; import java.util.List; import com.tarena.blog.entity.Blog; public interface BlogDao { public void saveBlog(Blog blog) throws Exception; public void updateBlog(Blog blog)throws Exception; public void deleteBlog(long blogid)throws Exception; public Blog findById(long blogid) throws Exception; public List<Blog> findAllBlogByUserId(long userId)throws Exception; public List<Blog> findAllBlog()throws Exception; public List<Blog> findByBlogType(long blogTypeId,int page)throws Exception; public List<Blog> findByBlogName(String blogName) throws Exception; public void updateReadTime(long blogId,long times)throws Exception; public void updateFeedBackNum(long userId,long num)throws Exception; public List<Blog> findPageBlogs(long userId,int page)throws Exception; public int findBlogNum(long userId) throws Exception; public int findBlogNumByType(long userId,long blogTypeId) throws Exception; public List<Blog> findNextBlogs(long userId,long blogId) throws Exception; public List<Blog> findBeforeBlogs(long userId,long blogId) throws Exception; public List<Blog> findTopTEn()throws Exception; public List<Blog> findBlog(long id,int page)throws Exception; }

Nilupar LV3
2022年7月6日
wanglinddad LV55
2022年4月27日
Louis LV7
2021年8月12日
15525425383 LV6
2021年5月23日
nitama LV19
2021年5月16日
月初0njuiihuih LV4
2021年1月7日
harrison996 LV3
2020年11月17日
15687890811 LV12
2020年10月6日
王步庆 LV9
2020年5月20日
SilverShadow LV2
2020年5月9日

微信网友_7488517268295680
4月29日
暂无贡献等级
多可悲
4月19日
暂无贡献等级
zolscy LV24
2024年12月18日
superlogin LV8
2024年12月3日
Peny_ZH LV5
2024年9月21日
阿萨大大123213 LV2
2024年2月24日
pangzhihui LV14
2024年2月15日
jp413670706 LV3
2024年1月5日
sourcezero LV5
2023年12月20日
1383838438 LV1
2023年11月14日