类 ValidationFileServiceImpl

java.lang.Object
net.guerlab.smart.platform.server.service.BaseServiceImpl<ValidationFile,​java.lang.String,​ValidationFileMapper,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>
net.guerlab.smart.wx.service.service.impl.ValidationFileServiceImpl
所有已实现的接口:
net.guerlab.smart.platform.server.service.BaseDeleteService<ValidationFile,​java.lang.String,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>, net.guerlab.smart.platform.server.service.BaseFindService<ValidationFile,​java.lang.String,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>, net.guerlab.smart.platform.server.service.BaseSaveService<ValidationFile,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>, net.guerlab.smart.platform.server.service.BaseService<ValidationFile,​java.lang.String,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>, net.guerlab.smart.platform.server.service.BaseUpdateService<ValidationFile,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>, net.guerlab.smart.platform.server.service.QueryWrapperGetter<ValidationFile,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>, ValidationFileService

@Service
public class ValidationFileServiceImpl
extends net.guerlab.smart.platform.server.service.BaseServiceImpl<ValidationFile,​java.lang.String,​ValidationFileMapper,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>
implements ValidationFileService
验证文件服务实现
作者:
guer
  • 字段概要

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

    baseMapper, entityClass, mapperClass, sequence

    从接口继承的字段 net.guerlab.smart.wx.service.service.ValidationFileService

    FILE_SUFFIX
  • 构造器概要

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

    修饰符和类型 方法 说明
    void insert​(ValidationFile entity)  
    protected void insertBefore​(ValidationFile entity)  
    protected void updateBefore​(ValidationFile entity)  

    从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl

    currentMapperClass, currentModelClass, delete, delete, delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, getBaseMapper, insertAfter, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectList, selectOne, selectOne, selectPage, setBaseMapper, setSequence, update, update, update, updateAfter, updateById

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

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

    getLambdaQueryWrapper, getQueryWrapper, getQueryWrapper, getQueryWrapperWithSelectMethod, getQueryWrapperWithSelectMethod

    从接口继承的方法 net.guerlab.smart.wx.service.service.ValidationFileService

    getEntityClass
  • 构造器详细资料

  • 方法详细资料

    • insert

      public void insert​(ValidationFile entity)
      指定者:
      insert 在接口中 net.guerlab.smart.platform.server.service.BaseSaveService<ValidationFile,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>
      覆盖:
      insert 在类中 net.guerlab.smart.platform.server.service.BaseServiceImpl<ValidationFile,​java.lang.String,​ValidationFileMapper,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>
    • insertBefore

      protected void insertBefore​(ValidationFile entity)
      覆盖:
      insertBefore 在类中 net.guerlab.smart.platform.server.service.BaseServiceImpl<ValidationFile,​java.lang.String,​ValidationFileMapper,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>
    • updateBefore

      protected void updateBefore​(ValidationFile entity)
      覆盖:
      updateBefore 在类中 net.guerlab.smart.platform.server.service.BaseServiceImpl<ValidationFile,​java.lang.String,​ValidationFileMapper,​net.guerlab.smart.wx.core.searchparams.ValidationFileSearchParams>