类 ConstParamController
java.lang.Object
net.sohelp.boot.admin.core.base.BaseController
net.sohelp.boot.dev.web.system.param.ConstParamController
@RestController("dev-system-const-param")
@RequestMapping("/dev/system/const/param")
public class ConstParamController
extends BaseController
- 从以下版本开始:
- 2023/3/28
- 作者:
- AaronFung
-
字段概要
从类继承的字段 net.sohelp.boot.admin.core.base.BaseController
request, response -
构造器概要
构造器 -
方法概要
从类继承的方法 net.sohelp.boot.admin.core.base.BaseController
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getNickname, getTenantId, getUserName, getUserNo, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, response, response, responseStream, success, success, success, success, validateToken
-
构造器详细资料
-
ConstParamController
public ConstParamController()
-
-
方法详细资料
-
getTree
获取系统参数树结构- 返回:
- 返回系统参数列表
-
page
@GetMapping("/page") @Permission("ADMIN") public ApiResult<Pager<Map<String,Object>>> page(@RequestParam Map<String, Object> paramMap) throws Exception- 抛出:
Exception
-
reloadAll
@PostMapping("/reloadAll") @Permission("ADMIN") public ApiResult<String> reloadAll() throws SQLException- 抛出:
SQLException
-
list
@GetMapping("/list") @Permission("ADMIN") public ApiResult<List<Map<String,Object>>> list(@RequestParam Map<String, Object> paramMap) throws Exception- 抛出:
Exception
-
getById
@GetMapping("/getById") @Permission("ADMIN") public ApiResult<Map<String,Object>> getById(@RequestParam Map<String, Object> paramMap) throws Exception- 抛出:
Exception
-
delete
@PostMapping("/delete") @Transactional(rollbackFor=java.lang.Exception.class) @Permission("DEVELOPER") @OperationLog(value="\u5220\u9664\u7cfb\u7edf\u53d8\u91cf", important=true) public ApiResult<Map<String,Object>> delete(@RequestBody Map<String, Object> paramMap) throws SQLException- 抛出:
SQLException
-
save
@PostMapping("/save") @Transactional(rollbackFor=java.lang.Exception.class) @Permission("DEVELOPER") @OperationLog(value="\u4fdd\u5b58\u7cfb\u7edf\u53d8\u91cf", important=true) public ApiResult<Map<String,Object>> save(@RequestBody Map<String, Object> paramMap) throws SQLException, EntityException, EntityEventException, EntityValidateException, EntityFormulaException, TokenAuthenticationException, DuplicateKeyException
-