A B C D E G M S V
A
- ADD_DICT - 接口 中的静态变量cn.stylefeng.roses.kernel.dict.api.constants.DictConstants
-
添加字典的权限标识
B
- buildDictTreeStructure() - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
构建一个完整的字典树
包含字典的类型和字典底下的详情信息
C
- cn.stylefeng.roses.kernel.dict.api - 程序包 cn.stylefeng.roses.kernel.dict.api
-
- cn.stylefeng.roses.kernel.dict.api.constants - 程序包 cn.stylefeng.roses.kernel.dict.api.constants
-
- cn.stylefeng.roses.kernel.dict.api.context - 程序包 cn.stylefeng.roses.kernel.dict.api.context
-
- cn.stylefeng.roses.kernel.dict.api.enums - 程序包 cn.stylefeng.roses.kernel.dict.api.enums
-
- cn.stylefeng.roses.kernel.dict.api.exception - 程序包 cn.stylefeng.roses.kernel.dict.api.exception
-
- cn.stylefeng.roses.kernel.dict.api.exception.enums - 程序包 cn.stylefeng.roses.kernel.dict.api.exception.enums
-
- cn.stylefeng.roses.kernel.dict.api.format - 程序包 cn.stylefeng.roses.kernel.dict.api.format
-
- cn.stylefeng.roses.kernel.dict.api.pojo - 程序包 cn.stylefeng.roses.kernel.dict.api.pojo
-
D
- DELETE_DICT - 接口 中的静态变量cn.stylefeng.roses.kernel.dict.api.constants.DictConstants
-
删除字典的权限标识
- deleteByDictId(Long) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
删除字典,通过dictId
- DICT_EXCEPTION_STEP_CODE - 接口 中的静态变量cn.stylefeng.roses.kernel.dict.api.constants.DictConstants
-
异常枚举的步进值
- DICT_MODULE_NAME - 接口 中的静态变量cn.stylefeng.roses.kernel.dict.api.constants.DictConstants
-
dict模块的名称
- DictApi - cn.stylefeng.roses.kernel.dict.api中的接口
-
字典模块对外提供的api,方便其他模块直接调用
- DictConstants - cn.stylefeng.roses.kernel.dict.api.constants中的接口
-
字典模块的常量
- DictContext - cn.stylefeng.roses.kernel.dict.api.context中的类
-
字典模块,对外的api
- DictContext() - 类 的构造器cn.stylefeng.roses.kernel.dict.api.context.DictContext
-
- DictDetail - cn.stylefeng.roses.kernel.dict.api.pojo中的类
-
字典信息详情
- DictDetail() - 类 的构造器cn.stylefeng.roses.kernel.dict.api.pojo.DictDetail
-
- DictDetail(Long, String, String, BigDecimal) - 类 的构造器cn.stylefeng.roses.kernel.dict.api.pojo.DictDetail
-
- DictException - cn.stylefeng.roses.kernel.dict.api.exception中的异常错误
-
字典模块的异常
- DictException(AbstractExceptionEnum, Object...) - 异常错误 的构造器cn.stylefeng.roses.kernel.dict.api.exception.DictException
-
- DictException(AbstractExceptionEnum) - 异常错误 的构造器cn.stylefeng.roses.kernel.dict.api.exception.DictException
-
- DictExceptionEnum - cn.stylefeng.roses.kernel.dict.api.exception.enums中的枚举
-
字典模块相关的异常枚举
- DictFormatProcess - cn.stylefeng.roses.kernel.dict.api.format中的类
-
JSON响应对组织字典id的转化
- DictFormatProcess() - 类 的构造器cn.stylefeng.roses.kernel.dict.api.format.DictFormatProcess
-
- DictTreeDto - cn.stylefeng.roses.kernel.dict.api.pojo中的类
-
字典值
- DictTreeDto() - 类 的构造器cn.stylefeng.roses.kernel.dict.api.pojo.DictTreeDto
-
- DictTypeApi - cn.stylefeng.roses.kernel.dict.api中的接口
-
字典类型的api
- DictTypeClassEnum - cn.stylefeng.roses.kernel.dict.api.enums中的枚举
-
字典类型的分类枚举
E
- EDIT_DICT - 接口 中的静态变量cn.stylefeng.roses.kernel.dict.api.constants.DictConstants
-
修改字典的权限标识
G
- getDictByDictId(Long) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
通过字典id获取字典的名称和编码信息
- getDictDetailsByDictTypeCode(String, String) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
根据字典类型编码获取所有的字典
- getDictName(Long, String) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
通过字典类型编码和字典编码获取名称
- getDictName(String, String) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
通过字典类型编码和字典编码获取名称
- getDictNameByDictId(Long) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
通过字典id获取字典的名称
- getDictTypeIdByDictTypeCode(String) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictTypeApi
-
通过字典类型的编码,获取到字典类型的id
- getItemClass() - 类 中的方法cn.stylefeng.roses.kernel.dict.api.format.DictFormatProcess
-
M
- me() - 类 中的静态方法cn.stylefeng.roses.kernel.dict.api.context.DictContext
-
获取字典相关操作接口
S
- simpleAddDict(SimpleDictUpdateParam) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
外部系统调用本模块进行新增字典
- SimpleDictUpdateParam - cn.stylefeng.roses.kernel.dict.api.pojo中的类
-
外部系统添加字典的请求参数
- SimpleDictUpdateParam() - 类 的构造器cn.stylefeng.roses.kernel.dict.api.pojo.SimpleDictUpdateParam
-
- simpleEditDict(SimpleDictUpdateParam) - 接口 中的方法cn.stylefeng.roses.kernel.dict.api.DictApi
-
外部系统调用本模块进行更新字典
- simpleItemFormat(Object) - 类 中的方法cn.stylefeng.roses.kernel.dict.api.format.DictFormatProcess
-
V
- valueOf(String) - 枚举 中的静态方法cn.stylefeng.roses.kernel.dict.api.enums.DictTypeClassEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.stylefeng.roses.kernel.dict.api.exception.enums.DictExceptionEnum
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.stylefeng.roses.kernel.dict.api.enums.DictTypeClassEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.stylefeng.roses.kernel.dict.api.exception.enums.DictExceptionEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
A B C D E G M S V
Copyright © 2024. All rights reserved.