索引

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

R

range(String, long, long) - 类中的方法 com.hengyi.xbaseweb.cache.service.impl.RedisServiceImpl
列表获取
range(String, long, long) - 接口中的方法 com.hengyi.xbaseweb.cache.service.IRedisService
 
rangeByScore(String, double, double) - 类中的方法 com.hengyi.xbaseweb.cache.service.impl.RedisServiceImpl
有序集合获取
rangeByScore(String, double, double) - 接口中的方法 com.hengyi.xbaseweb.cache.service.IRedisService
 
RateLimit - com.hengyi.xbaseweb.system.annotation中的Annotation Interface
 
RateLimitAspect - com.hengyi.xbaseweb.system.aspect中的类
 
RateLimitAspect() - 类的构造器 com.hengyi.xbaseweb.system.aspect.RateLimitAspect
 
receive - 类中的变量 com.hengyi.xbaseweb.pay.vo.UserOrderCountVo
已收货
rechargeMoney(UserRechargeMoneyDto) - 类中的方法 com.hengyi.xbaseweb.system.controller.UserController
给用户充值
rechargeMoney(Long, BigDecimal, String) - 类中的方法 com.hengyi.xbaseweb.system.service.impl.UserServiceImpl
 
rechargeMoney(Long, BigDecimal, String) - 接口中的方法 com.hengyi.xbaseweb.system.service.IUserService
充值金额
RecommendUserPageDto - com.hengyi.xbaseweb.system.dto中的类
Author: dongzp Time: 2020-05-31 14:31:01 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 推荐用户Dto
RecommendUserPageDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.RecommendUserPageDto
 
RedisConfig - com.hengyi.xbaseweb.cache.cache中的类
 
RedisConfig() - 类的构造器 com.hengyi.xbaseweb.cache.cache.RedisConfig
 
RedisRateHandler - com.hengyi.xbaseweb.system.handler中的类
 
RedisRateHandler(RedisTemplate<String, String>) - 类的构造器 com.hengyi.xbaseweb.system.handler.RedisRateHandler
 
RedisServiceImpl - com.hengyi.xbaseweb.cache.service.impl中的类
 
RedisServiceImpl() - 类的构造器 com.hengyi.xbaseweb.cache.service.impl.RedisServiceImpl
 
redisTemplate(RedisConnectionFactory) - 类中的方法 com.hengyi.xbaseweb.cache.cache.RedisConfig
redis模板,存储关键字是字符串,值jackson2JsonRedisSerializer是序列化后的值
refund - 类中的变量 com.hengyi.xbaseweb.pay.vo.UserOrderCountVo
已退款
REFUND - enum class 中的枚举常量 com.hengyi.xbaseweb.pay.enums.OrderTradeStatus
订单已退款
refundApply - 类中的变量 com.hengyi.xbaseweb.pay.vo.UserOrderCountVo
退款中
register(UserRegDto) - 类中的方法 com.hengyi.xbaseweb.system.controller.UserController
用户注册
register(UserRegDto) - 类中的方法 com.hengyi.xbaseweb.system.service.impl.UserServiceImpl
 
register(UserRegDto) - 接口中的方法 com.hengyi.xbaseweb.system.service.IUserService
用户注册
RegisterType - com.hengyi.xbaseweb.system.enums中的Enum Class
 
registerWebSocketHandlers(WebSocketHandlerRegistry) - 类中的方法 com.hengyi.xbaseweb.system.config.WebSocketConfig
 
remove(SysDictData) - 类中的静态方法 com.hengyi.xbaseweb.system.cache.DictCache
 
remove(Long) - 类中的静态方法 com.hengyi.xbaseweb.system.cache.DeptCache
 
remove(Long) - 类中的静态方法 com.hengyi.xbaseweb.system.cache.PostCache
 
remove(String) - 类中的方法 com.hengyi.xbaseweb.cache.service.impl.RedisServiceImpl
删除对应的value
remove(String) - 接口中的方法 com.hengyi.xbaseweb.cache.service.IRedisService
 
remove(String) - 类中的静态方法 com.hengyi.xbaseweb.common.cache.ConfigCache
 
remove(String...) - 类中的方法 com.hengyi.xbaseweb.cache.service.impl.RedisServiceImpl
批量删除对应的value
remove(String...) - 接口中的方法 com.hengyi.xbaseweb.cache.service.IRedisService
 
removeById(Long) - 类中的静态方法 com.hengyi.xbaseweb.system.cache.DictCache
 
removeByIds(List<Long>) - 类中的静态方法 com.hengyi.xbaseweb.system.cache.DictCache
 
removeCookie(HttpServletRequest, HttpServletResponse, String) - 类中的静态方法 com.hengyi.xbaseweb.common.utils.ServletUtils
删除所有cookie
removeKeys(String) - 类中的方法 com.hengyi.xbaseweb.cache.service.impl.RedisServiceImpl
 
removeKeys(String) - 接口中的方法 com.hengyi.xbaseweb.cache.service.IRedisService
 
removeSession(HttpServletRequest, String) - 类中的静态方法 com.hengyi.xbaseweb.common.utils.ServletUtils
删除session
removeTransactional(String...) - 类中的方法 com.hengyi.xbaseweb.cache.service.impl.RedisServiceImpl
批量删除对应的value (带事务,业务代码中用到事务,则需用此方法)
removeTransactional(String...) - 接口中的方法 com.hengyi.xbaseweb.cache.service.IRedisService
 
renderTemplate(String, Map<String, Object>) - 类中的方法 com.hengyi.xbaseweb.system.handler.MessageTemplateHandler
根据模板编码渲染模板内容‌
RepeatedlyReadRequestWrapper - com.hengyi.xbaseweb.system.handler中的类
 
RepeatedlyReadRequestWrapper(HttpServletRequest) - 类的构造器 com.hengyi.xbaseweb.system.handler.RepeatedlyReadRequestWrapper
 
request - 类中的变量 com.hengyi.xbaseweb.system.controller.base.XBaseController
 
request - 类中的变量 com.hengyi.xbaseweb.system.service.base.BaseServiceImpl
 
request(String, Map<String, Object>) - 接口中的方法 com.hengyi.xbaseweb.map.service.IMapService
请求web-api
request(String, Map<String, Object>) - 类中的方法 com.hengyi.xbaseweb.map.service.impl.MapServiceImpl
 
REQUEST_TIMEOUT - 类中的静态变量 com.hengyi.xbaseweb.common.constant.HttpState
客户端请求超时
RequestBodyFilter - com.hengyi.xbaseweb.system.filter中的类
 
RequestBodyFilter() - 类的构造器 com.hengyi.xbaseweb.system.filter.RequestBodyFilter
 
RequestBodyUtils - com.hengyi.xbaseweb.system.handler中的类
 
RequestBodyUtils() - 类的构造器 com.hengyi.xbaseweb.system.handler.RequestBodyUtils
 
resetPassword(UserResetPasswordDto) - 类中的方法 com.hengyi.xbaseweb.system.controller.UserController
重置密码
resetPassword(Long) - 类中的方法 com.hengyi.xbaseweb.system.service.impl.UserServiceImpl
 
resetPassword(Long) - 接口中的方法 com.hengyi.xbaseweb.system.service.IUserService
重置用户密码
ResourceController - com.hengyi.xbaseweb.system.controller中的类
资源模块
ResourceController() - 类的构造器 com.hengyi.xbaseweb.system.controller.ResourceController
 
ResourcesDto - com.hengyi.xbaseweb.system.dto中的类
资源Dto
ResourcesDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.ResourcesDto
 
ResourceServiceImpl - com.hengyi.xbaseweb.system.service.impl中的类
Created:2019/3/26 Time:17:01 Author:dongzp Email:90fanhua@gmail.com Project:xbaseweb-plus Use:
ResourceServiceImpl() - 类的构造器 com.hengyi.xbaseweb.system.service.impl.ResourceServiceImpl
 
ResourcesQueryDto - com.hengyi.xbaseweb.system.dto中的类
资源查询Dto
ResourcesQueryDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.ResourcesQueryDto
 
ResourcesTreeQueryDto - com.hengyi.xbaseweb.system.dto中的类
资源查询Dto
ResourcesTreeQueryDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.ResourcesTreeQueryDto
 
ResourceTreeBuilder - com.hengyi.xbaseweb.system.builder中的类
 
ResourceTreeBuilder(List<SysResources>) - 类的构造器 com.hengyi.xbaseweb.system.builder.ResourceTreeBuilder
 
resumeClosedUser(Long) - 接口中的方法 com.hengyi.xbaseweb.system.mapper.IUserMapper
恢复已删除的用户
RIGHT_LIKE - enum class 中的枚举常量 com.hengyi.xbaseweb.mybatis.annotation.Query.Type
 
ROLE - enum class 中的枚举常量 com.hengyi.xbaseweb.system.enums.SysRouteType
角色
RoleController - com.hengyi.xbaseweb.system.controller中的类
角色列表API
RoleController() - 类的构造器 com.hengyi.xbaseweb.system.controller.RoleController
 
RoleDto - com.hengyi.xbaseweb.system.dto中的类
角色Dto
RoleDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.RoleDto
 
RolePageDto - com.hengyi.xbaseweb.system.dto中的类
Author: dongzp Time: 2020/3/4 22:36 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 角色SQL查询条件
RolePageDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.RolePageDto
 
RoleServiceImpl - com.hengyi.xbaseweb.system.service.impl中的类
Created:2019/3/26 Time:17:00 Author:dongzp Email:90fanhua@gmail.com Project:xbaseweb-plus Use:
RoleServiceImpl() - 类的构造器 com.hengyi.xbaseweb.system.service.impl.RoleServiceImpl
 
RouteDto - com.hengyi.xbaseweb.system.dto中的类
 
RouteDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.RouteDto
 
RoutePageDto - com.hengyi.xbaseweb.system.dto中的类
 
RoutePageDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.RoutePageDto
 
routersList() - 类中的方法 com.hengyi.xbaseweb.system.controller.MenuController
用户菜单列表
rpc() - 类中的方法 com.hengyi.xbaseweb.admin.controller.TestController
 
RpcServiceImpl - com.hengyi.xbaseweb.system.rpc.impl中的类
Author: dongzp Time: 2020/2/23 12:08 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 远程调用服务实现
RpcServiceImpl() - 类的构造器 com.hengyi.xbaseweb.system.rpc.impl.RpcServiceImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格