类 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
  • 字段概要

    从类继承的字段 net.guerlab.smart.platform.server.service.BaseServiceImpl

    sequence

    从类继承的字段 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl

    baseMapper, entityClass, log, mapperClass

    从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService

    DEFAULT_BATCH_SIZE
  • 构造器概要

    构造器 
    构造器 说明
    ArticleServiceImpl()  
  • 方法概要

    修饰符和类型 方法 说明
    void addViewNumber​(java.lang.Long articleId)
    增加阅读量
    void articleCategoryUpdateAfterHandler​(ArticleCategory articleCategory)
    文章分类编辑处理
    protected void insertAfter​(Article entity)  
    protected void insertBefore​(Article entity)  
    protected void updateAfter​(Article entity)  
    protected void updateBefore​(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.article.service.service.ArticleService

    getEntityClass

    从接口继承的方法 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.BaseSaveService

    insert

    从接口继承的方法 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

    从接口继承的方法 net.guerlab.smart.platform.server.service.QueryWrapperGetter

    getLambdaQueryWrapper, getQueryWrapper, getQueryWrapper, getQueryWrapperWithSelectMethod, getQueryWrapperWithSelectMethod