@Service public class BlogArticleServiceImpl extends BaseServiceImpl<BlogArticle,String> implements BlogArticleService
| Constructor and Description |
|---|
BlogArticleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
JsonUtil |
detail(String code,
String ip) |
JsonUtil |
getDetail(String code) |
BaseMapper<BlogArticle,String> |
getMappser() |
List<Article> |
indexSelect() |
List<Article> |
selectArticle(String code) |
List<Article> |
selectArticleByTag(String tagCode) |
BlogArticle |
selectNext(Date date) |
BlogArticle |
selectPrevious(Date date) |
addValue, 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, updateByPrimaryKeySelectiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, 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, updateByPrimaryKeySelectivepublic BaseMapper<BlogArticle,String> getMappser()
getMappser in class BaseServiceImpl<BlogArticle,String>public List<Article> indexSelect()
indexSelect in interface BlogArticleServicepublic JsonUtil getDetail(String code)
getDetail in interface BlogArticleServicepublic JsonUtil detail(String code, String ip)
detail in interface BlogArticleServicepublic List<Article> selectArticle(String code)
selectArticle in interface BlogArticleServicepublic List<Article> selectArticleByTag(String tagCode)
selectArticleByTag in interface BlogArticleServicepublic BlogArticle selectPrevious(Date date)
selectPrevious in interface BlogArticleServicepublic BlogArticle selectNext(Date date)
selectNext in interface BlogArticleServiceCopyright © 2019. All rights reserved.