类 ArticleServiceImpl
java.lang.Object
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T>
net.guerlab.smart.platform.server.service.BaseServiceImpl<E,java.lang.Long,M,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>
net.guerlab.smart.article.service.service.impl.AbstractArticleServiceImpl<Article,ArticleMapper>
net.guerlab.smart.article.service.service.impl.ArticleServiceImpl
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<Article>,ArticleCategoryUpdateAfterHandler,AbstractArticleService<Article>,ArticleService,net.guerlab.smart.platform.server.service.BaseDeleteService<Article,java.lang.Long,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>,net.guerlab.smart.platform.server.service.BaseFindService<Article,java.lang.Long,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>,net.guerlab.smart.platform.server.service.BaseSaveService<Article,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>,net.guerlab.smart.platform.server.service.BaseService<Article,java.lang.Long,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>,net.guerlab.smart.platform.server.service.BaseUpdateService<Article,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>,net.guerlab.smart.platform.server.service.QueryWrapperGetter<Article,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>
@Service public class ArticleServiceImpl extends AbstractArticleServiceImpl<Article,ArticleMapper> implements ArticleService, ArticleCategoryUpdateAfterHandler
文章服务实现
- 作者:
- guer
-
字段概要
从类继承的字段 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
baseMapper, entityClass, log, mapperClass从接口继承的字段 net.guerlab.smart.article.service.service.AbstractArticleService
AUTHOR_MAX_LENGTH, DESCRIPTION_MAX_LENGTH, KEYWORDS_MAX_LENGTH, NUMBER_REG, ORIGINAL_LINK_MAX_LENGTH, SYNOPSIS_MAX_LENGTH, TITLE_MAX_LENGTH, UNIQUE_KEY_MAX_LENGTH -
构造器概要
构造器 构造器 说明 ArticleServiceImpl() -
方法概要
修饰符和类型 方法 说明 voidaddViewNumber(java.lang.Long articleId)增加阅读量voidarticleCategoryUpdateAfterHandler(ArticleCategory articleCategory)文章分类编辑处理protected voidinsertAfter(Article entity)protected voidinsertBefore(Article entity)protected voidupdateAfter(Article entity)protected voidupdateBefore(Article entity)从类继承的方法 net.guerlab.smart.article.service.service.impl.AbstractArticleServiceImpl
getCategoryService, getMappingService, queryAll, queryCount, queryPage, setCategoryService, setMappingService从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl
delete, delete, delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, insert, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectList, selectOne, selectOne, selectPage, setSequence, update, update, update, updateById从类继承的方法 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 net.guerlab.smart.article.service.service.AbstractArticleService
queryAll, queryCount, queryPage, selectByUniqueKey从接口继承的方法 net.guerlab.smart.platform.server.service.BaseDeleteService
delete, delete, delete, delete, deleteById, deleteById从接口继承的方法 net.guerlab.smart.platform.server.service.BaseFindService
selectAll, selectAll, selectById, selectByIdOptional, selectCount, selectCount, selectList, selectList, selectList, selectOne, selectOne, selectOneOptional, selectOneOptional, selectPage从接口继承的方法 net.guerlab.smart.platform.server.service.BaseUpdateService
update, update, update, updateById从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService
count, count, getById, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById
-
构造器详细资料
-
ArticleServiceImpl
public ArticleServiceImpl()
-
-
方法详细资料
-
articleCategoryUpdateAfterHandler
从接口复制的说明:ArticleCategoryUpdateAfterHandler文章分类编辑处理- 指定者:
articleCategoryUpdateAfterHandler在接口中ArticleCategoryUpdateAfterHandler- 参数:
articleCategory- 文章分类
-
addViewNumber
public void addViewNumber(java.lang.Long articleId)从接口复制的说明:ArticleService增加阅读量- 指定者:
addViewNumber在接口中ArticleService- 参数:
articleId- 文章ID
-
insertBefore
- 覆盖:
insertBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Article,java.lang.Long,ArticleMapper,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>
-
insertAfter
- 覆盖:
insertAfter在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Article,java.lang.Long,ArticleMapper,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>
-
updateBefore
- 覆盖:
updateBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Article,java.lang.Long,ArticleMapper,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>
-
updateAfter
- 覆盖:
updateAfter在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Article,java.lang.Long,ArticleMapper,net.guerlab.smart.article.core.searchparams.ArticleSearchParams>
-