类的使用
net.sohelp.boot.admin.core.exceptions.EntityFormulaException
使用EntityFormulaException的程序包
程序包
说明
-
net.sohelp.boot.demo.core.advice中EntityFormulaException的使用
修饰符和类型方法说明GlobalExceptionAdvice.entityFormulaException(EntityFormulaException e, jakarta.servlet.http.HttpServletResponse response) 处理实体公式计算异常(EntityFormulaException) -
net.sohelp.boot.demo.web.login中EntityFormulaException的使用
-
net.sohelp.boot.demo.web.system.param中EntityFormulaException的使用
修饰符和类型方法说明保存系统变量分类(新增或更新)新增或更新系统常量参数保存或更新用户系统变量信息 若传入参数中包含有效ID则执行更新操作;否则视为新增。 -
net.sohelp.boot.demo.web.system.role中EntityFormulaException的使用
-
net.sohelp.boot.demo.web.system.tenant中EntityFormulaException的使用
-
net.sohelp.boot.demo.web.system.user中EntityFormulaException的使用
-
net.sohelp.boot.dev.web.dev.application中EntityFormulaException的使用
修饰符和类型方法说明ApplicationController.disable(ApplicationVO applicationVO) 禁用应用接口 该接口用于禁用指定的应用,通过将应用的disabled属性设置为false来实现ApplicationController.enable(ApplicationVO applicationVO) 启用应用接口 通过传入应用信息,启用指定的应用,并更新application.json文件中的disabled字段为true -
net.sohelp.boot.dev.web.ops.oauth2中EntityFormulaException的使用
-
net.sohelp.boot.dev.web.system.autocode中EntityFormulaException的使用
-
net.sohelp.boot.dev.web.system.config中EntityFormulaException的使用
-
net.sohelp.boot.dev.web.system.i18n中EntityFormulaException的使用
-
net.sohelp.boot.dev.web.system.param中EntityFormulaException的使用
-
net.sohelp.boot.dev.web.system.role中EntityFormulaException的使用
-
net.sohelp.boot.dev.web.system.tenant中EntityFormulaException的使用
-
net.sohelp.boot.dev.web.system.user中EntityFormulaException的使用
修饰符和类型方法说明UserController.getSetting(String id) 获取用户的个性化设置信息。保存用户的权限信息 包括更新用户权限类型,并根据权限范围插入具体的权限数据UserController.updateSetting(Map<String, Object> paramMap) 更新用户的个性化设置项。UserController.updateStatus(Map<String, Object> paramMap) 修改用户的状态(启用/禁用)。