@Service public class SysConfigServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysConfigMapper,SysConfig> implements SysConfigService
| 构造器和说明 |
|---|
SysConfigServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysConfigParam sysConfigParam)
添加系统参数配置
|
void |
del(SysConfigParam sysConfigParam)
删除系统参数配置
|
SysConfig |
detail(SysConfigParam sysConfigParam)
查看系统参数配置
|
void |
edit(SysConfigParam sysConfigParam)
编辑系统参数配置
|
List<SysConfig> |
findList(SysConfigParam sysConfigParam)
查询系统参数配置
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysConfig> |
findPage(SysConfigParam sysConfigParam)
查询系统参数配置
|
Boolean |
getInitConfigFlag() |
InitConfigResponse |
getInitConfigs()
获取初始化的配置列表
|
String |
getServerDeployHost()
获取后端部署的地址
|
void |
initConfig(cn.stylefeng.roses.kernel.config.api.pojo.ConfigInitRequest configInitRequest)
初始化配置参数
|
SysConfig |
querySysConfig(SysConfigParam sysConfigParam)
获取系统参数配置
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById@Transactional(rollbackFor=java.lang.Exception.class) public void add(SysConfigParam sysConfigParam)
SysConfigServiceadd 在接口中 SysConfigServicesysConfigParam - 添加参数@Transactional(rollbackFor=java.lang.Exception.class) public void del(SysConfigParam sysConfigParam)
SysConfigServicedel 在接口中 SysConfigServicesysConfigParam - 删除参数@Transactional(rollbackFor=java.lang.Exception.class) public void edit(SysConfigParam sysConfigParam)
SysConfigServiceedit 在接口中 SysConfigServicesysConfigParam - 编辑参数public SysConfig detail(SysConfigParam sysConfigParam)
SysConfigServicedetail 在接口中 SysConfigServicesysConfigParam - 查看参数public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysConfig> findPage(SysConfigParam sysConfigParam)
SysConfigServicefindPage 在接口中 SysConfigServicesysConfigParam - 查询参数public List<SysConfig> findList(SysConfigParam sysConfigParam)
SysConfigServicefindList 在接口中 SysConfigServicesysConfigParam - 查询参数@Transactional(rollbackFor=java.lang.Exception.class) public void initConfig(cn.stylefeng.roses.kernel.config.api.pojo.ConfigInitRequest configInitRequest)
SysConfigServiceinitConfig 在接口中 SysConfigServicepublic Boolean getInitConfigFlag()
getInitConfigFlag 在接口中 cn.stylefeng.roses.kernel.config.api.InitConfigApipublic InitConfigResponse getInitConfigs()
SysConfigServicegetInitConfigs 在接口中 SysConfigServicepublic String getServerDeployHost()
SysConfigServicegetServerDeployHost 在接口中 SysConfigServicepublic SysConfig querySysConfig(SysConfigParam sysConfigParam)
Copyright © 2022. All rights reserved.