public interface BlogArticleService extends BaseService<BlogArticle,String>
Modifier and Type | Method and Description |
---|---|
JsonUtil |
detail(String code,
String ip) |
JsonUtil |
getDetail(String code) |
List<Article> |
indexSelect() |
List<Article> |
selectArticle(String code) |
List<Article> |
selectArticleByTag(String tagCode) |
BlogArticle |
selectNext(Date date) |
BlogArticle |
selectPrevious(Date date) |
delete, deleteByExample, deleteByIds, deleteByPrimaryKey, deleteByPrimaryKey, existsWithPrimaryKey, getList, insert, insertList, insertSelective, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectListByPage, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelective, updateByPrimaryKey, updateByPrimaryKeySelective
BlogArticle selectPrevious(Date date)
BlogArticle selectNext(Date date)
Copyright © 2019. All rights reserved.