跳过导航链接
A B C D E F G L P R S T U 

A

add(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictController
添加字典条目
add(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictTypeController
添加字典类型
add(DictRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
新增字典
add(DictTypeRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService
添加字典类型
add(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
add(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl
 

B

batchDelete(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictController
批量删除字典条目
batchDelete(DictRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
批量删除字典
batchDelete(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 

C

cn.stylefeng.roses.kernel.dict.modular.controller - 程序包 cn.stylefeng.roses.kernel.dict.modular.controller
 
cn.stylefeng.roses.kernel.dict.modular.entity - 程序包 cn.stylefeng.roses.kernel.dict.modular.entity
 
cn.stylefeng.roses.kernel.dict.modular.factory - 程序包 cn.stylefeng.roses.kernel.dict.modular.factory
 
cn.stylefeng.roses.kernel.dict.modular.mapper - 程序包 cn.stylefeng.roses.kernel.dict.modular.mapper
 
cn.stylefeng.roses.kernel.dict.modular.pojo - 程序包 cn.stylefeng.roses.kernel.dict.modular.pojo
 
cn.stylefeng.roses.kernel.dict.modular.pojo.request - 程序包 cn.stylefeng.roses.kernel.dict.modular.pojo.request
 
cn.stylefeng.roses.kernel.dict.modular.service - 程序包 cn.stylefeng.roses.kernel.dict.modular.service
 
cn.stylefeng.roses.kernel.dict.modular.service.impl - 程序包 cn.stylefeng.roses.kernel.dict.modular.service.impl
 
collectTreeTasks(List<SysDict>, List<SysDict>) - 类 中的静态方法cn.stylefeng.roses.kernel.dict.modular.factory.DictFactory
将指定的树形结构,平行展开,添加到指定的参数totalDictList
CommonDictController - cn.stylefeng.roses.kernel.dict.modular.controller中的类
字典通用接口
CommonDictController() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.controller.CommonDictController
 

D

del(DictRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
删除字典
del(DictTypeRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService
删除字典类型
del(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
del(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl
 
delete(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictController
删除字典条目
delete(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictTypeController
删除字典类型
deleteByDictId(Long) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
detail(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictController
获取字典详情
detail(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictTypeController
获取字典类型详情
detail(DictRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
查询字典详情
detail(DictTypeRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService
查询-详情-按实体对象
detail(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
detail(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl
 
DictController - cn.stylefeng.roses.kernel.dict.modular.controller中的类
字典详情管理,具体管理某个字典类型下的条目
DictController() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.controller.DictController
 
DictFactory - cn.stylefeng.roses.kernel.dict.modular.factory中的类
字典构建工厂
DictFactory() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.factory.DictFactory
 
DictMapper - cn.stylefeng.roses.kernel.dict.modular.mapper中的接口
字典详情的管理
DictRequest - cn.stylefeng.roses.kernel.dict.modular.pojo.request中的类
字典请求参数封装
DictRequest() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.pojo.request.DictRequest
 
DictRequest.treeList - cn.stylefeng.roses.kernel.dict.modular.pojo.request中的注释类型
获取树形列表
DictRequest.updateTree - cn.stylefeng.roses.kernel.dict.modular.pojo.request中的注释类型
更新树结构
DictService - cn.stylefeng.roses.kernel.dict.modular.service中的接口
字典详情管理
DictServiceImpl - cn.stylefeng.roses.kernel.dict.modular.service.impl中的类
基础字典 服务实现类
DictServiceImpl() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
DictTypeController - cn.stylefeng.roses.kernel.dict.modular.controller中的类
字典类型管理
DictTypeController() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.controller.DictTypeController
 
DictTypeMapper - cn.stylefeng.roses.kernel.dict.modular.mapper中的接口
字典类型表 Mapper 接口
DictTypeRequest - cn.stylefeng.roses.kernel.dict.modular.pojo.request中的类
字典类型,请求参数封装
DictTypeRequest() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.pojo.request.DictTypeRequest
 
DictTypeRequest.validateCode - cn.stylefeng.roses.kernel.dict.modular.pojo.request中的注释类型
参数校验分组:校验code是否可用
DictTypeService - cn.stylefeng.roses.kernel.dict.modular.service中的接口
字典类型管理
DictTypeServiceImpl - cn.stylefeng.roses.kernel.dict.modular.service.impl中的类
字典类型表 服务实现类
DictTypeServiceImpl() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl
 

E

edit(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictController
修改字典条目
edit(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictTypeController
修改字典类型
edit(DictRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
修改字典
edit(DictTypeRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService
修改字典类型
edit(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
edit(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl
 

F

fillParentId(Long, List<SysDict>) - 类 中的静态方法cn.stylefeng.roses.kernel.dict.modular.factory.DictFactory
填充节点的父级id【递归】
findList(DictRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
获取平铺(展开)结构的字典列表 本接口可能会传字典类型id,或者字典类型编码,或者searchText
findList(DictTypeRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService
获取字典类型列表
findList(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
findList(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl
 

G

getDictByDictId(Long) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
getDictDetailsByDictTypeCode(String, String) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
getDictName(String, String) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
getDictNameByDictId(Long) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
getDictTreeList(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictController
获取树形字典列表
getDictTypeIdByDictTypeCode(String) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictTypeServiceImpl
 
getNodeId() - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.pojo.TreeDictInfo
 
getNodeParentId() - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.pojo.TreeDictInfo
 
getPinyin(String) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.CommonDictController
通用获取中文拼音
getPinyin(String) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
通用获取中文拼音
getPinyin(String) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
getTreeDictList(DictRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
获取树形字典列表
getTreeDictList(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 

L

list(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictController
获取平铺(展开)结构的字典列表 本接口可能会传字典类型id,或者字典类型编码,或者searchText
list(DictTypeRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictTypeController
获取字典类型列表

P

pidBuildNodeId() - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.entity.SysDict
 
pidBuildParentId() - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.entity.SysDict
 

R

removeByDictTypeId(Long) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
删除字典类型下的所有字典
removeByDictTypeId(Long) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 

S

setChildrenNodes(List<TreeDictInfo>) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.pojo.TreeDictInfo
 
setPidBuildPidStructure(String) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.entity.SysDict
 
simpleAddDict(SimpleDictUpdateParam) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
simpleEditDict(SimpleDictUpdateParam) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
SysDict - cn.stylefeng.roses.kernel.dict.modular.entity中的类
字典实体
SysDict() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.entity.SysDict
 
SysDictType - cn.stylefeng.roses.kernel.dict.modular.entity中的类
字典类型表,一个字典类型下有多个字典
SysDictType() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.entity.SysDictType
 

T

TreeDictInfo - cn.stylefeng.roses.kernel.dict.modular.pojo中的类
字典详细信息 字典表的实现可以用内存,数据库或redis(具体实现可以根据业务需求自定义)
TreeDictInfo() - 类 的构造器cn.stylefeng.roses.kernel.dict.modular.pojo.TreeDictInfo
 

U

updateDictTree(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.controller.DictController
更新整个字典树结构,用来更新上下级结构和顺序
updateDictTree(DictRequest) - 接口 中的方法cn.stylefeng.roses.kernel.dict.modular.service.DictService
更新整个字典树结构,用来更新上下级结构和顺序
updateDictTree(DictRequest) - 类 中的方法cn.stylefeng.roses.kernel.dict.modular.service.impl.DictServiceImpl
 
updateSort(List<SysDict>, Integer) - 类 中的静态方法cn.stylefeng.roses.kernel.dict.modular.factory.DictFactory
更新字典的排序
A B C D E F G L P R S T U 
跳过导航链接

Copyright © 2024. All rights reserved.