索引

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|常量字段值|所有程序包|序列化表格

A

AccessToken - com.hengyi.xbaseweb.system.annotation中的Annotation Interface
Author: dongzp Time: 2019/6/14 19:22 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 用于应用APP鉴权
AccessTokenAspect - com.hengyi.xbaseweb.system.aspect中的类
Author: dongzp Time: 2020/4/4 12:39 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 应用token
AccessTokenAspect() - 类的构造器 com.hengyi.xbaseweb.system.aspect.AccessTokenAspect
 
ACCOUNT - enum class 中的枚举常量 com.hengyi.xbaseweb.system.enums.SysLoginType
账号密码登录
add(String, Object) - 类中的方法 com.hengyi.xbaseweb.cache.service.impl.RedisServiceImpl
集合添加
add(String, Object) - 接口中的方法 com.hengyi.xbaseweb.cache.service.IRedisService
 
addArticle(SysArticle) - 接口中的方法 com.hengyi.xbaseweb.article.service.IArticleService
创建文章
addArticle(SysArticle) - 类中的方法 com.hengyi.xbaseweb.article.service.impl.ArticleServiceImpl
 
addCookie(HttpServletResponse, String, String, String, int) - 类中的静态方法 com.hengyi.xbaseweb.common.utils.ServletUtils
添加cookie
AddGroup - com.hengyi.xbaseweb.common.group中的接口
 
addInterceptors(InterceptorRegistry) - 类中的方法 com.hengyi.xbaseweb.system.config.WebConfig
 
addLog(SysLogDto) - 接口中的方法 com.hengyi.xbaseweb.log.service.ILogService
添加日志
addLog(SysLogDto) - 类中的方法 com.hengyi.xbaseweb.log.service.impl.LogServiceImpl
 
addResourceHandlers(ResourceHandlerRegistry) - 类中的方法 com.hengyi.xbaseweb.system.config.WebConfig
 
Address - com.hengyi.xbaseweb.pay.entity中的类
Author: dongzp Time: 2020/2/12 11:36 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 用户的收货地址
Address() - 类的构造器 com.hengyi.xbaseweb.pay.entity.Address
 
AddressController - com.hengyi.xbaseweb.pay.controller中的类
收货地址
AddressController() - 类的构造器 com.hengyi.xbaseweb.pay.controller.AddressController
 
AddressDto - com.hengyi.xbaseweb.pay.dto中的类
 
AddressDto() - 类的构造器 com.hengyi.xbaseweb.pay.dto.AddressDto
 
AddressPageDto - com.hengyi.xbaseweb.pay.dto中的类
 
AddressPageDto() - 类的构造器 com.hengyi.xbaseweb.pay.dto.AddressPageDto
 
AddressServiceImpl - com.hengyi.xbaseweb.pay.service.impl中的类
 
AddressServiceImpl() - 类的构造器 com.hengyi.xbaseweb.pay.service.impl.AddressServiceImpl
 
addressTips(String, String) - 接口中的方法 com.hengyi.xbaseweb.map.service.IMapService
根据输入显示相关的地址
addressTips(String, String) - 类中的方法 com.hengyi.xbaseweb.map.service.impl.MapServiceImpl
 
addressToLocation(String, String) - 类中的方法 com.hengyi.xbaseweb.map.controller.MapApiController
地址转换为位置坐标数据
addressToLocation(String, String) - 接口中的方法 com.hengyi.xbaseweb.map.service.IMapService
地址转换为位置坐标
addressToLocation(String, String) - 类中的方法 com.hengyi.xbaseweb.map.service.impl.MapServiceImpl
 
addSession(HttpServletRequest, String, Object) - 类中的静态方法 com.hengyi.xbaseweb.common.utils.ServletUtils
创建session
ADMIN_ROLE - 类中的静态变量 com.hengyi.xbaseweb.common.constant.SysConstant
管理员角色
ADMIN_USER_ID - 类中的静态变量 com.hengyi.xbaseweb.common.constant.SysConstant
管理员用户ID
ADMIN_USERNAME - 类中的静态变量 com.hengyi.xbaseweb.common.constant.SysConstant
管理员用户名
AdvertController - com.hengyi.xbaseweb.extend.controller中的类
广告管理
AdvertController() - 类的构造器 com.hengyi.xbaseweb.extend.controller.AdvertController
 
AdvertDto - com.hengyi.xbaseweb.extend.dto中的类
广告Dto
AdvertDto() - 类的构造器 com.hengyi.xbaseweb.extend.dto.AdvertDto
 
advertPage(PageQuery, AdvertPageDto) - 类中的方法 com.hengyi.xbaseweb.extend.controller.AdvertController
获取广告列表
AdvertPageDto - com.hengyi.xbaseweb.extend.dto中的类
Author: dongzp Time: 2020/3/4 22:36 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 广告分页Dto
AdvertPageDto() - 类的构造器 com.hengyi.xbaseweb.extend.dto.AdvertPageDto
 
AdvertServiceImpl - com.hengyi.xbaseweb.extend.service.impl中的类
Author: dongzp Time: 2019/9/7 23:25 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks:
AdvertServiceImpl() - 类的构造器 com.hengyi.xbaseweb.extend.service.impl.AdvertServiceImpl
 
afterConnectionClosed(WebSocketSession, CloseStatus) - 类中的方法 com.hengyi.xbaseweb.system.websocket.MessageWebSocketServer
 
afterConnectionEstablished(WebSocketSession) - 类中的方法 com.hengyi.xbaseweb.system.websocket.MessageWebSocketServer
 
AlarmLevel - com.hengyi.xbaseweb.log.enums中的Enum Class
告警级别
ALIPAY_MINI_APP_ID - 类中的静态变量 com.hengyi.xbaseweb.pay.config.PayConfig
 
ALIPAY_SUCCESS - 类中的静态变量 com.hengyi.xbaseweb.pay.config.PayConfig
支付宝成功返回
ALIPAY_WEBAPP_APP_ID - 类中的静态变量 com.hengyi.xbaseweb.pay.config.PayConfig
应用列表
alipayNotifyUrl(HttpServletRequest) - 类中的方法 com.hengyi.xbaseweb.pay.controller.OrderNotifyController
支付宝回调地址
AlipayServiceImpl - com.hengyi.xbaseweb.pay.service.impl中的类
 
AlipayServiceImpl() - 类的构造器 com.hengyi.xbaseweb.pay.service.impl.AlipayServiceImpl
 
AliPayType - com.hengyi.xbaseweb.pay.enums中的Enum Class
 
alipayUserRechargeNotify(HttpServletRequest) - 类中的方法 com.hengyi.xbaseweb.pay.controller.OrderNotifyController
支付宝回调地址
allotResource(AllotResourceDto) - 类中的方法 com.hengyi.xbaseweb.system.controller.ResourceController
分配资源
allotResource(AllotResourceDto) - 类中的方法 com.hengyi.xbaseweb.system.service.impl.ResourceServiceImpl
 
allotResource(AllotResourceDto) - 接口中的方法 com.hengyi.xbaseweb.system.service.IResourceService
把某个资源分配到角色上
AllotResourceDto - com.hengyi.xbaseweb.system.dto中的类
 
AllotResourceDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.AllotResourceDto
 
allotRole(AllotRoleDto) - 类中的方法 com.hengyi.xbaseweb.system.controller.RoleController
分配角色
allotRole(AllotRoleDto) - 类中的方法 com.hengyi.xbaseweb.system.service.impl.UserRoleServiceImpl
分配角色给某个用户
allotRole(AllotRoleDto) - 接口中的方法 com.hengyi.xbaseweb.system.service.IUserRoleService
分配角色
AllotRoleDto - com.hengyi.xbaseweb.system.dto中的类
 
AllotRoleDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.AllotRoleDto
 
AllowOriginFilter - com.hengyi.xbaseweb.system.filter中的类
 
AllowOriginFilter() - 类的构造器 com.hengyi.xbaseweb.system.filter.AllowOriginFilter
 
allowSend(String, String, int) - 类中的方法 com.hengyi.xbaseweb.system.handler.RedisRateHandler
判断是否允许发送
AMapLocationHandler - com.hengyi.xbaseweb.admin中的类
 
AMapLocationHandler() - 类的构造器 com.hengyi.xbaseweb.admin.AMapLocationHandler
 
ApiResult - com.hengyi.xbaseweb.common.result中的类
 
ApiResult() - 类的构造器 com.hengyi.xbaseweb.common.result.ApiResult
 
APP - enum class 中的枚举常量 com.hengyi.xbaseweb.pay.enums.AliPayType
APP
APP - enum class 中的枚举常量 com.hengyi.xbaseweb.pay.enums.WxPayType
APP
APP - enum class 中的枚举常量 com.hengyi.xbaseweb.weixin.enums.WxType
 
AppController - com.hengyi.xbaseweb.extend.controller中的类
应用管理
AppController() - 类的构造器 com.hengyi.xbaseweb.extend.controller.AppController
 
AppDto - com.hengyi.xbaseweb.extend.dto中的类
应用Dto
AppDto() - 类的构造器 com.hengyi.xbaseweb.extend.dto.AppDto
 
applicationTaskExecutor() - 类中的方法 com.hengyi.xbaseweb.workflow.config.ThreadPoolTaskConfig
线程池管理
appPage(PageQuery, AppPageDto) - 类中的方法 com.hengyi.xbaseweb.extend.controller.AppController
获取应用列表
AppPageDto - com.hengyi.xbaseweb.extend.dto中的类
Author: dongzp Time: 2020/3/5 21:58 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 应用分页Dto
AppPageDto() - 类的构造器 com.hengyi.xbaseweb.extend.dto.AppPageDto
 
appPay(HttpServletRequest, String, String) - 类中的方法 com.hengyi.xbaseweb.pay.service.impl.WxpayServiceImpl
 
appPay(HttpServletRequest, String, String) - 接口中的方法 com.hengyi.xbaseweb.pay.service.IWxpayService
APP支付
appPay(String, String) - 类中的方法 com.hengyi.xbaseweb.pay.controller.OrderAliPayController
app支付
appPay(String, String) - 类中的方法 com.hengyi.xbaseweb.pay.controller.OrderWxpayController
app支付
appPay(String, String) - 接口中的方法 com.hengyi.xbaseweb.pay.service.IAlipayService
APP支付
appPay(String, String) - 类中的方法 com.hengyi.xbaseweb.pay.service.impl.AlipayServiceImpl
 
AppServiceImpl - com.hengyi.xbaseweb.extend.service.impl中的类
Author: dongzp Time: 2019/7/25 21:08 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 应用服务实现
AppServiceImpl() - 类的构造器 com.hengyi.xbaseweb.extend.service.impl.AppServiceImpl
 
AppVersion - com.hengyi.xbaseweb.extend.entity中的类
应用版本
AppVersion() - 类的构造器 com.hengyi.xbaseweb.extend.entity.AppVersion
 
AppVersionController - com.hengyi.xbaseweb.extend.controller中的类
应用版本 前端控制器
AppVersionController() - 类的构造器 com.hengyi.xbaseweb.extend.controller.AppVersionController
 
AppVersionDto - com.hengyi.xbaseweb.extend.dto中的类
应用版本Dto
AppVersionDto() - 类的构造器 com.hengyi.xbaseweb.extend.dto.AppVersionDto
 
AppVersionMapper - com.hengyi.xbaseweb.extend.mapper中的接口
应用版本 Mapper 接口
appVersionPage(AppVersionQueryDto, PageQuery) - 类中的方法 com.hengyi.xbaseweb.extend.controller.AppVersionController
获取列表
AppVersionQueryDto - com.hengyi.xbaseweb.extend.dto中的类
应用版本查询Dto
AppVersionQueryDto() - 类的构造器 com.hengyi.xbaseweb.extend.dto.AppVersionQueryDto
 
AppVersionService - com.hengyi.xbaseweb.extend.service中的接口
应用版本 服务类
AppVersionServiceImpl - com.hengyi.xbaseweb.extend.service.impl中的类
应用版本 服务实现类
AppVersionServiceImpl() - 类的构造器 com.hengyi.xbaseweb.extend.service.impl.AppVersionServiceImpl
 
AppVersionVo - com.hengyi.xbaseweb.extend.vo中的类
应用版本Vo
AppVersionVo() - 类的构造器 com.hengyi.xbaseweb.extend.vo.AppVersionVo
 
AppVersionWrapper - com.hengyi.xbaseweb.extend.wrapper中的类
应用版本Wrapper
AppVersionWrapper() - 类的构造器 com.hengyi.xbaseweb.extend.wrapper.AppVersionWrapper
 
AreaController - com.hengyi.xbaseweb.system.controller中的类
区域管理
AreaController() - 类的构造器 com.hengyi.xbaseweb.system.controller.AreaController
 
AreaDto - com.hengyi.xbaseweb.system.dto中的类
 
AreaDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.AreaDto
 
areaPage(AreaPageDto, PageQuery) - 类中的方法 com.hengyi.xbaseweb.system.controller.AreaController
获取区域列表
AreaPageDto - com.hengyi.xbaseweb.system.dto中的类
 
AreaPageDto() - 类的构造器 com.hengyi.xbaseweb.system.dto.AreaPageDto
 
AreaServiceImpl - com.hengyi.xbaseweb.system.service.impl中的类
 
AreaServiceImpl() - 类的构造器 com.hengyi.xbaseweb.system.service.impl.AreaServiceImpl
 
argumentNotValidException(MethodArgumentNotValidException) - 类中的方法 com.hengyi.xbaseweb.system.handler.XBaseExceptionHandler
参数校验异常拦截
around(ProceedingJoinPoint) - 类中的方法 com.hengyi.xbaseweb.system.aspect.RateLimitAspect
 
aroundSearch(AroundSearchDto) - 接口中的方法 com.hengyi.xbaseweb.map.service.IMapService
周边搜索
aroundSearch(AroundSearchDto) - 类中的方法 com.hengyi.xbaseweb.map.service.impl.MapServiceImpl
 
AroundSearchDto - com.hengyi.xbaseweb.map.dto中的类
 
AroundSearchDto() - 类的构造器 com.hengyi.xbaseweb.map.dto.AroundSearchDto
 
ArticleCategoryDto - com.hengyi.xbaseweb.article.dto中的类
文章栏目DTO
ArticleCategoryDto() - 类的构造器 com.hengyi.xbaseweb.article.dto.ArticleCategoryDto
 
ArticleCategoryMapper - com.hengyi.xbaseweb.article.mapper中的接口
文章栏目
ArticleCategoryPageDto - com.hengyi.xbaseweb.article.dto中的类
文章栏目分页DTO
ArticleCategoryPageDto() - 类的构造器 com.hengyi.xbaseweb.article.dto.ArticleCategoryPageDto
 
ArticleCategoryServiceImpl - com.hengyi.xbaseweb.article.service.impl中的类
 
ArticleCategoryServiceImpl() - 类的构造器 com.hengyi.xbaseweb.article.service.impl.ArticleCategoryServiceImpl
 
ArticleContentMapper - com.hengyi.xbaseweb.article.mapper中的接口
Author: dongzp Time: 2020-02-11 21:37:23 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 文章内容Mapper
ArticleContentServiceImpl - com.hengyi.xbaseweb.article.service.impl中的类
 
ArticleContentServiceImpl() - 类的构造器 com.hengyi.xbaseweb.article.service.impl.ArticleContentServiceImpl
 
ArticleDto - com.hengyi.xbaseweb.article.dto中的类
Author: dongzp Time: 2020/1/10 22:58 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 文章查询条件
ArticleDto() - 类的构造器 com.hengyi.xbaseweb.article.dto.ArticleDto
 
ArticleMapper - com.hengyi.xbaseweb.article.mapper中的接口
文章mapper
articlePage(ArticlePageDto, PageQuery) - 类中的方法 com.hengyi.xbaseweb.article.controller.ContentController
查询文章列表
ArticlePageDto - com.hengyi.xbaseweb.article.dto中的类
Author: dongzp Time: 2020/1/10 22:58 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 文章查询条件
ArticlePageDto() - 类的构造器 com.hengyi.xbaseweb.article.dto.ArticlePageDto
 
ArticleServiceImpl - com.hengyi.xbaseweb.article.service.impl中的类
 
ArticleServiceImpl() - 类的构造器 com.hengyi.xbaseweb.article.service.impl.ArticleServiceImpl
 
AsyncConfig - com.hengyi.xbaseweb.system.config中的类
 
AsyncConfig(ThreadPoolProperties) - 类的构造器 com.hengyi.xbaseweb.system.config.AsyncConfig
 
AUDIO - enum class 中的枚举常量 com.hengyi.xbaseweb.system.enums.SysFileDataType
 
AuthController - com.hengyi.xbaseweb.system.controller中的类
用户登录接口
AuthController() - 类的构造器 com.hengyi.xbaseweb.system.controller.AuthController
 
authorizationException(NotLoginException) - 类中的方法 com.hengyi.xbaseweb.system.handler.XBaseExceptionHandler
没有登录
AutoExpireUserRoleScheduler - com.hengyi.xbaseweb.admin.scheduler中的类
 
AutoExpireUserRoleScheduler() - 类的构造器 com.hengyi.xbaseweb.admin.scheduler.AutoExpireUserRoleScheduler
 
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|常量字段值|所有程序包|序列化表格