索引

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

addInterceptors(InterceptorRegistry) - 类中的方法 plus.hiver.common.config.web.WebConfig
 
addWord(String) - 类中的静态方法 plus.hiver.common.utils.StopWordsUtil
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类中的方法 plus.hiver.common.config.interceptor.ThreadLocalCleanupInterceptor
 
ALI_OSS - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.OSS_TYPE
 
ALI_OSS - 接口中的静态变量 plus.hiver.common.constant.SettingConstant
阿里OSS配置
ALI_SMS - 接口中的静态变量 plus.hiver.common.constant.SettingConstant
阿里短信配置
ApiAssert - plus.hiver.common.api中的类
REST API 业务断言
ApiAssert() - 类的构造器 plus.hiver.common.api.ApiAssert
 
APP_HEADER - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
appToken参数头
aroundMethod(ProceedingJoinPoint) - 类中的方法 plus.hiver.common.aop.SystemLogAspect
后置通知 (在方法执行之后返回)用于拦截Controller层操作
AsyncUtil - plus.hiver.common.utils中的类
异步方法工具类
AsyncUtil() - 类的构造器 plus.hiver.common.utils.AsyncUtil
 

B

BaseContext - plus.hiver.common.utils中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
BaseContext() - 类的构造器 plus.hiver.common.utils.BaseContext
 
BaseServiceImpl<M extends CrudMapper<T>,T> - plus.hiver.common.config.mybatisplus.service中的类
自定义 IBaseService 实现
BaseServiceImpl() - 类的构造器 plus.hiver.common.config.mybatisplus.service.BaseServiceImpl
 
batchSqlInjector() - 类中的方法 plus.hiver.common.config.mybatisplus.MybatisPlusConfig
 
BeansConfiguration - plus.hiver.common.config.bean中的类
声明bean
BeansConfiguration() - 类的构造器 plus.hiver.common.config.bean.BeansConfiguration
 
BusinessType - plus.hiver.common.enums中的Enum Class
消息业务类型类

C

cacheManagerWithHalfOfMouth(RedisConnectionFactory) - 类中的方法 plus.hiver.common.config.cache.RedisCacheConfig
* 配置redis过期时间 半个月
cacheManagerWithHours(RedisConnectionFactory) - 类中的方法 plus.hiver.common.config.cache.RedisCacheConfig
* 配置Redis过期时间1小时
cacheManagerWithMouth(RedisConnectionFactory) - 类中的方法 plus.hiver.common.config.cache.RedisCacheConfig
* 配置Redis过期时间 一个月 解决cache(@Cacheable)把数据缓存到redis中的value是乱码问题
camel2Underline(String) - 类中的静态方法 plus.hiver.common.utils.PageUtil
驼峰法转下划线
check(Supplier<Authentication>, RequestAuthorizationContext) - 类中的方法 plus.hiver.common.config.security.service.CustomAuthorizationManagerServiceImpl
 
checkById(Long) - 接口中的方法 plus.hiver.common.config.mybatisplus.service.IBaseService
根据 ID 查询 检查数据合法性
checkExists(boolean, Supplier<LambdaQueryWrapper<T>>, String) - 接口中的方法 plus.hiver.common.config.mybatisplus.service.IBaseService
校验指定条件是否存在
checkExists(LambdaQueryWrapper<T>, String) - 接口中的方法 plus.hiver.common.config.mybatisplus.service.IBaseService
校验指定条件是否存在
checkUrl(String) - 类中的方法 plus.hiver.common.utils.AsyncUtil
 
checkUserInfo(User) - 类中的静态方法 plus.hiver.common.utils.NameUtil
校验用户名、手机号、邮箱、昵称 不校验传空字符或null
checkUserPassword(String, String) - 类中的方法 plus.hiver.common.utils.SecurityUtil
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类中的方法 plus.hiver.common.config.security.handler.SecurityAuthenticationEntryPoint
 
CommonUtil - plus.hiver.common.utils中的类
常用工具
configureMessageBroker(MessageBrokerRegistry) - 类中的方法 plus.hiver.common.config.websocket.WebSocketStompConfig
配置信息代理
configurePathMatch(PathMatchConfigurer) - 类中的方法 plus.hiver.common.config.web.WebConfig
 
ControllerStringParamTrimConfig - plus.hiver.common.config.bean中的类
去除前端传递的空格
ControllerStringParamTrimConfig() - 类的构造器 plus.hiver.common.config.bean.ControllerStringParamTrimConfig
 
convert(Class<T>) - 接口中的方法 plus.hiver.common.base.HiverBeanConvert
获取自动转换后的JavaBean对象
count(Specification<E>) - 接口中的方法 plus.hiver.common.base.HiverBaseService
获取查询条件的结果数
count(Specification<E>) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
Create - plus.hiver.common.validation中的接口
新增添加
createToken(Long, String, Integer) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
根据用户名和ID创建token
createTokenWithMap(Map<String, Object>) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
使用默认主题,默认时间,默认秘钥,创建自定义集合token
createTokenWithMap(Map<String, Object>, Integer) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
使用默认主题,默认秘钥,自定义时间,创建集合形式token
createTokenWithMap(Map<String, Object>, String) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
使用默认主题,默认秘钥,自定义key,创建集合形式token
createTokenWithMap(Map<String, Object>, String, Integer) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
创建集合形式token
createTokenWithMap(Map<String, Object>, String, String) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
创建集合形式token
createTokenWithMap(Map<String, Object>, String, String, Integer) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
创建集合形式token
createTokenWithMap(Map<String, Object>, String, String, Date) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
创建集合形式token
createTokenWithMap(Map<String, Object>, String, Date) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
使用自定义主题,自定义时间,创建集合形式token
createTokenWithMap(Map<String, Object>, Date) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
使用默认主题,默认秘钥,自定义时间,创建集合形式token
CrudMapper<T> - plus.hiver.common.config.mybatisplus.mapper中的接口
自定义批量插入 Mapper 继承即可获得批量插入能力
CustomAuthenticationException - plus.hiver.common.exception中的异常错误
处理与认证相关的异常
CustomAuthenticationException(String) - 异常错误的构造器 plus.hiver.common.exception.CustomAuthenticationException
 
CustomAuthorizationManagerServiceImpl - plus.hiver.common.config.security.service中的类
自定义授权管理器服务实现
CustomAuthorizationManagerServiceImpl() - 类的构造器 plus.hiver.common.config.security.service.CustomAuthorizationManagerServiceImpl
 

D

dao - 类中的变量 plus.hiver.common.base.HiverBaseServiceImpl
 
data(T) - 类中的静态方法 plus.hiver.common.utils.ResultUtil
 
data(T, String) - 类中的静态方法 plus.hiver.common.utils.ResultUtil
 
DATA_TYPE_ALL - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
全部数据权限
DATA_TYPE_CUSTOM - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
自定义数据权限
DATA_TYPE_SAME - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
本部门
DATA_TYPE_SELF - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
自己
DATA_TYPE_UNDER - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
本部门及以下
DataPermission - plus.hiver.common.annotation中的Annotation Interface
过略数据权限注解
DATE_MM - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
日期格式化 年月日时分
DATE_MM_SS - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
日期格式化 年月日时分秒
delByIds(ID[]) - 类中的方法 plus.hiver.common.base.HiverBaseController
 
delete(E) - 接口中的方法 plus.hiver.common.base.HiverBaseService
删除
delete(E) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
delete(ID) - 接口中的方法 plus.hiver.common.base.HiverBaseService
根据Id删除
delete(ID) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
delete(Iterable<E>) - 接口中的方法 plus.hiver.common.base.HiverBaseService
批量删除
delete(Iterable<E>) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
delete(String) - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
删除缓存
Delete - plus.hiver.common.validation中的接口
删除
deleteAll() - 接口中的方法 plus.hiver.common.service.LogService
删除所有
deleteAll() - 类中的方法 plus.hiver.common.serviceimpl.LogServiceImpl
 
deleteAllById(Iterable<ID>) - 接口中的方法 plus.hiver.common.base.HiverBaseService
批量根据id删除
deleteAllById(Iterable<ID>) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
deleteByDepartmentId(Long) - 接口中的方法 plus.hiver.common.dao.DepartmentHeaderDao
通过部门id删除
deleteByDepartmentId(Long) - 接口中的方法 plus.hiver.common.dao.RoleDepartmentDao
通过角色id删除
deleteByDepartmentId(Long) - 接口中的方法 plus.hiver.common.service.DepartmentHeaderService
通过部门id删除
deleteByDepartmentId(Long) - 接口中的方法 plus.hiver.common.service.RoleDepartmentService
通过角色id删除
deleteByDepartmentId(Long) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentHeaderServiceImpl
 
deleteByDepartmentId(Long) - 类中的方法 plus.hiver.common.serviceimpl.RoleDepartmentServiceImpl
 
deleteByPattern(String) - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
删除缓存表达式
deleteByRoleId(Long) - 接口中的方法 plus.hiver.common.dao.RoleDepartmentDao
通过角色id删除
deleteByRoleId(Long) - 接口中的方法 plus.hiver.common.dao.RolePermissionDao
通过roleId删除
deleteByRoleId(Long) - 接口中的方法 plus.hiver.common.service.RoleDepartmentService
通过角色id删除
deleteByRoleId(Long) - 接口中的方法 plus.hiver.common.service.RolePermissionService
通过roleId删除
deleteByRoleId(Long) - 类中的方法 plus.hiver.common.serviceimpl.RoleDepartmentServiceImpl
 
deleteByRoleId(Long) - 类中的方法 plus.hiver.common.serviceimpl.RolePermissionServiceImpl
 
deleteByUserId(Long) - 接口中的方法 plus.hiver.common.dao.DepartmentHeaderDao
通过userId删除
deleteByUserId(Long) - 接口中的方法 plus.hiver.common.dao.UserRoleDao
删除用户角色
deleteByUserId(Long) - 接口中的方法 plus.hiver.common.service.DepartmentHeaderService
通过userId删除
deleteByUserId(Long) - 接口中的方法 plus.hiver.common.service.UserRoleService
删除用户角色
deleteByUserId(Long) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentHeaderServiceImpl
 
deleteByUserId(Long) - 类中的方法 plus.hiver.common.serviceimpl.UserRoleServiceImpl
 
Department - plus.hiver.common.entity中的类
部门实体类
Department() - 类的构造器 plus.hiver.common.entity.Department
 
DepartmentDao - plus.hiver.common.dao中的接口
部门数据处理层
DepartmentHeader - plus.hiver.common.entity中的类
部门负责实体类
DepartmentHeader() - 类的构造器 plus.hiver.common.entity.DepartmentHeader
 
DepartmentHeaderDao - plus.hiver.common.dao中的接口
部门负责人数据处理层
DepartmentHeaderService - plus.hiver.common.service中的接口
部门负责人接口
DepartmentHeaderServiceImpl - plus.hiver.common.serviceimpl中的类
部门负责人接口实现
DepartmentHeaderServiceImpl(DepartmentHeaderDao) - 类的构造器 plus.hiver.common.serviceimpl.DepartmentHeaderServiceImpl
 
DepartmentService - plus.hiver.common.service中的接口
部门接口
DepartmentServiceImpl - plus.hiver.common.serviceimpl中的类
部门接口实现
DepartmentServiceImpl(DepartmentDao) - 类的构造器 plus.hiver.common.serviceimpl.DepartmentServiceImpl
 
description() - annotation interface 中的元素 plus.hiver.common.annotation.PermissionTag
 
description() - annotation interface 中的元素 plus.hiver.common.annotation.SystemLog
日志名称
DoubleEditor - plus.hiver.common.editors中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
DoubleEditor() - 类的构造器 plus.hiver.common.editors.DoubleEditor
 

E

email(String) - 类中的静态方法 plus.hiver.common.utils.NameUtil
 
EMAIL_SETTING - 接口中的静态变量 plus.hiver.common.constant.SettingConstant
邮箱配置
EmailValidate - plus.hiver.common.vo中的类
邮箱验证
EmailValidate() - 类的构造器 plus.hiver.common.vo.EmailValidate
 
equals(Object, Object, String) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
error(Integer, String) - 类中的静态方法 plus.hiver.common.utils.ResultUtil
 
error(String) - 类中的静态方法 plus.hiver.common.utils.ResultUtil
 
evaluate(String, Map<String, Object>) - 类中的静态方法 plus.hiver.common.script.GroovyScriptEngine
 

F

FACTORY - 类中的静态变量 plus.hiver.common.utils.HibernateProxyTypeAdapter
 
fail(boolean, String) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
fail(boolean, String, Object[], MessageSource) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
fail(boolean, String, MessageSource) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
fail(boolean, Supplier<String>) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
fail(boolean, IErrorCode) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
fail(String) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
fail(String, Object[], MessageSource) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
fail(String, MessageSource) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
fail(IErrorCode) - 类中的静态方法 plus.hiver.common.api.ApiAssert
失败结果
fieldName() - annotation interface 中的元素 plus.hiver.common.annotation.DataPermission
Entity 中的字段名称
filter(String) - 类中的静态方法 plus.hiver.common.utils.StopWordsUtil
将匹配词过滤为*
filter(String, String) - 类中的静态方法 plus.hiver.common.utils.StopWordsUtil
自定义替换符号字符
filterChain(HttpSecurity) - 类中的方法 plus.hiver.common.config.security.WebSecurityConfig
 
findAll(Pageable) - 接口中的方法 plus.hiver.common.base.HiverBaseService
分页获取
findAll(Pageable) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
findAll(Specification<E>) - 接口中的方法 plus.hiver.common.base.HiverBaseService
根据条件查询获取
findAll(Specification<E>) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
findAll(Specification<E>, Pageable) - 接口中的方法 plus.hiver.common.base.HiverBaseService
根据查询条件分页获取
findAll(Specification<E>, Pageable) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
findByAll(User) - 接口中的方法 plus.hiver.common.service.UserService
通过条件获得用户列表
findByAll(User) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findByCondition(String, Pageable) - 接口中的方法 plus.hiver.common.service.RoleService
分页获取
findByCondition(String, Pageable) - 类中的方法 plus.hiver.common.serviceimpl.RoleServiceImpl
 
findByCondition(StopWord, SearchVo, Pageable) - 接口中的方法 plus.hiver.common.service.StopWordService
多条件分页获取
findByCondition(StopWord, SearchVo, Pageable) - 类中的方法 plus.hiver.common.serviceimpl.StopWordServiceImpl
 
findByCondition(User, SearchVo, Pageable) - 接口中的方法 plus.hiver.common.service.UserService
多条件分页获取用户
findByCondition(User, SearchVo, Pageable) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findByConfition(Integer, String, SearchVo, Pageable) - 接口中的方法 plus.hiver.common.service.LogService
分页搜索获取日志
findByConfition(Integer, String, SearchVo, Pageable) - 类中的方法 plus.hiver.common.serviceimpl.LogServiceImpl
 
findByDefaultRole(Boolean) - 接口中的方法 plus.hiver.common.dao.RoleDao
获取默认角色
findByDefaultRole(Boolean) - 接口中的方法 plus.hiver.common.service.RoleService
获取默认角色
findByDefaultRole(Boolean) - 类中的方法 plus.hiver.common.serviceimpl.RoleServiceImpl
 
findByDeleted(Integer) - 接口中的方法 plus.hiver.common.dao.RoleDao
获得所有角色
findByDeleted(Integer) - 接口中的方法 plus.hiver.common.service.RoleService
获得所有角色
findByDeleted(Integer) - 类中的方法 plus.hiver.common.serviceimpl.RoleServiceImpl
 
findByDeletedAndStatus(Integer, Integer) - 接口中的方法 plus.hiver.common.dao.DepartmentDao
获得全部部门
findByDeletedAndStatus(Integer, Integer) - 接口中的方法 plus.hiver.common.service.DepartmentService
获得全部部门
findByDeletedAndStatus(Integer, Integer) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentServiceImpl
 
findByDeletedAndStatusAndDepartmentId(Integer, Integer, Long) - 接口中的方法 plus.hiver.common.dao.UserDao
通过部门获得员工列表
findByDeletedAndStatusAndDepartmentId(Integer, Integer, Long) - 接口中的方法 plus.hiver.common.service.UserService
通过部门获得员工列表
findByDeletedAndStatusAndDepartmentId(Integer, Integer, Long) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findByDeletedAndStatusAndParentId(Integer, Integer, Long) - 接口中的方法 plus.hiver.common.dao.DepartmentDao
根据父节点获得部门列表
findByDeletedAndStatusAndParentId(Integer, Integer, Long) - 接口中的方法 plus.hiver.common.service.DepartmentService
根据父节点获得部门列表
findByDeletedAndStatusAndParentId(Integer, Integer, Long) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentServiceImpl
 
findByDepartmentId(Long) - 接口中的方法 plus.hiver.common.dao.DepartmentHeaderDao
通过部门和负责人类型获取
findByDepartmentId(Long) - 接口中的方法 plus.hiver.common.dao.UserDao
通过部门id获取
findByDepartmentId(Long) - 接口中的方法 plus.hiver.common.service.UserService
通过部门id获取
findByDepartmentId(Long) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findByDepartmentIdAndType(Long, Integer) - 接口中的方法 plus.hiver.common.dao.DepartmentHeaderDao
通过部门和负责人类型获取
findByDepartmentIdIn(List<Long>) - 接口中的方法 plus.hiver.common.dao.DepartmentHeaderDao
通过部门获取
findByDepartmentIdIn(List<Long>) - 接口中的方法 plus.hiver.common.service.DepartmentHeaderService
通过部门获取
findByDepartmentIdIn(List<Long>) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentHeaderServiceImpl
 
findByEmail(String) - 接口中的方法 plus.hiver.common.dao.UserDao
通过邮件获取用户
findByEmail(String) - 接口中的方法 plus.hiver.common.service.UserService
通过邮件和状态获取用户
findByEmail(String) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findById(ID) - 接口中的方法 plus.hiver.common.base.HiverBaseService
根据ID获取 不存在则返回null
findById(ID) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
findByKey(String) - 接口中的方法 plus.hiver.common.dao.SettingDao
通过key获取配置
findByKey(String) - 接口中的方法 plus.hiver.common.service.SettingService
通过id获取
findByKey(String) - 类中的方法 plus.hiver.common.serviceimpl.SettingServiceImpl
 
findByLevelOrderBySortOrder(Integer) - 接口中的方法 plus.hiver.common.dao.PermissionDao
通过层级查找 默认升序
findByMobile(String) - 接口中的方法 plus.hiver.common.dao.UserDao
通过手机获取用户
findByMobile(String) - 接口中的方法 plus.hiver.common.service.UserService
通过手机获取用户
findByMobile(String) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findByParentIdAndIdInOrderBySortOrder(Long, List<Long>) - 接口中的方法 plus.hiver.common.dao.DepartmentDao
通过父id获取 升序 数据权限
findByParentIdAndStatusOrderBySortOrder(Long, Integer) - 接口中的方法 plus.hiver.common.dao.DepartmentDao
通过父id和状态获取 升序
findByParentIdAndStatusOrderBySortOrder(Long, Integer) - 接口中的方法 plus.hiver.common.service.DepartmentService
通过父id和状态获取
findByParentIdAndStatusOrderBySortOrder(Long, Integer) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentServiceImpl
 
findByParentIdOrderBySortOrder(Long) - 接口中的方法 plus.hiver.common.dao.DepartmentDao
通过父id获取 升序
findByParentIdOrderBySortOrder(Long) - 接口中的方法 plus.hiver.common.dao.PermissionDao
通过parendId查找
findByParentIdOrderBySortOrder(Long) - 接口中的方法 plus.hiver.common.service.PermissionService
通过parendId查找
findByParentIdOrderBySortOrder(Long) - 类中的方法 plus.hiver.common.serviceimpl.PermissionServiceImpl
 
findByParentIdOrderBySortOrder(Long, Boolean) - 接口中的方法 plus.hiver.common.service.DepartmentService
通过父id获取 升序
findByParentIdOrderBySortOrder(Long, Boolean) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentServiceImpl
 
findByPermissionId(Long) - 接口中的方法 plus.hiver.common.dao.RolePermissionDao
通过permissionId获取
findByPermissionId(Long) - 接口中的方法 plus.hiver.common.service.RolePermissionService
通过permissionId获取
findByPermissionId(Long) - 类中的方法 plus.hiver.common.serviceimpl.RolePermissionServiceImpl
 
findByRoleId(Long) - 接口中的方法 plus.hiver.common.dao.RoleDepartmentDao
通过roleId获取
findByRoleId(Long) - 接口中的方法 plus.hiver.common.dao.RolePermissionDao
通过roleId获取
findByRoleId(Long) - 接口中的方法 plus.hiver.common.dao.UserRoleDao
通过roleId查找
findByRoleId(Long) - 接口中的方法 plus.hiver.common.service.RoleDepartmentService
通过roleId获取
findByRoleId(Long) - 接口中的方法 plus.hiver.common.service.RolePermissionService
通过roleId获取
findByRoleId(Long) - 接口中的方法 plus.hiver.common.service.UserRoleService
通过roleId查找
findByRoleId(Long) - 类中的方法 plus.hiver.common.serviceimpl.RoleDepartmentServiceImpl
 
findByRoleId(Long) - 类中的方法 plus.hiver.common.serviceimpl.RolePermissionServiceImpl
 
findByRoleId(Long) - 类中的方法 plus.hiver.common.serviceimpl.UserRoleServiceImpl
 
findByTitle(String) - 接口中的方法 plus.hiver.common.dao.PermissionDao
通过名称获取
findByTitle(String) - 接口中的方法 plus.hiver.common.service.PermissionService
通过名称获取
findByTitle(String) - 类中的方法 plus.hiver.common.serviceimpl.PermissionServiceImpl
 
findByTitleLikeAndIdInOrderBySortOrder(String, List<Long>) - 接口中的方法 plus.hiver.common.dao.DepartmentDao
部门名模糊搜索 升序 数据权限
findByTitleLikeOrderBySortOrder(String) - 接口中的方法 plus.hiver.common.dao.DepartmentDao
部门名模糊搜索 升序
findByTitleLikeOrderBySortOrder(String) - 接口中的方法 plus.hiver.common.dao.PermissionDao
模糊搜索
findByTitleLikeOrderBySortOrder(String) - 接口中的方法 plus.hiver.common.service.PermissionService
模糊搜索
findByTitleLikeOrderBySortOrder(String) - 类中的方法 plus.hiver.common.serviceimpl.PermissionServiceImpl
 
findByTitleLikeOrderBySortOrder(String, Boolean) - 接口中的方法 plus.hiver.common.service.DepartmentService
部门名模糊搜索 升序
findByTitleLikeOrderBySortOrder(String, Boolean) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentServiceImpl
 
findByTypeAndStatusOrderBySortOrder(Integer, Integer) - 接口中的方法 plus.hiver.common.dao.PermissionDao
通过类型和状态获取
findByTypeAndStatusOrderBySortOrder(Integer, Integer) - 接口中的方法 plus.hiver.common.service.PermissionService
通过类型和状态获取
findByTypeAndStatusOrderBySortOrder(Integer, Integer) - 类中的方法 plus.hiver.common.serviceimpl.PermissionServiceImpl
 
findByUserId(Long) - 接口中的方法 plus.hiver.common.dao.mapper.PermissionMapper
通过用户id获取
findByUserId(Long) - 接口中的方法 plus.hiver.common.dao.mapper.UserRoleMapper
通过用户id获取
findByUserId(Long) - 接口中的方法 plus.hiver.common.service.mybatis.IPermissionService
通过用户id获取
findByUserId(Long) - 接口中的方法 plus.hiver.common.service.mybatis.IUserRoleService
通过用户id获取
findByUserId(Long) - 类中的方法 plus.hiver.common.serviceimpl.mybatis.IPermissionServiceImpl
 
findByUserId(Long) - 类中的方法 plus.hiver.common.serviceimpl.mybatis.IUserRoleServiceImpl
 
findByUserIdAndDepartmentId(Long, Long) - 接口中的方法 plus.hiver.common.dao.DepartmentHeaderDao
通过部门id和userId类型获取
findByUsername(String) - 接口中的方法 plus.hiver.common.dao.UserDao
通过用户名获取用户
findByUsername(String) - 接口中的方法 plus.hiver.common.service.UserService
通过用户名获取用户
findByUsername(String) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findByUsernameLikeAndStatus(String, Integer) - 接口中的方法 plus.hiver.common.dao.UserDao
通过用户名模糊搜索
findByUsernameLikeAndStatus(String, Integer) - 接口中的方法 plus.hiver.common.service.UserService
通过用户名模糊搜索
findByUsernameLikeAndStatus(String, Integer) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findByUsernameOrEmailOrMobile(String, String, String) - 接口中的方法 plus.hiver.common.dao.UserDao
搜索用户
findByUsernameOrEmailOrMobile(String, String, String) - 接口中的方法 plus.hiver.common.service.UserService
搜索用户
findByUsernameOrEmailOrMobile(String, String, String) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
findDepartmentAllById(Long) - 接口中的方法 plus.hiver.common.service.DepartmentService
获得该部门的上级所有部门
findDepartmentAllById(Long) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentServiceImpl
 
findDepIdsByUserId(Long) - 接口中的方法 plus.hiver.common.dao.mapper.UserRoleMapper
通过用户id获取用户角色关联的部门数据
findDepIdsByUserId(Long) - 接口中的方法 plus.hiver.common.service.mybatis.IUserRoleService
通过用户id获取用户角色关联的部门数据
findDepIdsByUserId(Long) - 类中的方法 plus.hiver.common.serviceimpl.mybatis.IUserRoleServiceImpl
 
findHeaderByDepartmentId(Long) - 接口中的方法 plus.hiver.common.service.DepartmentHeaderService
通过部门和负责人类型获取
findHeaderByDepartmentId(Long) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentHeaderServiceImpl
 
findHeaderByDepartmentId(Long, Integer) - 接口中的方法 plus.hiver.common.service.DepartmentHeaderService
通过部门和负责人类型获取
findHeaderByDepartmentId(Long, Integer) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentHeaderServiceImpl
 
findUserByEmail(String) - 类中的方法 plus.hiver.common.utils.SecurityUtil
 
findUserByMobile(String) - 类中的方法 plus.hiver.common.utils.SecurityUtil
 
findUserByRoleId(Long) - 接口中的方法 plus.hiver.common.service.UserRoleService
通过roleId查找用户
findUserByRoleId(Long) - 类中的方法 plus.hiver.common.serviceimpl.UserRoleServiceImpl
 
findUserByUsername(String) - 类中的方法 plus.hiver.common.utils.SecurityUtil
 
flowTodoTask - enum class 中的枚举常量 plus.hiver.common.enums.BusinessType
流程代办任务
flush() - 接口中的方法 plus.hiver.common.base.HiverBaseService
清空缓存,提交持久化
flush() - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 

G

get(ID) - 类中的方法 plus.hiver.common.base.HiverBaseController
 
get(ID) - 接口中的方法 plus.hiver.common.base.HiverBaseService
根据ID获取 不存在且使用返回的对象时会抛异常
get(ID) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
get(String) - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
获得缓存字符串
getAll() - 类中的方法 plus.hiver.common.base.HiverBaseController
 
getAll() - 接口中的方法 plus.hiver.common.base.HiverBaseService
获取所有列表
getAll() - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
getAllConfigAttributes() - 类中的方法 plus.hiver.common.config.security.permission.MySecurityMetadataSource
 
getAppId() - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
getAttributes(Object) - 类中的方法 plus.hiver.common.config.security.permission.MySecurityMetadataSource
判定用户请求的url是否在权限表中 如果在权限表中,则返回给decide方法,用来判定用户是否有此权限 如果不在权限表中则放行
getAuthorities() - 类中的方法 plus.hiver.common.config.security.SecurityUserDetails
添加用户拥有的权限和角色
getAuthorities() - 类中的方法 plus.hiver.common.entity.User
 
getByPage(PageVo) - 类中的方法 plus.hiver.common.base.HiverBaseController
 
getCode() - 接口中的方法 plus.hiver.common.api.IErrorCode
错误编码 -1、失败 0、成功
getConnectionFactory() - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
获得连接工厂
getControllerMethodInfo(JoinPoint) - 类中的静态方法 plus.hiver.common.aop.SystemLogAspect
获取注解中对方法的描述信息 用于Controller层注解
getCurrentAuditor() - 类中的方法 plus.hiver.common.config.jpa.UserAuditor
 
getCurrUser() - 类中的方法 plus.hiver.common.utils.SecurityUtil
获取当前登录用户 包含所有信息
getCurrUserPerms(String) - 类中的方法 plus.hiver.common.utils.SecurityUtil
通过用户名获取用户拥有权限
getCurrUserSimple() - 类中的方法 plus.hiver.common.utils.SecurityUtil
获取当前登录用户部分基本信息 id、username、nickname、mobile、email、departmentId、type、permissions(角色和菜单名)
getData() - 类中的方法 plus.hiver.common.utils.ResultUtil
 
getDeparmentIds() - 类中的方法 plus.hiver.common.utils.SecurityUtil
获取当前用户数据权限 null代表具有所有权限 包含值为-1的数据代表无任何权限 包含值为-2的数据代表仅自己的权限
getDeviceInfo(HttpServletRequest) - 类中的静态方法 plus.hiver.common.utils.CommonUtil
获取请求设备信息
getExpire(String) - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
获得缓存时间
getExpire(String, TimeUnit) - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
获得缓存时间
getInfo(HttpServletRequest, String) - 类中的方法 plus.hiver.common.utils.IpInfoUtil
 
getInfo(String, String) - 类中的方法 plus.hiver.common.utils.AsyncUtil
 
getInstance() - 类中的方法 plus.hiver.common.serviceimpl.StopWordServiceImpl
 
getInstance() - 类中的静态方法 plus.hiver.common.utils.StopWordsUtil
 
getIpAddr(HttpServletRequest) - 类中的静态方法 plus.hiver.common.utils.IpInfoUtil
获取客户端IP地址
getIpCity(HttpServletRequest) - 类中的方法 plus.hiver.common.utils.IpInfoUtil
获取IP返回地理信息
getIpCity(String) - 类中的静态方法 plus.hiver.common.utils.IpInfoUtil
获取IP返回地理信息
getJavaInitializationString() - 类中的方法 plus.hiver.common.editors.LongEditor
 
getJavaInitializationString() - 类中的方法 plus.hiver.common.editors.NumberEditor
 
getMapByToken(String) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
使用token获取map集合,使用默认秘钥
getMapByToken(String, String) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
使用token获取map集合
getMethodList(Class<?>, TableInfo) - 类中的方法 plus.hiver.common.config.mybatisplus.mapper.HiverSqlInjector
 
getMsg() - 接口中的方法 plus.hiver.common.api.IErrorCode
错误描述
getName(Integer) - enum class中的静态方法 plus.hiver.common.constant.SettingConstant.OSS_TYPE
 
getOrdinal(String) - enum class中的静态方法 plus.hiver.common.constant.SettingConstant.OSS_TYPE
 
getResult() - 类中的方法 plus.hiver.common.utils.ResultUtil
 
getScriptEngine() - 类中的静态方法 plus.hiver.common.script.GroovyScriptEngine
 
getService() - 类中的方法 plus.hiver.common.base.HiverBaseController
 
getSubjectByToken(String) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
根据token获取主题
getTitle() - enum class中的方法 plus.hiver.common.constant.SettingConstant.SMS_TYPE
 
getToken(String, Boolean) - 类中的方法 plus.hiver.common.utils.SecurityUtil
 
getToken(User, Boolean) - 类中的方法 plus.hiver.common.utils.SecurityUtil
 
getTotalCount() - 接口中的方法 plus.hiver.common.base.HiverBaseService
获取总数
getTotalCount() - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
getUser() - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
getUserId() - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
getUserId(String) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
根据token获取用户ID
getUsername() - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
getUsername(String) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
根据token获取用户名
GMT8 - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
日期格式化 时区
GroovyScriptEngine - plus.hiver.common.script中的类
Groovy 执行脚本
GroovyScriptEngine() - 类的构造器 plus.hiver.common.script.GroovyScriptEngine
 

H

handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - 类中的方法 plus.hiver.common.config.security.handler.SecurityAccessDeniedHandler
 
hasPermission(HttpServletRequest) - 类中的方法 plus.hiver.common.config.security.service.PermissionCheckService
 
hasRole(String) - 类中的方法 plus.hiver.common.entity.User
是否拥有某角色
HEADER - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
token参数头
HEADER_TYPE_MAIN - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
部门负责人类型 主负责人
HEADER_TYPE_VICE - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
部门负责人类型 副负责人
HibernateProxyTypeAdapter - plus.hiver.common.utils中的类
代理对象实例化 工具类 代理对象:我这么理解,就是一个java类中引用到了其他的类,导致无法解析该被代理的类 所以用这个类来帮助进行解析
HiverBaseController<E,ID extends Serializable> - plus.hiver.common.base中的类
控制器基类
HiverBaseController() - 类的构造器 plus.hiver.common.base.HiverBaseController
 
HiverBaseDao<E,ID extends Serializable> - plus.hiver.common.base中的接口
Jpa Bean Dao基类
HiverBaseEntity - plus.hiver.common.base中的类
实体抽象类
HiverBaseEntity() - 类的构造器 plus.hiver.common.base.HiverBaseEntity
 
HiverBaseService<E,ID extends Serializable> - plus.hiver.common.base中的接口
数据服务基类
HiverBaseServiceImpl<E,ID extends Serializable,D extends HiverBaseDao<E,ID>> - plus.hiver.common.base中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
HiverBaseServiceImpl(D) - 类的构造器 plus.hiver.common.base.HiverBaseServiceImpl
 
HiverBeanConvert - plus.hiver.common.base中的接口
基础实体转换
HiverConstant - plus.hiver.common.constant中的接口
全局常量
HiverException - plus.hiver.common.exception中的异常错误
自定义异常类
HiverException(String) - 异常错误的构造器 plus.hiver.common.exception.HiverException
 
HiverException(String, Throwable) - 异常错误的构造器 plus.hiver.common.exception.HiverException
 
HiverException(IErrorCode) - 异常错误的构造器 plus.hiver.common.exception.HiverException
 
HiverSqlInjector - plus.hiver.common.config.mybatisplus.mapper中的类
批量插入注入器
HiverSqlInjector() - 类的构造器 plus.hiver.common.config.mybatisplus.mapper.HiverSqlInjector
 
HiverTokenProperties - plus.hiver.common.config.properties中的类
Token属性
HiverTokenProperties() - 类的构造器 plus.hiver.common.config.properties.HiverTokenProperties
 

I

IBaseService<T> - plus.hiver.common.config.mybatisplus.service中的接口
自定义 Service 基类
IErrorCode - plus.hiver.common.api中的接口
REST API 错误码接口
IgnoredUrlsProperties - plus.hiver.common.config.properties中的类
忽略URL属性
IgnoredUrlsProperties() - 类的构造器 plus.hiver.common.config.properties.IgnoredUrlsProperties
 
initBinder(WebDataBinder) - 类中的方法 plus.hiver.common.config.bean.ControllerStringParamTrimConfig
创建 String trim 编辑器 构造方法中 boolean 参数含义为如果是空白字符串,是否转换为null 即如果为true,那么 " " 会被转换为 null,否者为 ""
initBinder(WebDataBinder) - 类中的方法 plus.hiver.common.config.mybatisplus.JsonAutoConfiguration
字符串转换处理
initMpPage(PageVo) - 类中的静态方法 plus.hiver.common.utils.PageUtil
Mybatis-Plus分页封装
initPage(PageVo) - 类中的静态方法 plus.hiver.common.utils.PageUtil
JPA分页封装
injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类中的方法 plus.hiver.common.config.mybatisplus.mapper.InsertBatch
 
insertBatch(Collection<T>) - 接口中的方法 plus.hiver.common.config.mybatisplus.mapper.CrudMapper
 
InsertBatch - plus.hiver.common.config.mybatisplus.mapper中的类
自定义批量插入方法
InsertBatch(String) - 类的构造器 plus.hiver.common.config.mybatisplus.mapper.InsertBatch
 
insertFill(MetaObject) - 类中的方法 plus.hiver.common.config.mybatisplus.MyMetaObjectHandler
 
IntegerEditor - plus.hiver.common.editors中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
IntegerEditor() - 类的构造器 plus.hiver.common.editors.IntegerEditor
 
IPermissionService - plus.hiver.common.service.mybatis中的接口
权限服务接口
IPermissionServiceImpl - plus.hiver.common.serviceimpl.mybatis中的类
权限接口实现类
IPermissionServiceImpl() - 类的构造器 plus.hiver.common.serviceimpl.mybatis.IPermissionServiceImpl
 
IpInfo - plus.hiver.common.vo中的类
IP Vo
IpInfo() - 类的构造器 plus.hiver.common.vo.IpInfo
 
IpInfoUtil - plus.hiver.common.utils中的类
IP工具类
IpInfoUtil() - 类的构造器 plus.hiver.common.utils.IpInfoUtil
 
isAccountNonExpired() - 类中的方法 plus.hiver.common.config.security.SecurityUserDetails
账户是否过期
isAccountNonLocked() - 类中的方法 plus.hiver.common.config.security.SecurityUserDetails
是否禁用
isContainName(String) - enum class中的静态方法 plus.hiver.common.constant.SettingConstant.OSS_TYPE
 
isCredentialsNonExpired() - 类中的方法 plus.hiver.common.config.security.SecurityUserDetails
密码是否过期
isDepartmentHeader(Long, Long) - 接口中的方法 plus.hiver.common.service.DepartmentHeaderService
是否为部门负责人
isDepartmentHeader(Long, Long) - 类中的方法 plus.hiver.common.serviceimpl.DepartmentHeaderServiceImpl
 
isEmpty(Object, String) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
isEnabled() - 类中的方法 plus.hiver.common.config.security.SecurityUserDetails
是否启用
isExpired(String) - 类中的静态方法 plus.hiver.common.utils.JwtTokenUtil
判断token是否过期
IUserRoleService - plus.hiver.common.service.mybatis中的接口
用户角色接口
IUserRoleServiceImpl - plus.hiver.common.serviceimpl.mybatis中的类
用户角色接口实现类
IUserRoleServiceImpl() - 类的构造器 plus.hiver.common.serviceimpl.mybatis.IUserRoleServiceImpl
 

J

jackson2ObjectMapperBuilderCustomizer() - 类中的方法 plus.hiver.common.config.bean.ControllerStringParamTrimConfig
 
jacksonHttpMessageConverters() - 类中的方法 plus.hiver.common.config.mybatisplus.JsonAutoConfiguration
消息转换
joinName() - annotation interface 中的元素 plus.hiver.common.annotation.DataPermission
Entity 中与部门关联的字段名称
JsonAutoConfiguration - plus.hiver.common.config.mybatisplus中的类
Json 处理相关配置
JsonAutoConfiguration() - 类的构造器 plus.hiver.common.config.mybatisplus.JsonAutoConfiguration
 
jsonRedisSerializer() - 类中的方法 plus.hiver.common.config.cache.RedisCacheConfig
指定的日期模式
judgeIds(Long, Long[]) - 类中的静态方法 plus.hiver.common.utils.CommonUtil
批量递归删除时 判断target是否在ids中 避免重复删除
JWT_SIGN_KEY - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
JWT签名加密key
JwtTokenUtil - plus.hiver.common.utils中的类
JJWT工具类
JwtTokenUtil() - 类的构造器 plus.hiver.common.utils.JwtTokenUtil
 

L

LEVEL_ONE - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
1级菜单
LEVEL_THREE - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
3级菜单
LEVEL_TWO - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
2级菜单
LEVEL_ZERO - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
0级菜单
LIMIT_ALL - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
限流标识
LIMIT_PRE - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
限流前缀
listbyRoleIds(List<Long>) - 接口中的方法 plus.hiver.common.service.mybatis.IUserRoleService
通过角色ID列表获得用户列表
listbyRoleIds(List<Long>) - 类中的方法 plus.hiver.common.serviceimpl.mybatis.IUserRoleServiceImpl
 
listToPage(PageVo, List) - 类中的静态方法 plus.hiver.common.utils.PageUtil
List 手动分页
loadResourceDefine() - 类中的方法 plus.hiver.common.config.security.permission.MySecurityMetadataSource
加载权限表中所有操作请求权限
loadUserByUsername(String) - 类中的方法 plus.hiver.common.config.security.UserDetailsServiceImpl
 
LOCAL_OSS - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.OSS_TYPE
 
LOCAL_OSS - 接口中的静态变量 plus.hiver.common.constant.SettingConstant
本地OSS配置
Log - plus.hiver.common.entity中的类
日志实体类
Log() - 类的构造器 plus.hiver.common.entity.Log
 
LogDao - plus.hiver.common.dao中的接口
日志数据处理层
LOGIN - enum class 中的枚举常量 plus.hiver.common.enums.LogType
1登录
LogService - plus.hiver.common.service中的接口
日志接口
LogServiceImpl - plus.hiver.common.serviceimpl中的类
日志接口实现
LogServiceImpl(LogDao) - 类的构造器 plus.hiver.common.serviceimpl.LogServiceImpl
 
LogType - plus.hiver.common.enums中的Enum Class
日志类型枚举
LongEditor - plus.hiver.common.editors中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
LongEditor() - 类的构造器 plus.hiver.common.editors.LongEditor
 

M

mapToString(Map<String, String[]>) - 类中的静态方法 plus.hiver.common.utils.ObjectUtil
 
mapToStringAll(Map<String, String[]>) - 类中的静态方法 plus.hiver.common.utils.ObjectUtil
 
match(String) - 类中的静态方法 plus.hiver.common.utils.StopWordsUtil
返回匹配的词
matchAll(String) - 类中的静态方法 plus.hiver.common.utils.StopWordsUtil
返回所有匹配的词
matchWord(String) - 类中的静态方法 plus.hiver.common.utils.StopWordsUtil
检测到禁用词直接抛出异常
MEMBER_LOGIN - enum class 中的枚举常量 plus.hiver.common.enums.LogType
3会员登录
MEMBER_OPERATION - enum class 中的枚举常量 plus.hiver.common.enums.LogType
2会员操作
MEMBER_TOKEN - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
会员token前缀key
MESSAGE_RANGE_ALL - 接口中的静态变量 plus.hiver.common.constant.MessageConstant
消息发送范围 所有
MESSAGE_RANGE_USER - 接口中的静态变量 plus.hiver.common.constant.MessageConstant
消息发送范围指定用户
MESSAGE_STATUS_READ - 接口中的静态变量 plus.hiver.common.constant.MessageConstant
已读
MESSAGE_STATUS_UNREAD - 接口中的静态变量 plus.hiver.common.constant.MessageConstant
未读
MessageConstant - plus.hiver.common.constant中的接口
消息常量
metaObjectHandler() - 类中的方法 plus.hiver.common.config.mybatisplus.MybatisPlusConfig
 
MethodSecurityConfig - plus.hiver.common.config.security中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
MethodSecurityConfig() - 类的构造器 plus.hiver.common.config.security.MethodSecurityConfig
 
mobile(String) - 类中的静态方法 plus.hiver.common.utils.NameUtil
 
MybatisPlusConfig - plus.hiver.common.config.mybatisplus中的类
MyBatis Plus配置
MybatisPlusConfig() - 类的构造器 plus.hiver.common.config.mybatisplus.MybatisPlusConfig
 
mybatisPlusInterceptor() - 类中的方法 plus.hiver.common.config.mybatisplus.MybatisPlusConfig
新的分页插件
MyMetaObjectHandler - plus.hiver.common.config.mybatisplus中的类
字段填充审计
MyMetaObjectHandler() - 类的构造器 plus.hiver.common.config.mybatisplus.MyMetaObjectHandler
 
MySecurityMetadataSource - plus.hiver.common.config.security.permission中的类
权限资源管理器 为权限决断器提供支持
MySecurityMetadataSource() - 类的构造器 plus.hiver.common.config.security.permission.MySecurityMetadataSource
 

N

NameUtil - plus.hiver.common.utils中的类
用户名验证工具类
NameUtil() - 类的构造器 plus.hiver.common.utils.NameUtil
 
nextId() - 类中的静态方法 plus.hiver.common.utils.SnowFlakeUtil
 
nonEmpty(Object, String) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
nonEquals(Object, Object, String) - 类中的静态方法 plus.hiver.common.api.ApiAssert
 
NOTICE_SETTING - 接口中的静态变量 plus.hiver.common.constant.SettingConstant
公告配置
NumberEditor - plus.hiver.common.editors中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
NumberEditor() - 类的构造器 plus.hiver.common.editors.NumberEditor
 

O

ObjectUtil - plus.hiver.common.utils中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
ObjectUtil() - 类的构造器 plus.hiver.common.utils.ObjectUtil
 
ONLINE_USER_JWT_LOGOUT_SET_KEY - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
JWT在线用户token退出列表key
ONLINE_USER_PRE - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
在线用户记录
OnlineUserVo - plus.hiver.common.vo中的类
在线配置
OnlineUserVo() - 类的构造器 plus.hiver.common.vo.OnlineUserVo
 
OnlineUserVo(String, String, Boolean, HttpServletRequest) - 类的构造器 plus.hiver.common.vo.OnlineUserVo
构造新在线用户
OPERATION - enum class 中的枚举常量 plus.hiver.common.enums.LogType
默认0操作
OSS_USED - 接口中的静态变量 plus.hiver.common.constant.SettingConstant
当前使用OSS
other - enum class 中的枚举常量 plus.hiver.common.enums.BusinessType
其它
OTHER_SETTING - 接口中的静态变量 plus.hiver.common.constant.SettingConstant
其他配置
OtherSetting - plus.hiver.common.vo中的类
单点登录配置
OtherSetting() - 类的构造器 plus.hiver.common.vo.OtherSetting
 
out(HttpServletResponse, Result<Object>) - 类中的静态方法 plus.hiver.common.utils.ResponseUtil
使用response输出JSON

P

page() - 类中的方法 plus.hiver.common.api.PageParam
 
page(long) - 类中的方法 plus.hiver.common.api.PageParam
 
PageParam<T> - plus.hiver.common.api中的类
分页查询参数
PageParam() - 类的构造器 plus.hiver.common.api.PageParam
 
PageUtil - plus.hiver.common.utils中的类
分页工具类
PageVo - plus.hiver.common.vo中的类
分页VO
PageVo() - 类的构造器 plus.hiver.common.vo.PageVo
 
PARENT_ID - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
1级菜单父id
passwordEncoder() - 类中的方法 plus.hiver.common.config.security.MethodSecurityConfig
设置密码校验器
pathMatcher() - 类中的方法 plus.hiver.common.config.bean.BeansConfiguration
 
permission() - annotation interface 中的元素 plus.hiver.common.annotation.PermissionTag
 
Permission - plus.hiver.common.entity中的类
权限实体类
Permission() - 类的构造器 plus.hiver.common.entity.Permission
 
PERMISSION_NAV - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
顶部菜单类型权限
PERMISSION_OPERATION - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
操作类型权限
PERMISSION_PAGE - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
页面类型权限
PermissionCheckService - plus.hiver.common.config.security.service中的类
权限校验认证
PermissionCheckService() - 类的构造器 plus.hiver.common.config.security.service.PermissionCheckService
 
PermissionDao - plus.hiver.common.dao中的接口
权限数据处理层
PermissionDTO - plus.hiver.common.dto中的类
权限DTO
PermissionDTO() - 类的构造器 plus.hiver.common.dto.PermissionDTO
 
PermissionMapper - plus.hiver.common.dao.mapper中的接口
权限映射
PermissionService - plus.hiver.common.service中的接口
权限接口
PermissionServiceImpl - plus.hiver.common.serviceimpl中的类
权限接口实现
PermissionServiceImpl(PermissionDao) - 类的构造器 plus.hiver.common.serviceimpl.PermissionServiceImpl
 
PermissionTag - plus.hiver.common.annotation中的Annotation Interface
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
plus.hiver.common.annotation - 程序包 plus.hiver.common.annotation
 
plus.hiver.common.aop - 程序包 plus.hiver.common.aop
 
plus.hiver.common.api - 程序包 plus.hiver.common.api
 
plus.hiver.common.base - 程序包 plus.hiver.common.base
 
plus.hiver.common.config.bean - 程序包 plus.hiver.common.config.bean
 
plus.hiver.common.config.cache - 程序包 plus.hiver.common.config.cache
 
plus.hiver.common.config.interceptor - 程序包 plus.hiver.common.config.interceptor
 
plus.hiver.common.config.jpa - 程序包 plus.hiver.common.config.jpa
 
plus.hiver.common.config.mybatisplus - 程序包 plus.hiver.common.config.mybatisplus
 
plus.hiver.common.config.mybatisplus.mapper - 程序包 plus.hiver.common.config.mybatisplus.mapper
 
plus.hiver.common.config.mybatisplus.service - 程序包 plus.hiver.common.config.mybatisplus.service
 
plus.hiver.common.config.properties - 程序包 plus.hiver.common.config.properties
 
plus.hiver.common.config.security - 程序包 plus.hiver.common.config.security
 
plus.hiver.common.config.security.handler - 程序包 plus.hiver.common.config.security.handler
 
plus.hiver.common.config.security.permission - 程序包 plus.hiver.common.config.security.permission
 
plus.hiver.common.config.security.service - 程序包 plus.hiver.common.config.security.service
 
plus.hiver.common.config.web - 程序包 plus.hiver.common.config.web
 
plus.hiver.common.config.websocket - 程序包 plus.hiver.common.config.websocket
 
plus.hiver.common.constant - 程序包 plus.hiver.common.constant
 
plus.hiver.common.dao - 程序包 plus.hiver.common.dao
 
plus.hiver.common.dao.mapper - 程序包 plus.hiver.common.dao.mapper
 
plus.hiver.common.dto - 程序包 plus.hiver.common.dto
 
plus.hiver.common.editors - 程序包 plus.hiver.common.editors
 
plus.hiver.common.entity - 程序包 plus.hiver.common.entity
 
plus.hiver.common.enums - 程序包 plus.hiver.common.enums
 
plus.hiver.common.exception - 程序包 plus.hiver.common.exception
 
plus.hiver.common.redis - 程序包 plus.hiver.common.redis
 
plus.hiver.common.script - 程序包 plus.hiver.common.script
 
plus.hiver.common.service - 程序包 plus.hiver.common.service
 
plus.hiver.common.service.mybatis - 程序包 plus.hiver.common.service.mybatis
 
plus.hiver.common.serviceimpl - 程序包 plus.hiver.common.serviceimpl
 
plus.hiver.common.serviceimpl.mybatis - 程序包 plus.hiver.common.serviceimpl.mybatis
 
plus.hiver.common.utils - 程序包 plus.hiver.common.utils
 
plus.hiver.common.validation - 程序包 plus.hiver.common.validation
 
plus.hiver.common.vo - 程序包 plus.hiver.common.vo
 
pointCut() - 类中的方法 plus.hiver.common.aop.SystemLogAspect
获取注解中对方法的描述信息 用于Controller层注解
PRE_EMAIL - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
邮件验证码key前缀
PRE_SMS - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
短信验证码key前缀
primaryTaskExecutor() - 类中的方法 plus.hiver.common.config.bean.BeansConfiguration
 

R

read(JsonReader) - 类中的方法 plus.hiver.common.utils.HibernateProxyTypeAdapter
 
RedisCacheConfig - plus.hiver.common.config.cache中的类
Redis缓存
RedisCacheConfig() - 类的构造器 plus.hiver.common.config.cache.RedisCacheConfig
 
redisTemplate(LettuceConnectionFactory) - 类中的方法 plus.hiver.common.config.cache.RedisCacheConfig
使用StringRedisSerializer序列化为字符串
RedisTemplateHelper - plus.hiver.common.redis中的类
缓存帮助类
RedisTemplateHelper() - 类的构造器 plus.hiver.common.redis.RedisTemplateHelper
 
refresh() - 类中的方法 plus.hiver.common.utils.AsyncUtil
 
regEmail - 类中的静态变量 plus.hiver.common.utils.NameUtil
 
registerStompEndpoints(StompEndpointRegistry) - 类中的方法 plus.hiver.common.config.websocket.WebSocketStompConfig
注册stomp端点
regMobile - 类中的静态变量 plus.hiver.common.utils.NameUtil
 
regUsername - 类中的静态变量 plus.hiver.common.utils.NameUtil
 
removeUser() - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
removeWord(String) - 类中的静态方法 plus.hiver.common.utils.StopWordsUtil
 
ResponseUtil - plus.hiver.common.utils中的类
HTTP响应工具类
ResponseUtil() - 类的构造器 plus.hiver.common.utils.ResponseUtil
 
restTemplate() - 类中的方法 plus.hiver.common.config.web.WebConfig
 
Result<T> - plus.hiver.common.api中的类
REST API 返回结果
Result() - 类的构造器 plus.hiver.common.api.Result
 
Result(String, Integer) - 类的构造器 plus.hiver.common.api.Result
 
Result(T, String, Integer) - 类的构造器 plus.hiver.common.api.Result
 
resultMap(boolean, Integer, String) - 类中的静态方法 plus.hiver.common.utils.ResponseUtil
 
resultMap(boolean, Integer, String, Object) - 类中的静态方法 plus.hiver.common.utils.ResponseUtil
 
ResultUtil<T> - plus.hiver.common.utils中的类
返回结果工具类
ResultUtil() - 类的构造器 plus.hiver.common.utils.ResultUtil
 
Role - plus.hiver.common.entity中的类
角色实体类
Role() - 类的构造器 plus.hiver.common.entity.Role
 
RoleDao - plus.hiver.common.dao中的接口
角色数据处理层
RoleDepartment - plus.hiver.common.entity中的类
角色对应部门
RoleDepartment() - 类的构造器 plus.hiver.common.entity.RoleDepartment
 
RoleDepartmentDao - plus.hiver.common.dao中的接口
角色部门数据处理层
RoleDepartmentService - plus.hiver.common.service中的接口
角色部门接口
RoleDepartmentServiceImpl - plus.hiver.common.serviceimpl中的类
角色部门接口实现
RoleDepartmentServiceImpl(RoleDepartmentDao) - 类的构造器 plus.hiver.common.serviceimpl.RoleDepartmentServiceImpl
 
RoleDTO - plus.hiver.common.dto中的类
角色DTO
RoleDTO() - 类的构造器 plus.hiver.common.dto.RoleDTO
 
RolePermission - plus.hiver.common.entity中的类
角色对应权限
RolePermission() - 类的构造器 plus.hiver.common.entity.RolePermission
 
RolePermissionDao - plus.hiver.common.dao中的接口
角色权限数据处理层
RolePermissionService - plus.hiver.common.service中的接口
角色权限接口
RolePermissionServiceImpl - plus.hiver.common.serviceimpl中的类
角色权限接口实现
RolePermissionServiceImpl(RolePermissionDao) - 类的构造器 plus.hiver.common.serviceimpl.RolePermissionServiceImpl
 
RoleService - plus.hiver.common.service中的接口
角色接口
RoleServiceImpl - plus.hiver.common.serviceimpl中的类
角色接口实现
RoleServiceImpl(RoleDao) - 类的构造器 plus.hiver.common.serviceimpl.RoleServiceImpl
 

S

save(E) - 类中的方法 plus.hiver.common.base.HiverBaseController
 
save(E) - 接口中的方法 plus.hiver.common.base.HiverBaseService
保存
save(E) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
saveBatch(Collection<T>) - 接口中的方法 plus.hiver.common.config.mybatisplus.service.IBaseService
插入(批量)
saveOrUpdate(Setting) - 接口中的方法 plus.hiver.common.service.SettingService
修改
saveOrUpdate(Setting) - 类中的方法 plus.hiver.common.serviceimpl.SettingServiceImpl
 
saveOrUpdateAll(Iterable<E>) - 接口中的方法 plus.hiver.common.base.HiverBaseService
批量保存与修改
saveOrUpdateAll(Iterable<E>) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
scan(String) - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
搜索缓存
SCRECT_FIELDS - 类中的静态变量 plus.hiver.common.utils.ObjectUtil
屏蔽字段
SearchVo - plus.hiver.common.vo中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
SearchVo() - 类的构造器 plus.hiver.common.vo.SearchVo
 
SecurityAccessDeniedHandler - plus.hiver.common.config.security.handler中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
SecurityAccessDeniedHandler() - 类的构造器 plus.hiver.common.config.security.handler.SecurityAccessDeniedHandler
 
SecurityAuthenticationEntryPoint - plus.hiver.common.config.security.handler中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
SecurityAuthenticationEntryPoint() - 类的构造器 plus.hiver.common.config.security.handler.SecurityAuthenticationEntryPoint
 
SecurityConstant - plus.hiver.common.constant中的接口
安全常量
SecurityUserDetails - plus.hiver.common.config.security中的类
用户安全
SecurityUserDetails(User) - 类的构造器 plus.hiver.common.config.security.SecurityUserDetails
 
SecurityUtil - plus.hiver.common.utils中的类
安全工具类
SecurityUtil() - 类的构造器 plus.hiver.common.utils.SecurityUtil
 
set(String, String) - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
设置缓存
set(String, String, long, TimeUnit) - 类中的方法 plus.hiver.common.redis.RedisTemplateHelper
设置缓存
setAppId(String) - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
setAsText(String) - 类中的方法 plus.hiver.common.editors.DoubleEditor
 
setAsText(String) - 类中的方法 plus.hiver.common.editors.IntegerEditor
 
setAsText(String) - 类中的方法 plus.hiver.common.editors.LongEditor
 
setCode(Integer) - 类中的方法 plus.hiver.common.utils.ResultUtil
 
setData(T) - 类中的方法 plus.hiver.common.utils.ResultUtil
 
setData(T, String) - 类中的方法 plus.hiver.common.utils.ResultUtil
 
setData(T, String, Integer) - 类中的方法 plus.hiver.common.utils.ResultUtil
 
setErrorMsg(Integer, String) - 类中的方法 plus.hiver.common.utils.ResultUtil
 
setErrorMsg(String) - 类中的方法 plus.hiver.common.utils.ResultUtil
 
setMapToParams(Map<String, String[]>) - 类中的方法 plus.hiver.common.entity.Log
转换请求参数为Json
setMessage(String) - 类中的方法 plus.hiver.common.utils.ResultUtil
 
setSuccessMsg(String) - 类中的方法 plus.hiver.common.utils.ResultUtil
 
Setting - plus.hiver.common.entity中的类
配置信息实体类
Setting() - 类的构造器 plus.hiver.common.entity.Setting
 
SettingConstant - plus.hiver.common.constant中的接口
配置常量
SettingConstant.OSS_TYPE - plus.hiver.common.constant中的Enum Class
OSS配置类型
SettingConstant.SMS_TYPE - plus.hiver.common.constant中的Enum Class
短信模版类型
SettingDao - plus.hiver.common.dao中的接口
配置数据处理层
SettingService - plus.hiver.common.service中的接口
配置接口
SettingServiceImpl - plus.hiver.common.serviceimpl中的类
配置接口实现
SettingServiceImpl(SettingDao) - 类的构造器 plus.hiver.common.serviceimpl.SettingServiceImpl
 
setUser(User) - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
setUserId(Long) - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
setUsername(String) - 类中的静态方法 plus.hiver.common.utils.BaseContext
 
SMS_ACTIVITI - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.SMS_TYPE
 
SMS_CHANGE_MOBILE - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.SMS_TYPE
 
SMS_CHANGE_PASS - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.SMS_TYPE
 
SMS_COMMON - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.SMS_TYPE
 
SMS_LOGIN - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.SMS_TYPE
 
SMS_RANGE_ALL - 接口中的静态变量 plus.hiver.common.constant.MessageConstant
短信发送范围 所有
SMS_RANGE_REG - 接口中的静态变量 plus.hiver.common.constant.MessageConstant
短信发送范围 已注册
SMS_RANGE_UNREG - 接口中的静态变量 plus.hiver.common.constant.MessageConstant
短信发送范围 未注册
SMS_REGISTER - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.SMS_TYPE
 
SMS_RESET_PASS - enum class 中的枚举常量 plus.hiver.common.constant.SettingConstant.SMS_TYPE
 
SMS_USED - 接口中的静态变量 plus.hiver.common.constant.SettingConstant
当前使用短信
SnowFlakeUtil - plus.hiver.common.utils中的类
分布式雪花算法
SnowFlakeUtil() - 类的构造器 plus.hiver.common.utils.SnowFlakeUtil
 
SQLInject(String) - 类中的静态方法 plus.hiver.common.utils.PageUtil
防Mybatis-Plus order by注入
STATUS_NORMAL - 接口中的静态变量 plus.hiver.common.constant.HiverConstant
正常状态
StopWord - plus.hiver.common.entity中的类
禁用词实体类
StopWord() - 类的构造器 plus.hiver.common.entity.StopWord
 
StopWordDao - plus.hiver.common.dao中的接口
禁用词管理数据处理层
StopWordService - plus.hiver.common.service中的接口
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
StopWordServiceImpl - plus.hiver.common.serviceimpl中的类
禁用词管理接口实现
StopWordServiceImpl(StopWordDao) - 类的构造器 plus.hiver.common.serviceimpl.StopWordServiceImpl
 
StopWordsUtil - plus.hiver.common.utils中的类
敏感词工具类
success() - 类中的静态方法 plus.hiver.common.utils.ResultUtil
 
success(String) - 类中的静态方法 plus.hiver.common.utils.ResultUtil
 
supports(Class<?>) - 类中的方法 plus.hiver.common.config.security.permission.MySecurityMetadataSource
 
SystemLog - plus.hiver.common.annotation中的Annotation Interface
系统日志注解
SystemLogAspect - plus.hiver.common.aop中的类
Spring AOP实现日志管理
SystemLogAspect() - 类的构造器 plus.hiver.common.aop.SystemLogAspect
 

T

ThreadLocalCleanupInterceptor - plus.hiver.common.config.interceptor中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
ThreadLocalCleanupInterceptor() - 类的构造器 plus.hiver.common.config.interceptor.ThreadLocalCleanupInterceptor
 
ThreadPoolUtil - plus.hiver.common.utils中的类
线程池工具类
TOKEN_MEMBER_PRE - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
会员交互token前缀key
TOKEN_PRE - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
交互token前缀key
TOKEN_SPLIT - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
token分割
TokenUser - plus.hiver.common.vo中的类
用户令牌(后台)
TokenUser(User, Boolean, Boolean) - 类的构造器 plus.hiver.common.vo.TokenUser
 
TokenValidationService - plus.hiver.common.config.security.service中的类
处理Token相关逻辑
TokenValidationService() - 类的构造器 plus.hiver.common.config.security.service.TokenValidationService
 
type() - annotation interface 中的元素 plus.hiver.common.annotation.SystemLog
日志类型

U

update(E) - 类中的方法 plus.hiver.common.base.HiverBaseController
 
update(E) - 接口中的方法 plus.hiver.common.base.HiverBaseService
修改
update(E) - 类中的方法 plus.hiver.common.base.HiverBaseServiceImpl
 
update(String, String, Boolean, RedisTemplateHelper, HttpServletRequest) - 类中的静态方法 plus.hiver.common.vo.OnlineUserVo
更新在线用户信息
Update - plus.hiver.common.validation中的接口
更新修改
updateDepartmentTitle(Long, String) - 接口中的方法 plus.hiver.common.dao.UserDao
更新部门名称
updateDepartmentTitle(Long, String) - 接口中的方法 plus.hiver.common.service.UserService
更新部门名称
updateDepartmentTitle(Long, String) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
updateFill(MetaObject) - 类中的方法 plus.hiver.common.config.mybatisplus.MyMetaObjectHandler
 
User - plus.hiver.common.entity中的类
后台用户实体类
User() - 类的构造器 plus.hiver.common.entity.User
 
USER_DEFAULT_AVATAR - 接口中的静态变量 plus.hiver.common.constant.UserConstant
用户默认头像
USER_STATUS_LOCK - 接口中的静态变量 plus.hiver.common.constant.UserConstant
用户禁用状态
USER_STATUS_NORMAL - 接口中的静态变量 plus.hiver.common.constant.UserConstant
用户正常状态
USER_TOKEN - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
用户token前缀key 单点登录使用
USER_TYPE_ADMIN - 接口中的静态变量 plus.hiver.common.constant.UserConstant
管理员
USER_TYPE_NORMAL - 接口中的静态变量 plus.hiver.common.constant.UserConstant
普通用户
UserAuditor - plus.hiver.common.config.jpa中的类
审计记录创建或修改用户
UserAuditor() - 类的构造器 plus.hiver.common.config.jpa.UserAuditor
 
UserConstant - plus.hiver.common.constant中的接口
用户常量
UserDao - plus.hiver.common.dao中的接口
用户数据处理层
userDetailsService(UserDao) - 类中的方法 plus.hiver.common.config.security.MethodSecurityConfig
使用数据库方式 登录方式:邮箱+用户名
UserDetailsServiceImpl - plus.hiver.common.config.security中的类
用户详细服务
UserDetailsServiceImpl() - 类的构造器 plus.hiver.common.config.security.UserDetailsServiceImpl
 
username(String) - 类中的静态方法 plus.hiver.common.utils.NameUtil
 
UserRole - plus.hiver.common.entity中的类
用户角色实体类
UserRole() - 类的构造器 plus.hiver.common.entity.UserRole
 
UserRoleDao - plus.hiver.common.dao中的接口
用户角色数据处理层
UserRoleMapper - plus.hiver.common.dao.mapper中的接口
用户角色映射
UserRoleService - plus.hiver.common.service中的接口
用户角色接口
UserRoleServiceImpl - plus.hiver.common.serviceimpl中的类
用户角色接口实现
UserRoleServiceImpl(UserRoleDao) - 类的构造器 plus.hiver.common.serviceimpl.UserRoleServiceImpl
 
UserService - plus.hiver.common.service中的接口
用户接口
UserServiceImpl - plus.hiver.common.serviceimpl中的类
用户接口实现
UserServiceImpl(UserDao) - 类的构造器 plus.hiver.common.serviceimpl.UserServiceImpl
 
userToDTO(User) - 类中的方法 plus.hiver.common.serviceimpl.UserServiceImpl
 
userToDTO(User) - 类中的方法 plus.hiver.common.utils.SecurityUtil
 
UserVo - plus.hiver.common.vo中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
UserVo() - 类的构造器 plus.hiver.common.vo.UserVo
 

V

validateToken(HttpServletRequest) - 类中的方法 plus.hiver.common.config.security.service.TokenValidationService
 
valueOf(String) - enum class中的静态方法 plus.hiver.common.constant.SettingConstant.OSS_TYPE
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 plus.hiver.common.constant.SettingConstant.SMS_TYPE
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 plus.hiver.common.enums.BusinessType
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 plus.hiver.common.enums.LogType
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 plus.hiver.common.constant.SettingConstant.OSS_TYPE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 plus.hiver.common.constant.SettingConstant.SMS_TYPE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 plus.hiver.common.enums.BusinessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 plus.hiver.common.enums.LogType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WebConfig - plus.hiver.common.config.web中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
WebConfig() - 类的构造器 plus.hiver.common.config.web.WebConfig
 
WebSecurityConfig - plus.hiver.common.config.security中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
WebSecurityConfig() - 类的构造器 plus.hiver.common.config.security.WebSecurityConfig
 
WebSocketStompConfig - plus.hiver.common.config.websocket中的类
WebSocket配置
WebSocketStompConfig() - 类的构造器 plus.hiver.common.config.websocket.WebSocketStompConfig
 
WECHAT_STATE - 接口中的静态变量 plus.hiver.common.constant.SecurityConstant
微信保存state前缀key
write(JsonWriter, HibernateProxy) - 类中的方法 plus.hiver.common.utils.HibernateProxyTypeAdapter
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格