@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, updateByPrimaryKeySelective
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public BaseMapper<BlogArticle,String> getMappser()
getMappser
in class BaseServiceImpl<BlogArticle,String>
public List<Article> indexSelect()
indexSelect
in interface BlogArticleService
public JsonUtil getDetail(String code)
getDetail
in interface BlogArticleService
public JsonUtil detail(String code, String ip)
detail
in interface BlogArticleService
public List<Article> selectArticle(String code)
selectArticle
in interface BlogArticleService
public List<Article> selectArticleByTag(String tagCode)
selectArticleByTag
in interface BlogArticleService
public BlogArticle selectPrevious(Date date)
selectPrevious
in interface BlogArticleService
public BlogArticle selectNext(Date date)
selectNext
in interface BlogArticleService
Copyright © 2019. All rights reserved.