索引

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

$

$C2DB_Append_Insert - 类中的静态变量 org.hy.microservice.common.operationLog.OperationLogCache
追加Insert处理环节的状态值
$C2DB_Append_Update - 类中的静态变量 org.hy.microservice.common.operationLog.OperationLogCache
追加Update处理环节的状态值
$C2DB_FinishInsert - 类中的静态变量 org.hy.microservice.common.operationLog.OperationLogCache
21: 还未Insert到DB、Update改为Insert到DB成功
$C2DB_FinishUpdate - 类中的静态变量 org.hy.microservice.common.operationLog.OperationLogCache
22: 成功Insert到DB,成功Update到DB
$C2DB_FirstCache - 类中的静态变量 org.hy.microservice.common.operationLog.OperationLogCache
1: 日志首次添加到缓存,准备Insert到DB
$C2DB_InsertDB - 类中的静态变量 org.hy.microservice.common.operationLog.OperationLogCache
2: 成功Insert到DB
$C2DB_SecondCache - 类中的静态变量 org.hy.microservice.common.operationLog.OperationLogCache
12: 日志二次添加到缓存,成功Insert到DB,准备Update到DB
$C2DB_SecondCache_NoInsert - 类中的静态变量 org.hy.microservice.common.operationLog.OperationLogCache
11: 日志二次添加到缓存,还未Insert到DB,准备Update到DB
$CharacterEncoding - 类中的静态变量 org.hy.microservice.common.LogFilter
字符集
$EndLevel - 类中的静态变量 org.hy.microservice.common.state.StateInfo
 
$RequestMappingMethods - 类中的静态变量 org.hy.microservice.common.ProjectStartBase
系统接口的集合。
$RequestMappingMethods - 类中的静态变量 org.hy.microservice.ProjectStart
 
$RequestMappingModules - 类中的静态变量 org.hy.microservice.common.ProjectStartBase
系统模块的集合。
$RequestMappingModules - 类中的静态变量 org.hy.microservice.ProjectStart
 
$SessionID - 类中的静态变量 org.hy.microservice.common.user.UserService
登陆的Session会话ID标识,标识着是否登陆成功
$SID - 类中的静态变量 org.hy.microservice.common.user.UserService
本地会话票据的前缀
$StartLevel - 类中的静态变量 org.hy.microservice.common.state.StateInfo
 
$StartupTime - 类中的静态变量 org.hy.microservice.common.BaseData
服务启动时间
$StartupTime - 类中的静态变量 org.hy.microservice.common.BaseDomain
服务启动时间
$StartupTime - 类中的静态变量 org.hy.microservice.common.BaseView
服务启动时间
$StartupTime - 类中的静态变量 org.hy.microservice.common.BaseViewMode
服务启动时间
$Succeed - 类中的静态变量 org.hy.microservice.common.BaseResp
 
$Succeed - 类中的静态变量 org.hy.microservice.common.BaseResponse
 
$Token - 类中的静态变量 org.hy.microservice.common.user.UserService
当前的票据
$TokenExpire - 类中的静态变量 org.hy.microservice.common.user.UserService
获取票据的过期时长(单位:秒)
$TokenTime - 类中的静态变量 org.hy.microservice.common.user.UserService
获取票据的时间
$Type_BackList - 类中的静态变量 org.hy.microservice.common.ipSafe.IPSafeConfig
黑名单
$Type_WhiteList - 类中的静态变量 org.hy.microservice.common.ipSafe.IPSafeConfig
白名单
$USID - 类中的静态变量 org.hy.microservice.common.user.UserService
全局会话票据的前缀

A

addInitEventListener(WebSocketMessage) - 类中的静态方法 org.hy.microservice.common.webSocket.WebSocketServer
添加初始化的事件监听器
addInterceptors(InterceptorRegistry) - 类中的方法 org.hy.microservice.common.WebConfig
添加拦截器
addResourceHandlers(ResourceHandlerRegistry) - 类中的方法 org.hy.microservice.common.WebConfig
添加静态资源
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类中的方法 org.hy.microservice.common.CommonInterceptor
 
ajaxDemo(UserSSO, HttpServletResponse) - 类中的方法 org.hy.microservice.common.demo.DemoController
有参数传递的Ajax访问
allowActions(String) - 类中的方法 org.hy.microservice.common.state.StateMachine
起始状态允许的操作动作
analyseObjectServlet() - 类中的静态方法 org.hy.microservice.common.ProjectStartBase
注册Java对象池分析
analyseObjectServlet() - 类中的方法 org.hy.microservice.ProjectStart
注册Java对象池分析
analysesServlet() - 类中的静态方法 org.hy.microservice.common.ProjectStartBase
注册分析中心
analysesServlet() - 类中的方法 org.hy.microservice.ProjectStart
注册分析中心
appendCacheToDBFlag(int) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:日志从缓存写到的数据库的标记 0: 初始值 1: 日志首次添加到缓存,准备Insert到DB 2: 成功Insert到DB 11: 日志二次添加到缓存,还未Insert到DB,准备Update到DB 12: 日志二次添加到缓存,成功Insert到DB,准备Update到DB 21: 还未Insert到DB、Update改为Insert到DB成功 22: 成功Insert到DB,成功Update到DB
appServlet() - 类中的静态方法 org.hy.microservice.common.ProjectStartBase
注册App接口的基础的Servlet
appServlet() - 类中的方法 org.hy.microservice.ProjectStart
注册App接口的基础的Servlet
around(ProceedingJoinPoint) - 类中的方法 org.hy.microservice.common.mybatis.DynamicDataSourceAspect
环绕通知,可以控制目标方法的执行,既可以在方法执行前后添加逻辑,也可以决定是否执行目标方法, 适合更复杂的逻辑处理,如事务管理。

B

BaseController - org.hy.microservice.common中的类
Web控制层--基类
BaseController() - 类的构造器 org.hy.microservice.common.BaseController
 
BaseData - org.hy.microservice.common中的类
与数据层交互的基础类
BaseData() - 类的构造器 org.hy.microservice.common.BaseData
 
BaseDomain<Data extends BaseData> - org.hy.microservice.common中的类
通用的领域模型
BaseDomain(Data) - 类的构造器 org.hy.microservice.common.BaseDomain
 
BaseEnum<O> - org.hy.microservice.common中的接口
基础枚举类
BaseJunit - org.hy.microservice.common中的类
基础测试类
BaseJunit() - 类的构造器 org.hy.microservice.common.BaseJunit
 
BaseResp - org.hy.microservice.common中的类
响应的基础类
BaseResp() - 类的构造器 org.hy.microservice.common.BaseResp
 
BaseResponse<D> - org.hy.microservice.common中的类
响应的基础类
BaseResponse() - 类的构造器 org.hy.microservice.common.BaseResponse
 
BaseResponseData<D> - org.hy.microservice.common中的类
响应二级数据的基础类
BaseResponseData() - 类的构造器 org.hy.microservice.common.BaseResponseData
 
BaseSimpleInfo - org.hy.microservice.common中的接口
简单信息接口
BaseView<Domain extends BaseDomain<? extends BaseData>> - org.hy.microservice.common中的类
与页面交互的基础类(2024新版)
BaseView(Domain) - 类的构造器 org.hy.microservice.common.BaseView
 
BaseViewMode - org.hy.microservice.common中的类
与页面交互的基础类
BaseViewMode() - 类的构造器 org.hy.microservice.common.BaseViewMode
 
BaseViewModeType - org.hy.microservice.common中的类
与页面交互的基础类的类型、参数、状态类的
BaseViewModeType() - 类的构造器 org.hy.microservice.common.BaseViewModeType
 
before(HttpServletRequest, HttpServletResponse, AppMessage<?>, String) - 类中的方法 org.hy.microservice.common.LogFilter
在执行前一刻被触发。

C

CacheFactory - org.hy.microservice.common.cache中的类
缓存的简单工厂,构建本地缓存或远程缓存的统一方法类
cacheIPSafesRefurbish() - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
刷新黑白名单缓存
cacheIPSafesRefurbish() - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
刷新黑白名单缓存
CacheLocal<Data> - org.hy.microservice.common.cache中的类
本地缓存
CacheLocal() - 类的构造器 org.hy.microservice.common.cache.CacheLocal
 
CacheRemote<Data> - org.hy.microservice.common.cache中的类
远程缓存
CacheRemote(IRedis) - 类的构造器 org.hy.microservice.common.cache.CacheRemote
 
CacheRemote(IRedis, Class<Data>) - 类的构造器 org.hy.microservice.common.cache.CacheRemote
 
calcPage(BaseViewMode) - 类中的方法 org.hy.microservice.common.BaseResponseData
计算分页数据
checkAction(String, String) - 类中的方法 org.hy.microservice.common.state.StateMachine
验证操作在状态下是否合法
checkStateFromTo(String, String) - 类中的方法 org.hy.microservice.common.state.StateMachine
验证起始状态到目标状态间是否有且仅有一个操作动作
checkTransition(String, String, String) - 类中的方法 org.hy.microservice.common.state.StateMachine
验证签转路径是否有效
clearDataSource() - 类中的静态方法 org.hy.microservice.common.mybatis.DynamicDataSource
清除当前线程中用的数据源
code - 类中的变量 org.hy.microservice.common.BaseResp
响应代码
code(BaseViewMode) - 类中的方法 org.hy.microservice.common.user.UserLoginController
获取登录临时Code
CommonInterceptor - org.hy.microservice.common中的类
通用spring-MVC拦截器
CommonInterceptor() - 类的构造器 org.hy.microservice.common.CommonInterceptor
 
compareTo(Heartbeat) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
 
ConfigToJava<Config extends org.hy.common.XJavaID,Java> - org.hy.microservice.common中的接口
配置信息转化为XJava对象实例的接口
ConfigToJavaDefault<Config extends org.hy.common.XJavaID,Java> - org.hy.microservice.common中的类
配置信息转化为XJava对象实例 确保相同配置信息的“单例化”
ConfigToJavaDefault() - 类的构造器 org.hy.microservice.common.ConfigToJavaDefault
 

D

data - 类中的变量 org.hy.microservice.common.BaseDomain
数据对象
dataSourcePointCut() - 类中的方法 org.hy.microservice.common.mybatis.DynamicDataSourceAspect
用于定义切点,标识哪些连接点(方法执行)需要被拦截。
del(String...) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
删除数据
del(String...) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
删除数据
del(String...) - 接口中的方法 org.hy.microservice.common.cache.ICache
删除数据
delEdgeIP(String) - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatCache
按EdgeIP边缘服务IP地址删除心跳信息
delEdgeIP(String) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatCache
按EdgeIP边缘服务IP地址删除心跳信息
delEdgeIP(String) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatDAO
按EdgeIP边缘服务IP地址删除心跳信息
delExpire() - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatCache
删除过期边缘心跳
delExpire() - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatCache
删除过期边缘心跳
delExpire(int) - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatCache
删除过期边缘心跳
delExpire(int) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatCache
删除过期边缘心跳
DemoController - org.hy.microservice.common.demo中的类
样例Demo的控制层
DemoController() - 类的构造器 org.hy.microservice.common.demo.DemoController
 
determineCurrentLookupKey() - 类中的方法 org.hy.microservice.common.mybatis.DynamicDataSource
返回当前数据源
doFilter(ServletRequest, ServletResponse, FilterChain) - 类中的方法 org.hy.microservice.common.LogFilter
 
doGet(HttpServletRequest, HttpServletResponse) - 类中的方法 org.hy.microservice.common.VueServlet
 
domain - 类中的变量 org.hy.microservice.common.BaseView
领域数据
DomainUtil - org.hy.microservice.common.domain中的类
领域层数据转换工具
doPost(HttpServletRequest, HttpServletResponse) - 类中的方法 org.hy.microservice.common.VueServlet
 
dropTable(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
删除内存表。
dropTable(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
删除内存表。
dropTable(String, String) - 接口中的方法 org.hy.microservice.common.cache.ICache
删除内存表。
dynamicDataSource() - 类中的方法 org.hy.microservice.common.mybatis.DynamicDataSourceConfig
注册所有数据源
DynamicDataSource - org.hy.microservice.common.mybatis中的类
动态多数据源
DynamicDataSource(DataSource, Map<Object, Object>) - 类的构造器 org.hy.microservice.common.mybatis.DynamicDataSource
构造器
DynamicDataSourceAspect - org.hy.microservice.common.mybatis中的类
动态多数据源的AOP切面的注册与拦截 参考文献:https://blog.csdn.net/weixin_50348837/article/details/138130597
DynamicDataSourceAspect() - 类的构造器 org.hy.microservice.common.mybatis.DynamicDataSourceAspect
 
DynamicDataSourceConfig - org.hy.microservice.common.mybatis中的类
注册动态多数据源
DynamicDataSourceConfig() - 类的构造器 org.hy.microservice.common.mybatis.DynamicDataSourceConfig
 
DynamicServletComponentScanner - org.hy.microservice.common.config中的类
配置多包扫描路径
DynamicServletComponentScanner() - 类的构造器 org.hy.microservice.common.config.DynamicServletComponentScanner
 

E

equals(Object) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
 
exists(String) - 类中的静态方法 org.hy.microservice.common.mybatis.DynamicDataSource
判定数据源名称

F

fail(AppMessage<?>, Exception, Object) - 类中的方法 org.hy.microservice.common.LogFilter
执行异常后被触发。
FavoriteController - org.hy.microservice.common.favorite中的类
控制层:收藏夹
FavoriteController() - 类的构造器 org.hy.microservice.common.favorite.FavoriteController
 
FavoriteData - org.hy.microservice.common.favorite中的类
数据层:收藏夹
FavoriteData() - 类的构造器 org.hy.microservice.common.favorite.FavoriteData
 
FavoriteDomain - org.hy.microservice.common.favorite中的类
领域模型:收藏夹
FavoriteDomain() - 类的构造器 org.hy.microservice.common.favorite.FavoriteDomain
 
FavoriteDomain(FavoriteData) - 类的构造器 org.hy.microservice.common.favorite.FavoriteDomain
 
FavoriteService - org.hy.microservice.common.favorite中的类
业务层:收藏夹
FavoriteService() - 类的构造器 org.hy.microservice.common.favorite.FavoriteService
 
FavoriteVO - org.hy.microservice.common.favorite中的类
交互模型:收藏夹
FavoriteVO() - 类的构造器 org.hy.microservice.common.favorite.FavoriteVO
 
FavoriteVO(FavoriteDomain) - 类的构造器 org.hy.microservice.common.favorite.FavoriteVO
 
flushBuffer() - 类中的方法 org.hy.microservice.common.LogHttpServletResponseWrapper
重载父类获取flushBuffer的方法
FreemarkerConfig - org.hy.microservice.common中的类
Freemarker配置
FreemarkerConfig() - 类的构造器 org.hy.microservice.common.FreemarkerConfig
 
freeMarkerConfigurer() - 类中的方法 org.hy.microservice.common.FreemarkerConfig
 

G

gatData() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:Data 类型的数据
gatDomain() - 类中的方法 org.hy.microservice.common.BaseView
获取:领域数据
get(String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
获取数据
get(String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
获取数据
get(String) - 接口中的方法 org.hy.microservice.common.cache.ICache
获取数据
get(String) - 类中的方法 org.hy.microservice.common.cache.ShareCache
已过时。
获取数据
get(String, String, String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
获取数据
get(String, String, String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
获取数据
get(String, String, String) - 接口中的方法 org.hy.microservice.common.cache.ICache
获取数据
getAccessToken() - 类中的方法 org.hy.microservice.common.user.TokenInfo
获取:访问Token
getAccessToken(AppKey, UserSSO) - 类中的方法 org.hy.microservice.common.user.UserService
获取访问Token(带缓存、加同步锁)
getAction() - 类中的方法 org.hy.microservice.common.state.Transition
获取:操作动作
getAction(String, String) - 类中的方法 org.hy.microservice.common.state.StateMachine
获取起始状态到目标状态间的有且仅有的唯一的操作动作
getActionClass() - 类中的方法 org.hy.microservice.common.state.StateMachineCell
获取:操作动作枚举值的元类型
getActionClass(String) - 类中的静态方法 org.hy.microservice.common.state.StateMachineManager
获取状态操作动作枚举值的举元类型
getActions() - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
获取:操作动作
getAliveTime() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:活动时间
getAllMessage() - 接口中的方法 org.hy.microservice.common.webSocket.WebSocketMessage
获取所有消息(一般在首次接入的客户端,将发送全部消息)
getAppID() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:微信应用编号
getAppKey() - 类中的方法 org.hy.microservice.common.BaseData
获取:应用appKey
getAppKey() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:应用appKey
getAppKey() - 类中的方法 org.hy.microservice.common.BaseView
获取:应用appKey
getAppKey() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:应用appKey
getAppKey() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:应用appKey
getAttackType() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:攻击类型
getAuditResult() - 类中的方法 org.hy.microservice.common.BaseData
获取:审核结果,0:不通过、1:通过
getAuditResult() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:审核结果,0:不通过、1:通过
getAuditResult() - 类中的方法 org.hy.microservice.common.BaseView
获取:审核结果,0:不通过、1:通过
getAuditResult() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:审核结果,0:不通过、1:通过
getAuditState() - 类中的方法 org.hy.microservice.common.BaseData
获取:审核状态:0:待审核、1:已审核
getAuditState() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:审核状态:0:待审核、1:已审核
getAuditState() - 类中的方法 org.hy.microservice.common.BaseView
获取:审核状态:0:待审核、1:已审核
getAuditState() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:审核状态:0:待审核、1:已审核
getAuditTime() - 类中的方法 org.hy.microservice.common.BaseData
获取:审核时间
getAuditTime() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:审核时间
getAuditTime() - 类中的方法 org.hy.microservice.common.BaseView
获取:审核时间
getAuditTime() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:审核时间
getBodyString() - 类中的方法 org.hy.microservice.common.LogHttpServletRequestWrapper
获取:请求体的数据
getBranch() - 类中的方法 org.hy.microservice.common.state.StateInfo
获取:状态其下的分支数量
getCacheToDBErrCount() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:日志缓存持久化的异常的次数
getCacheToDBFlag() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:日志从缓存写到的数据库的标记 0: 初始值 1: 日志首次添加到缓存,准备Insert到DB 2: 成功Insert到DB 11: 日志二次添加到缓存,还未Insert到DB,准备Update到DB 12: 日志二次添加到缓存,成功Insert到DB,准备Update到DB 21: 还未Insert到DB、Update改为Insert到DB成功 22: 成功Insert到DB,成功Update到DB
getClaimCount() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:认领任务数量
getClients(String) - 类中的静态方法 org.hy.microservice.common.webSocket.WebSocketServer
获取某种服务类型的所有客户端
getCode() - 类中的方法 org.hy.microservice.common.BaseResp
获取:响应代码
getCode() - 类中的方法 org.hy.microservice.common.user.GetLoginUserRequest
获取:响应代码
getCode() - 类中的方法 org.hy.microservice.common.user.TokenInfo
获取:临时登录Code
getCode(AppKey) - 类中的方法 org.hy.microservice.common.user.UserService
获取登录临时Code
getComment() - 类中的方法 org.hy.microservice.common.BaseData
获取:注解说明
getComment() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:注解说明
getComment() - 接口中的方法 org.hy.microservice.common.BaseEnum
备注说明
getComment() - 类中的方法 org.hy.microservice.common.BaseView
获取:注解说明
getComment() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:注解说明
getComment() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITask
任务备注说明
getComment() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
任务备注说明
getComment() - 类中的方法 org.hy.microservice.common.state.StateInfoVO
获取:状态备注说明
getCreateTime() - 类中的方法 org.hy.microservice.common.BaseData
获取:创建时间
getCreateTime() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:创建时间
getCreateTime() - 类中的方法 org.hy.microservice.common.BaseView
获取:创建时间
getCreateTime() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:创建时间
getCreateTime() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITask
任务创建时间
getCreateUserID() - 类中的方法 org.hy.microservice.common.BaseData
获取:创建人编号
getCreateUserID() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:创建人编号
getCreateUserID() - 类中的方法 org.hy.microservice.common.BaseView
获取:创建人编号
getCreateUserID() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:创建人编号
getData() - 类中的方法 org.hy.microservice.common.BaseResponse
获取:响应数据
getData() - 类中的方法 org.hy.microservice.common.BaseResponseData
获取:一条数据
getData() - 类中的方法 org.hy.microservice.common.user.GetLoginUserRequest
获取:响应数据
getData() - 类中的方法 org.hy.microservice.common.user.GetLoginUserRequestData
获取:登录用户
getData() - 类中的方法 org.hy.microservice.common.user.TokenResponse
获取:响应数据
getData() - 类中的方法 org.hy.microservice.common.user.TokenResponseData
 
getDataCount() - 类中的方法 org.hy.microservice.common.BaseResponse
获取:响应数据的数量
getDataID() - 类中的方法 org.hy.microservice.common.favorite.FavoriteData
获取:逻辑ID
getDataID() - 类中的方法 org.hy.microservice.common.favorite.FavoriteDomain
获取:逻辑ID
getDataID() - 类中的方法 org.hy.microservice.common.favorite.FavoriteVO
获取:逻辑ID
getDatas() - 类中的方法 org.hy.microservice.common.BaseResponseData
获取:分页数据
getDatas() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:附加用户数据
getDataSource() - 类中的静态方法 org.hy.microservice.common.mybatis.DynamicDataSource
获取当前线程中用的数据源
getDataUrl() - 类中的方法 org.hy.microservice.common.graph.GraphInfo
获取:图谱数据的URL地址(节点与连接线的关系数据)。
getdel(String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
获取数据并删除
getdel(String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
获取数据并删除
getdel(String) - 接口中的方法 org.hy.microservice.common.cache.ICache
获取数据并删除
getDel(String) - 类中的方法 org.hy.microservice.common.cache.ShareCache
已过时。
获取数据后,立即删除数据
getDeviceNo() - 类中的方法 org.hy.microservice.common.BaseData
获取:设备号
getDeviceNo() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:设备号
getDeviceNo() - 类中的方法 org.hy.microservice.common.BaseView
获取:设备号
getDeviceNo() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:设备号
getDeviceType() - 类中的方法 org.hy.microservice.common.BaseData
获取:设备类型
getDeviceType() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:设备类型
getDeviceType() - 类中的方法 org.hy.microservice.common.BaseView
获取:设备类型
getDeviceType() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:设备类型
getEdgeIP() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:本服务实例的IP地址
getEdgeStartTime() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:边缘计算服务的启动时间
getEdgeVersion() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:本服务实例的版本号
getEmail() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的邮箱
getEndStates() - 类中的方法 org.hy.microservice.common.state.StateMachine
获取:最终状态
getEndStates() - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
获取:最终状态
getEndTime() - 类中的方法 org.hy.microservice.common.BaseData
获取:结束时间
getEndTime() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:结束时间
getEndTime() - 类中的方法 org.hy.microservice.common.BaseView
获取:结束时间
getEndTime() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:结束时间
getExpire() - 类中的方法 org.hy.microservice.common.user.TokenInfo
获取:过期时长(单位:秒)
getExpireTime() - 类中的方法 org.hy.microservice.common.BaseData
获取:过期时间
getExpireTime() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:过期时间
getExpireTime() - 类中的方法 org.hy.microservice.common.BaseView
获取:过期时间
getExpireTime() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:过期时间
getFavoriteName() - 类中的方法 org.hy.microservice.common.favorite.FavoriteData
获取:收藏名称
getFavoriteName() - 类中的方法 org.hy.microservice.common.favorite.FavoriteDomain
获取:收藏名称
getFavoriteName() - 类中的方法 org.hy.microservice.common.favorite.FavoriteVO
获取:收藏名称
getFromState() - 类中的方法 org.hy.microservice.common.state.Transition
获取:起始状态
getHostIP() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:宿主机的IP地址。
getId() - 类中的方法 org.hy.microservice.common.favorite.FavoriteData
获取:主键
getId() - 类中的方法 org.hy.microservice.common.favorite.FavoriteDomain
获取:主键
getId() - 类中的方法 org.hy.microservice.common.favorite.FavoriteVO
获取:主键
getId() - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
获取:主键
getId() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:主键
getId() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户主键ID
getInitMessage() - 接口中的方法 org.hy.microservice.common.webSocket.WebSocketMessage
获取首次的初始化消息。
getInputStream() - 类中的方法 org.hy.microservice.common.LogHttpServletRequestWrapper
 
getInvalidTime() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:无效时间(仅记录首次)
getIp() - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
获取:IP地址
getIp() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户IP地址
getIPSafeHit(String) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
获取IP黑白名单的命中信息
getIPSafeHit(String) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
获取IP黑白名单的命中信息
getIpSafeKey() - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
IP+模块+URL组合成的Map集合的Key。
getIpSafeKey() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
IP+模块+URL组合成的Map集合的Key。
getIpType() - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
获取:IP类型
getIsDel() - 类中的方法 org.hy.microservice.common.BaseData
获取:删除标记。
getIsDel() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:删除标记。
getIsDel() - 类中的方法 org.hy.microservice.common.BaseView
获取:删除标记。
getIsDel() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:删除标记。
getIsFavorite() - 类中的方法 org.hy.microservice.common.BaseData
获取:当前用户是否收藏。
getIsFavorite() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:当前用户是否收藏。
getIsFavorite() - 类中的方法 org.hy.microservice.common.BaseView
获取:当前用户是否收藏。
getIsFavorite() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:当前用户是否收藏。
getIsShow() - 类中的方法 org.hy.microservice.common.BaseData
获取:是否显示。
getIsShow() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:是否显示。
getIsShow() - 类中的方法 org.hy.microservice.common.BaseView
获取:是否显示。
getIsShow() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:是否显示。
getIsValid() - 类中的方法 org.hy.microservice.common.BaseData
获取:有效标记。
getIsValid() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:有效标记。
getIsValid() - 类中的方法 org.hy.microservice.common.BaseView
获取:有效标记。
getIsValid() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:有效标记。
getLevel() - 类中的方法 org.hy.microservice.common.state.StateInfo
获取:状态层级(开始状态为1,最终状态为999)
getLoginAccount() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的登陆账号
getLoginTime() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:登录时间
GetLoginUserRequest - org.hy.microservice.common.user中的类
获取在线登录的用户
GetLoginUserRequest() - 类的构造器 org.hy.microservice.common.user.GetLoginUserRequest
 
GetLoginUserRequestData - org.hy.microservice.common.user中的类
获取在线登录的用户
GetLoginUserRequestData() - 类的构造器 org.hy.microservice.common.user.GetLoginUserRequestData
 
getMaxCountMinute() - 类中的方法 org.hy.microservice.common.openapi.OpenApiConfig
获取:每分钟最大允许的请求量。
getMaxCountMinute10() - 类中的方法 org.hy.microservice.common.openapi.OpenApiConfig
获取:每10分钟最大允许的请求量。
getMaxExpireTimeLen() - 类中的方法 org.hy.microservice.common.user.UserService
全局会话 & 本地会话:获取默认会话最大有效时长(单位:秒)
getMessage() - 类中的方法 org.hy.microservice.common.BaseResp
获取:响应消息
getMessage() - 类中的方法 org.hy.microservice.common.user.GetLoginUserRequest
获取:响应消息
getMessage() - 接口中的方法 org.hy.microservice.common.webSocket.WebSocketMessage
获取最新的消息
getMobile() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的手机号
getModuleCode() - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
获取:接口模块编号
getModuleCode() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:模块编号
getModuleCode() - 类中的方法 org.hy.microservice.common.operationLog.OperationLogModule
获取:模块编号
getModuleName() - 类中的方法 org.hy.microservice.common.operationLog.OperationLogModule
获取:模块名称
getNickname() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的昵称
getObject(Config) - 接口中的方法 org.hy.microservice.common.ConfigToJava
获取配置信息的实例。
getObject(Config) - 类中的方法 org.hy.microservice.common.ConfigToJavaDefault
获取配置信息的实例。
getOpenID() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:微信用户应用ID
getOrder() - 类中的方法 org.hy.microservice.common.SuffixRequestMappingHandlerMapping
在 Spring 中,Ordered 接口是一个标记接口,用于表示实现了该接口的对象具有顺序性。
getOrderBy() - 类中的方法 org.hy.microservice.common.BaseData
获取:排列显示顺序。
getOrderBy() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:排列显示顺序。
getOrderBy() - 类中的方法 org.hy.microservice.common.BaseView
获取:排列显示顺序。
getOrderBy() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:排列显示顺序。
getOrgCode() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的组织编码
getOrgName() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的组织名称
getOsTime() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:操作系统的当前时间
getOsType() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:操作系统的类型
getOther() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:其它数据
getOutputStream() - 类中的方法 org.hy.microservice.common.LogHttpServletResponseWrapper
重载父类获取outputstream的方法
getPageIndex() - 类中的方法 org.hy.microservice.common.BaseData
获取:页码。
getPageIndex() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:页码。
getPageIndex() - 类中的方法 org.hy.microservice.common.BaseResponseData
获取:页码
getPageIndex() - 类中的方法 org.hy.microservice.common.BaseView
获取:页码。
getPageIndex() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:页码。
getPagePerCount() - 类中的方法 org.hy.microservice.common.BaseData
获取:每页显示数量
getPagePerCount() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:每页显示数量
getPagePerCount() - 类中的方法 org.hy.microservice.common.BaseResponseData
获取:每页显示数量
getPagePerCount() - 类中的方法 org.hy.microservice.common.BaseView
获取:每页显示数量
getPagePerCount() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:每页显示数量
getPageSize() - 类中的方法 org.hy.microservice.common.BaseResponseData
获取:分页总数
getPhone() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的手机号
getProjectID() - 类中的方法 org.hy.microservice.common.BaseData
获取:项目ID
getProjectID() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:项目ID
getProjectID() - 类中的方法 org.hy.microservice.common.BaseView
获取:项目ID
getProjectID() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:项目ID
getReader() - 类中的方法 org.hy.microservice.common.LogHttpServletRequestWrapper
 
getRecordCount() - 类中的方法 org.hy.microservice.common.BaseResponseData
获取:记录数
getRemarks() - 类中的方法 org.hy.microservice.common.BaseData
获取:备注说明
getRemarks() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:备注说明
getRemarks() - 类中的方法 org.hy.microservice.common.BaseView
获取:备注说明
getRemarks() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:备注说明
getRequestDate() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:请求时间
getRequestTime() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:请求时间
getResponseData() - 类中的方法 org.hy.microservice.common.LogHttpServletResponseWrapper
将out、writer中的数据强制输出到WapperedResponse的buffer里面,否则取不到数据
getResponseDate() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:响应时间
getResponseTime() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:响应时间
getRespTime() - 类中的方法 org.hy.microservice.common.BaseResp
获取:响应时间
getRespTimeLen() - 类中的方法 org.hy.microservice.common.BaseResp
获取:响应用时时长(单位:毫秒)
getResultCode() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:操作的响应结果编号
getRowsList(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
获取全表数据(List结构)
getRowsList(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
获取全表数据(List结构)
getRowsList(String, String) - 接口中的方法 org.hy.microservice.common.cache.ICache
获取全表数据(List结构)
getRowsMap(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
获取全表数据(Map结构)
getRowsMap(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
获取全表数据(Map结构)
getRowsMap(String, String) - 接口中的方法 org.hy.microservice.common.cache.ICache
获取全表数据(Map结构)
getSecond() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:获取最近多少秒内的数据
getSendCount() - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
获取:向客户端发送消息的次数
getServer() - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
获取:服务端
getServiceType() - 类中的方法 org.hy.microservice.common.BaseData
获取:业务类型(值内容由业务决定)
getServiceType() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:业务类型(值内容由业务决定)
getServiceType() - 类中的方法 org.hy.microservice.common.BaseView
获取:业务类型(值内容由业务决定)
getServiceType() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:业务类型(值内容由业务决定)
getServiceType() - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
获取:服务类型
getServiceType() - 接口中的方法 org.hy.microservice.common.webSocket.WebSocketMessage
获取消息的服务类型
getSession() - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
获取:会话对象
getSessionID() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:会话ID
getSessionID() - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
获取:会话ID
getSessionToken() - 类中的方法 org.hy.microservice.common.user.TokenInfo
获取:会话Token
getSex() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户性别
getSimpleClassName() - 类中的方法 org.hy.microservice.common.openapi.OpenApiConfig
获取:保存简单信息的解析对象的名称。
getStartIndex() - 类中的方法 org.hy.microservice.common.BaseData
获取:开始索引
getStartIndex() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:开始索引
getStartIndex() - 类中的方法 org.hy.microservice.common.BaseView
获取:开始索引
getStartIndex() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:开始索引
getStartStates() - 类中的方法 org.hy.microservice.common.state.StateMachine
获取:开始状态
getStartStates() - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
获取:开始状态
getStartTime() - 类中的方法 org.hy.microservice.common.BaseData
获取:开始时间
getStartTime() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:开始时间
getStartTime() - 类中的方法 org.hy.microservice.common.BaseView
获取:开始时间
getStartTime() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:开始时间
getStateClass() - 类中的方法 org.hy.microservice.common.state.StateMachineCell
获取:状态枚举值的元类型
getStateClass(String) - 类中的静态方法 org.hy.microservice.common.state.StateMachineManager
获取状态枚举值的举元类型
getStateInfo(String) - 类中的方法 org.hy.microservice.common.state.StateMachine
获取状态信息(层次、分支数量)
getStateMachine() - 类中的方法 org.hy.microservice.common.state.StateMachineCell
获取:状态机模型
getStateMachine(String) - 类中的静态方法 org.hy.microservice.common.state.StateMachineManager
获取状态机模型
getStateMachineCell(String) - 类中的静态方法 org.hy.microservice.common.state.StateMachineManager
获取状态机模型的组成单元
getStates() - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
获取:状态
getStyleType() - 类中的方法 org.hy.microservice.common.graph.GraphInfo
获取:风格类型
getSystemCode() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:系统编号
getSystemID() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:系统ID
getTargetState(String, String) - 类中的方法 org.hy.microservice.common.state.StateMachine
获取目标状态
getTargetTransition(String, String) - 类中的方法 org.hy.microservice.common.state.StateMachine
获取目标状态
getTaskOKCount() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
获取:任务执行正常的数量
getTasks() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskService
获取所有任务
getTimeLen() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:操作时长(单位:毫秒)
getToken() - 类中的方法 org.hy.microservice.common.BaseData
获取:票据号
getToken() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:票据号
getToken() - 类中的方法 org.hy.microservice.common.BaseView
获取:票据号
getToken() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:票据号
getToken() - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
获取:访问票据
getToState() - 类中的方法 org.hy.microservice.common.state.Transition
获取:目标状态
getTotalCount() - 类中的方法 org.hy.microservice.common.BaseData
获取:总行数
getTotalCount() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:总行数
getTotalCount() - 类中的方法 org.hy.microservice.common.BaseResponse
获取:总行数
getTotalCount() - 类中的方法 org.hy.microservice.common.BaseView
获取:总行数
getTotalCount() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:总行数
getTransitions() - 类中的方法 org.hy.microservice.common.state.StateMachine
获取状态转换路径
getTransitions() - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
获取:状态转换路径
getTypeCode() - 类中的方法 org.hy.microservice.common.BaseViewModeType
获取:类型编码
getTypeID() - 类中的方法 org.hy.microservice.common.BaseViewModeType
获取:类型ID
getTypeName() - 类中的方法 org.hy.microservice.common.BaseViewModeType
获取:类型名称
getUcid() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:会话Cookie编码
getUnionID() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:微信用户统一ID
getUpdateTime() - 类中的方法 org.hy.microservice.common.BaseData
获取:修改时间
getUpdateTime() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:修改时间
getUpdateTime() - 类中的方法 org.hy.microservice.common.BaseView
获取:修改时间
getUpdateTime() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:修改时间
getUpdateUserID() - 类中的方法 org.hy.microservice.common.BaseData
获取:修改者编号
getUpdateUserID() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:修改者编号
getUpdateUserID() - 类中的方法 org.hy.microservice.common.BaseView
获取:修改者编号
getUpdateUserID() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:修改者编号
getUrl() - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
获取:接口URL地址
getUrl() - 类中的方法 org.hy.microservice.common.openapi.OpenApiConfig
获取:URL地址
getUrl() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:操作的URL地址
getUrl() - 类中的方法 org.hy.microservice.common.operationLog.OperationLogApi
获取:API接口的资源路径
getUrlName() - 类中的方法 org.hy.microservice.common.operationLog.OperationLogApi
获取:API接口的名称
getUrlRequest() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:操作的请求参数
getUrlRequestBody() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:操作的请求体数据
getUrlResponse() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:操作的响应信息
getUser(String) - 类中的方法 org.hy.microservice.common.user.UserService
获取已登录的用户信息
getUserCode() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的编码
getUserDomain() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的用户域(一号多重身份)
getUserIcon() - 类中的方法 org.hy.microservice.common.BaseData
获取:用户头像
getUserIcon() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:用户头像
getUserIcon() - 类中的方法 org.hy.microservice.common.BaseView
获取:用户头像
getUserIcon() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:用户头像
getUserId() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方用户中心的标识
getUserID() - 类中的方法 org.hy.microservice.common.BaseData
获取:用户编号
getUserID() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:用户编号
getUserID() - 类中的方法 org.hy.microservice.common.BaseView
获取:用户编号
getUserID() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:用户编号
getUserID() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:操作人ID
getUserID() - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
获取:用户编号
getUserIP() - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
获取:操作人IP地址
getUserLevel() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的用户级别
getUserLogoUrl() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的头像地址
getUserName() - 类中的方法 org.hy.microservice.common.BaseData
获取:用户名称
getUserName() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:用户名称
getUserName() - 类中的方法 org.hy.microservice.common.BaseView
获取:用户名称
getUserName() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:用户名称
getUserName() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的用户名
getUserNo() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方用户中心的工号
getUserSource() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的用户来源
getUserType() - 类中的方法 org.hy.microservice.common.BaseData
获取:用户类型
getUserType() - 类中的方法 org.hy.microservice.common.BaseDomain
获取:用户类型
getUserType() - 类中的方法 org.hy.microservice.common.BaseView
获取:用户类型
getUserType() - 类中的方法 org.hy.microservice.common.BaseViewMode
获取:用户类型
getUserType() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:用户在第三方系统的用户类型
getUsid() - 类中的方法 org.hy.microservice.common.user.UserSSO
获取:会话票据
getValue() - 接口中的方法 org.hy.microservice.common.BaseEnum
枚举值
getWebPushExecuteName() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
实时推送的执行方法名称
getWebPushInterval() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
实时推送间隔时长(单位:秒)
getWebPushName() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
实时推送的名称。
getWebSHost() - 类中的方法 org.hy.microservice.common.graph.GraphInfo
获取:WebSocket的服务IP地址
getWebSID() - 类中的方法 org.hy.microservice.common.graph.GraphInfo
获取:WebSocket的服务ID(连接线实时动态数据)
getWebSName() - 类中的方法 org.hy.microservice.common.graph.GraphInfo
获取:WebSocket的服务名称
getWebSProtocol() - 类中的方法 org.hy.microservice.common.graph.GraphInfo
获取:WebSocket的服务是不是为安全协议(值为:s),还是普通协议(值为:空字符串)
getWriter() - 类中的方法 org.hy.microservice.common.LogHttpServletResponseWrapper
重载父类获取writer的方法
getXid() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITask
任务的逻辑ID
getXid() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
任务的逻辑ID
getXJavaID(Config) - 类中的方法 org.hy.microservice.common.ConfigToJavaDefault
方便实现者个性化定制(通过重写的方式)
getXsqlExecuteName() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
写库XSQL的执行方法名称
getXsqlInterval() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
写库XSQL间隔时长(单位:分钟)
getXsqlXID() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
写库XSQL的XID。
GraphController - org.hy.microservice.common.graph中的类
图谱数显的控制层
GraphController() - 类的构造器 org.hy.microservice.common.graph.GraphController
 
GraphInfo - org.hy.microservice.common.graph中的类
图谱数显对象
GraphInfo() - 类的构造器 org.hy.microservice.common.graph.GraphInfo
 

H

hashCode() - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
 
heartbeat() - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatService
保存边缘心跳信息
heartbeat() - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatService
保存边缘心跳信息
Heartbeat - org.hy.microservice.common.heartbeat中的类
心跳信息
Heartbeat() - 类的构造器 org.hy.microservice.common.heartbeat.Heartbeat
 
HeartbeatCache - org.hy.microservice.common.heartbeat中的类
心跳的缓存层
HeartbeatCache() - 类的构造器 org.hy.microservice.common.heartbeat.HeartbeatCache
 
HeartbeatService - org.hy.microservice.common.heartbeat中的类
心跳的业务层
HeartbeatService() - 类的构造器 org.hy.microservice.common.heartbeat.HeartbeatService
 

I

i_BeanDefinitionRegistryPostProcessor() - 类中的静态方法 org.hy.microservice.common.config.DynamicServletComponentScanner
 
ICache<Data> - org.hy.microservice.common.cache中的接口
缓存接口 可实现本地缓存与远程缓存的无缝切换。
IFavoriteDAO - org.hy.microservice.common.favorite中的接口
DAO层:收藏夹
IFavoriteService - org.hy.microservice.common.favorite中的接口
业务层:收藏夹
IHeartbeatCache - org.hy.microservice.common.heartbeat中的接口
心跳的缓存层
IHeartbeatDAO - org.hy.microservice.common.heartbeat中的接口
边缘服务的心跳的操作DAO层
IHeartbeatService - org.hy.microservice.common.heartbeat中的接口
心跳的业务层
IIPSafeConfigDAO - org.hy.microservice.common.ipSafe中的接口
系统安全访问IP黑白名单的DAO层
IIPSafeConfigService - org.hy.microservice.common.ipSafe中的接口
系统安全访问IP黑白名单的业务层
initialize(ConfigurableApplicationContext) - 类中的方法 org.hy.microservice.common.config.XJavaSpringInitialzer
 
insert(IPSafeConfig) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigDAO
新增系统安全访问IP黑白名单
insert(IPSafeConfig) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
新增系统安全访问IP黑白名单
insert(IPSafeConfig) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
新增系统安全访问IP黑白名单
insert(OperationLog) - 接口中的方法 org.hy.microservice.common.operationLog.IOperationLogDAO
新增系统操作日志
insert(OperationLog) - 接口中的方法 org.hy.microservice.common.operationLog.IOperationLogService
新增系统操作日志
insert(OperationLog) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogService
新增系统操作日志
IOperationLogDAO - org.hy.microservice.common.operationLog中的接口
记录系统操作日志的DAO层
IOperationLogService - org.hy.microservice.common.operationLog中的接口
系统操作日志的业务层
IPSafeConfig - org.hy.microservice.common.ipSafe中的类
系统安全访问IP黑白名单 IP地址支持:IP段 黑白名单判定优先级:黑名单 > 白名单 > 接口URL > 接口模块 > IP地址 举例1:当配置IP 127.0.0.1 的 "接口URL /A/B/C" 为配置黑名单时,无论是否有白名单,均拒绝IP 127.0.0.1的访问 "接口/A/B/C 举例2:当配置IP 127.0.0.1 的 "接口URL /A/B/C" 为白名单,且无其它黑名单时,"接口/A/B/C" 仅允许此IP 127.0.0.1访问,其它IP无权访问 举例3:当 "接口URL /A/B/C" 未配置白名单,且无黑名单时,允许任何系统访问
IPSafeConfig() - 类的构造器 org.hy.microservice.common.ipSafe.IPSafeConfig
 
IPSafeConfigController - org.hy.microservice.common.ipSafe中的类
系统安全访问IP黑白名单的控制层
IPSafeConfigController() - 类的构造器 org.hy.microservice.common.ipSafe.IPSafeConfigController
 
IPSafeConfigService - org.hy.microservice.common.ipSafe中的类
系统安全访问IP黑白名单的业务层
IPSafeConfigService() - 类的构造器 org.hy.microservice.common.ipSafe.IPSafeConfigService
 
isRunOK() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
执行任务是否运行正常
isWebPush() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
实时推送是否生效
isXsql() - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskX
写库XSQL是否生效
ITask - org.hy.microservice.common.heartbeat.task中的接口
任务接口。
ITaskService - org.hy.microservice.common.heartbeat.task中的接口
心跳任务业务的统一接口
ITaskX - org.hy.microservice.common.heartbeat.task中的接口
任务执行对象的接口。

L

LogFilter - org.hy.microservice.common中的类
启用Filter需要在Springboot的启动类加@ServletComponentScan
LogFilter() - 类的构造器 org.hy.microservice.common.LogFilter
 
LogHttpServletRequestWrapper - org.hy.microservice.common中的类
Request Body只能读取一次 原因很简单:因为是流。
LogHttpServletRequestWrapper(HttpServletRequest) - 类的构造器 org.hy.microservice.common.LogHttpServletRequestWrapper
 
LogHttpServletResponseWrapper - org.hy.microservice.common中的类
响应体中的内容一旦读取就不不存在了,所以直接读取是不行的。
LogHttpServletResponseWrapper(HttpServletResponse) - 类的构造器 org.hy.microservice.common.LogHttpServletResponseWrapper
 
loginUser(String, AppKey, UserSSO) - 类中的方法 org.hy.microservice.common.user.UserService
用户登录

M

main(String[]) - 类中的静态方法 org.hy.microservice.ProjectStart
 
message - 类中的变量 org.hy.microservice.common.BaseResp
响应消息
myClaimTasks() - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatService
我认领的所有任务
myClaimTasks() - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatService
我认领的所有任务

N

newInstanceOf(boolean, Class<Data>) - 类中的静态方法 org.hy.microservice.common.cache.CacheFactory
构建缓存实例对象
newObject(Config) - 类中的方法 org.hy.microservice.common.ConfigToJavaDefault
获取一个新实例

O

onClose(String, String, String) - 类中的方法 org.hy.microservice.common.webSocket.WebSocketServer
连接关闭调用的方法
onError(Session, Throwable, String, String) - 类中的方法 org.hy.microservice.common.webSocket.WebSocketServer
发生错误时调用
onMessage(String) - 类中的方法 org.hy.microservice.common.webSocket.WebSocketServer
收到客户端消息后调用的方法
onOpen(Session, String, String) - 类中的方法 org.hy.microservice.common.webSocket.WebSocketServer
连接建立成功调用的方法
OpenApiConfig - org.hy.microservice.common.openapi中的类
系统操作日志
OpenApiConfig() - 类的构造器 org.hy.microservice.common.openapi.OpenApiConfig
 
OperationLog - org.hy.microservice.common.operationLog中的类
系统操作日志
OperationLog() - 类的构造器 org.hy.microservice.common.operationLog.OperationLog
 
OperationLogApi - org.hy.microservice.common.operationLog中的类
操作日志中的系统接口
OperationLogApi() - 类的构造器 org.hy.microservice.common.operationLog.OperationLogApi
 
OperationLogCache - org.hy.microservice.common.operationLog中的类
操作日志的缓存处理机制
OperationLogCache() - 类的构造器 org.hy.microservice.common.operationLog.OperationLogCache
 
OperationLogController - org.hy.microservice.common.operationLog中的类
系统操作日志的控制层
OperationLogController() - 类的构造器 org.hy.microservice.common.operationLog.OperationLogController
 
OperationLogModule - org.hy.microservice.common.operationLog中的类
操作日志中的系统模块
OperationLogModule() - 类的构造器 org.hy.microservice.common.operationLog.OperationLogModule
 
OperationLogService - org.hy.microservice.common.operationLog中的类
系统操作日志的业务层
OperationLogService() - 类的构造器 org.hy.microservice.common.operationLog.OperationLogService
 
org.hy.microservice - 程序包 org.hy.microservice
 
org.hy.microservice.common - 程序包 org.hy.microservice.common
 
org.hy.microservice.common.cache - 程序包 org.hy.microservice.common.cache
 
org.hy.microservice.common.config - 程序包 org.hy.microservice.common.config
 
org.hy.microservice.common.demo - 程序包 org.hy.microservice.common.demo
 
org.hy.microservice.common.domain - 程序包 org.hy.microservice.common.domain
 
org.hy.microservice.common.favorite - 程序包 org.hy.microservice.common.favorite
 
org.hy.microservice.common.graph - 程序包 org.hy.microservice.common.graph
 
org.hy.microservice.common.heartbeat - 程序包 org.hy.microservice.common.heartbeat
 
org.hy.microservice.common.heartbeat.task - 程序包 org.hy.microservice.common.heartbeat.task
 
org.hy.microservice.common.ipSafe - 程序包 org.hy.microservice.common.ipSafe
 
org.hy.microservice.common.mybatis - 程序包 org.hy.microservice.common.mybatis
 
org.hy.microservice.common.openapi - 程序包 org.hy.microservice.common.openapi
 
org.hy.microservice.common.operationLog - 程序包 org.hy.microservice.common.operationLog
 
org.hy.microservice.common.state - 程序包 org.hy.microservice.common.state
 
org.hy.microservice.common.user - 程序包 org.hy.microservice.common.user
 
org.hy.microservice.common.view - 程序包 org.hy.microservice.common.view
 
org.hy.microservice.common.webSocket - 程序包 org.hy.microservice.common.webSocket
 

P

postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类中的方法 org.hy.microservice.common.CommonInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类中的方法 org.hy.microservice.common.CommonInterceptor
 
ProjectStart - org.hy.microservice中的类
微服务的启动类
ProjectStart() - 类的构造器 org.hy.microservice.ProjectStart
 
ProjectStartBase - org.hy.microservice.common中的类
微服务的启动类
ProjectStartBase() - 类的构造器 org.hy.microservice.common.ProjectStartBase
 
pushMessage(String) - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
推送消息
pushMessages(String, String) - 类中的静态方法 org.hy.microservice.common.webSocket.WebSocketServer
向客户端群发消息。
pushMessages(String, String, String) - 类中的静态方法 org.hy.microservice.common.webSocket.WebSocketServer
向客户端群发消息。
pushMessages(WebSocketMessage) - 类中的静态方法 org.hy.microservice.common.webSocket.WebSocketServer
向客户端群发消息。
put(String, Object, int) - 类中的方法 org.hy.microservice.common.cache.ShareCache
已过时。
同步数据
putIPSafeHit(String, String) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
添加IP黑白名单的命中信息
putIPSafeHit(String, String) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
添加IP黑白名单的命中信息
putLog(OperationLog) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogCache
日志向缓存中添加

Q

query(Heartbeat) - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatService
查找边缘计算服务的心跳列表
query(Heartbeat) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatDAO
查找边缘计算服务的心跳列表
query(Heartbeat) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatService
查找边缘计算服务的心跳列表
query(OperationLog) - 接口中的方法 org.hy.microservice.common.operationLog.IOperationLogDAO
查询系统操作日志
queryAll() - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigDAO
按类型,查询系统安全访问IP黑白名单
queryAll() - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
按类型,查询系统安全访问IP黑白名单
queryAll() - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
按类型,查询系统安全访问IP黑白名单
queryApi(String, OperationLog) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogController
查询系统接口列表
queryByDataID(String, String, String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteService
按用户及收藏数据ID查询收藏夹
queryByDataID(String, String, String) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteDAO
按用户及收藏数据ID查询收藏夹
queryByDataID(String, String, String) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteService
按用户及收藏数据ID查询收藏夹
queryByEdge(String) - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatService
按IP查找边缘计算服务的心跳信息
queryByEdge(String) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatDAO
按IP查找边缘计算服务的心跳信息
queryByEdge(String) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatService
按IP查找边缘计算服务的心跳信息
queryByID(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteService
按ID查询收藏夹
queryByID(String) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteDAO
按ID查询收藏夹
queryByID(String) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteService
按ID查询收藏夹
queryByID(String) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
按主键,查询系统安全访问IP黑白名单
queryByID(String) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
按主键,查询系统安全访问IP黑白名单
queryByID(IPSafeConfig) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigDAO
按主键,查询系统安全访问IP黑白名单
queryByID(IPSafeConfig) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
按主键,查询系统安全访问IP黑白名单
queryByID(IPSafeConfig) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
按主键,查询系统安全访问IP黑白名单
queryByIPType(IPSafeConfig) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigDAO
按类型,查询系统安全访问IP黑白名单
queryByIPType(IPSafeConfig) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
按类型,查询系统安全访问IP黑白名单
queryByIPType(IPSafeConfig) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
按类型,查询系统安全访问IP黑白名单
queryByPage(FavoriteData) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteDAO
查询收藏夹列表
queryByPage(FavoriteDomain) - 类中的方法 org.hy.microservice.common.favorite.FavoriteService
查询任务收藏夹列表(分页查询)
queryByPage(FavoriteDomain) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteService
查询任务收藏夹列表(分页查询)
queryByValids(int) - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatCache
查询在线的边缘服务。
queryByValids(int) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatCache
查询在线的边缘服务。
queryByValids(Integer) - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatService
查询在线的边缘服务。
queryByValids(Integer) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatDAO
查询在线的边缘服务。
queryByValids(Integer) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatService
查询在线的边缘服务。
queryCount(FavoriteData) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteDAO
查询收藏夹列表的总记录数
queryCount(FavoriteDomain) - 类中的方法 org.hy.microservice.common.favorite.FavoriteService
查询收藏夹列表的总记录数
queryCount(FavoriteDomain) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteService
查询收藏夹列表的总记录数
queryFavorite(String, FavoriteVO) - 类中的方法 org.hy.microservice.common.favorite.FavoriteController
查询收藏夹
queryIPSafeConfig(String, IPSafeConfig) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigController
查询系统安全访问IP黑白名单
queryList(FavoriteData) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteDAO
查询收藏夹列表
queryList(FavoriteDomain) - 类中的方法 org.hy.microservice.common.favorite.FavoriteService
查询任务收藏夹列表
queryList(FavoriteDomain) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteService
查询任务收藏夹列表
queryList(OperationLog) - 接口中的方法 org.hy.microservice.common.operationLog.IOperationLogService
查询系统操作日志
queryList(OperationLog) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogService
查询系统操作日志
queryModule(String, OperationLog) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogController
查询系统模块列表
queryOperationLog(String, OperationLog) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogController
查询系统操作日志
queryStateMachine(String, BaseViewMode) - 类中的方法 org.hy.microservice.common.state.StateController
查询系统操作日志

R

refresh(ITask) - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskService
更新执行任务。
refurbishIPSafeConfig(String, IPSafeConfig) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigController
刷新系统安全访问IP黑白名单的缓存
register(String, StateMachine, Class<? extends BaseEnum<?>>, Class<? extends BaseEnum<?>>) - 类中的静态方法 org.hy.microservice.common.state.StateMachineManager
注册状态机
remove(String) - 类中的方法 org.hy.microservice.common.cache.ShareCache
已过时。
同步数据
remove(String, String, String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
删除数据
remove(String, String, String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
删除数据
remove(String, String, String) - 接口中的方法 org.hy.microservice.common.cache.ICache
删除数据
removeAllConfigToJava() - 类中的静态方法 org.hy.microservice.common.ConfigToJavaDefault
全局移除所有对象。
removeInitEventListener(WebSocketMessage) - 类中的静态方法 org.hy.microservice.common.webSocket.WebSocketServer
删除初始化的事件监听器
removeObject(Config) - 接口中的方法 org.hy.microservice.common.ConfigToJava
移除对象
removeObject(Config) - 类中的方法 org.hy.microservice.common.ConfigToJavaDefault
移除对象
removeObjects() - 接口中的方法 org.hy.microservice.common.ConfigToJava
移除所有对象。
removeObjects() - 类中的方法 org.hy.microservice.common.ConfigToJavaDefault
移除所有对象。
reset() - 类中的方法 org.hy.microservice.common.LogHttpServletResponseWrapper
 
respTime - 类中的变量 org.hy.microservice.common.BaseResp
响应时间
run(SpringApplication) - 类中的静态方法 org.hy.microservice.common.ProjectStartBase
Tomcat 启动Spring Boot
run(SpringApplication) - 类中的方法 org.hy.microservice.ProjectStart
Tomcat 启动Spring Boot

S

satData(Data) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:Data 类型的数据
satDomain(Domain) - 类中的方法 org.hy.microservice.common.BaseView
设置:领域数据
save(String, String, String, Data) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
保存数据(创建&\u66f4\u65b0)
save(String, String, String, Data) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
保存数据(创建&\u66f4\u65b0)
save(String, String, String, Data) - 接口中的方法 org.hy.microservice.common.cache.ICache
保存数据(创建&\u66f4\u65b0)
save(String, String, String, Data, long) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
保存数据(创建&\u66f4\u65b0)
save(String, String, String, Data, long) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
保存数据(创建&\u66f4\u65b0)
save(String, String, String, Data, long) - 接口中的方法 org.hy.microservice.common.cache.ICache
保存数据(创建&\u66f4\u65b0)
save(FavoriteData) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteDAO
新增、修改、逻辑删除收藏夹
save(FavoriteDomain) - 类中的方法 org.hy.microservice.common.favorite.FavoriteService
新增、修改、逻辑删除收藏夹
save(FavoriteDomain) - 接口中的方法 org.hy.microservice.common.favorite.IFavoriteService
新增、修改、逻辑删除收藏夹
save(Heartbeat) - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatCache
保存边缘心跳信息
save(Heartbeat) - 类中的方法 org.hy.microservice.common.heartbeat.HeartbeatService
保存边缘心跳信息
save(Heartbeat) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatCache
保存边缘心跳信息
save(Heartbeat) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatDAO
新增、修改边缘服务的心跳
save(Heartbeat) - 接口中的方法 org.hy.microservice.common.heartbeat.IHeartbeatService
新增、修改边缘服务的心跳
saveFavorite(String, FavoriteVO) - 类中的方法 org.hy.microservice.common.favorite.FavoriteController
保存收藏夹
saveIPSafeConfig(String, IPSafeConfig) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigController
保存系统安全访问IP黑白名单
saveLogs() - 类中的方法 org.hy.microservice.common.operationLog.OperationLogCache
延时单线程队列周期性的处理日志的持久化
sessionGetID(HttpSession) - 类中的方法 org.hy.microservice.common.user.UserService
本地会话:获取会话ID
sessionGetUser(HttpSession) - 类中的方法 org.hy.microservice.common.user.UserService
本地会话:获取用户数据
sessionRemove(HttpSession) - 类中的方法 org.hy.microservice.common.user.UserService
本地会话:删除用户数据
sessionTimeOut - 类中的变量 org.hy.microservice.common.user.UserService
票据有效时长(单位:秒)
set(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
设置数据
set(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
设置数据
set(String, String) - 接口中的方法 org.hy.microservice.common.cache.ICache
设置数据
setAccessToken(String) - 类中的方法 org.hy.microservice.common.user.TokenInfo
设置:访问Token
setActionClass(Class<? extends BaseEnum<?>>) - 类中的方法 org.hy.microservice.common.state.StateMachineCell
设置:操作动作枚举值的元类型
setActions(Map<String, String>) - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
设置:操作动作
setAliveTime(Date) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:活动时间
setAppID(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:微信应用编号
setAppKey(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:应用appKey
setAppKey(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:应用appKey
setAppKey(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:应用appKey
setAppKey(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:应用appKey
setAppKey(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:应用appKey
setAttackType(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:攻击类型
setAuditResult(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:审核结果,0:不通过、1:通过
setAuditResult(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:审核结果,0:不通过、1:通过
setAuditResult(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:审核结果,0:不通过、1:通过
setAuditResult(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:审核结果,0:不通过、1:通过
setAuditState(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:审核状态:0:待审核、1:已审核
setAuditState(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:审核状态:0:待审核、1:已审核
setAuditState(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:审核状态:0:待审核、1:已审核
setAuditState(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:审核状态:0:待审核、1:已审核
setAuditTime(Date) - 类中的方法 org.hy.microservice.common.BaseData
设置:审核时间
setAuditTime(Date) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:审核时间
setAuditTime(Date) - 类中的方法 org.hy.microservice.common.BaseView
设置:审核时间
setAuditTime(Date) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:审核时间
setCacheToDBErrCount(int) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:日志缓存持久化的异常的次数
setClaimCount(Integer) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:认领任务数量
setCode(String) - 类中的方法 org.hy.microservice.common.BaseResp
设置:响应代码
setCode(String) - 类中的方法 org.hy.microservice.common.BaseResponse
设置:响应代码
setCode(String) - 类中的方法 org.hy.microservice.common.user.GetLoginUserRequest
设置:响应代码
setCode(String) - 类中的方法 org.hy.microservice.common.user.TokenInfo
设置:临时登录Code
setComment(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:注解说明
setComment(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:注解说明
setComment(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:注解说明
setComment(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:注解说明
setCreateTime(Date) - 类中的方法 org.hy.microservice.common.BaseData
设置:创建时间
setCreateTime(Date) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:创建时间
setCreateTime(Date) - 类中的方法 org.hy.microservice.common.BaseView
设置:创建时间
setCreateTime(Date) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:创建时间
setCreateUserID(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:创建人编号
setCreateUserID(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:创建人编号
setCreateUserID(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:创建人编号
setCreateUserID(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:创建人编号
setData(D) - 类中的方法 org.hy.microservice.common.BaseResponse
设置一条数据
setData(D) - 类中的方法 org.hy.microservice.common.BaseResponseData
设置:一条数据
setData(List<D>) - 类中的方法 org.hy.microservice.common.BaseResponse
设置很多数据
setData(BaseResponseData<D>) - 类中的方法 org.hy.microservice.common.BaseResponse
设置:响应数据
setData(GetLoginUserRequestData) - 类中的方法 org.hy.microservice.common.user.GetLoginUserRequest
设置:响应数据
setData(TokenInfo) - 类中的方法 org.hy.microservice.common.user.TokenResponseData
 
setData(TokenResponseData) - 类中的方法 org.hy.microservice.common.user.TokenResponse
设置:响应数据
setData(UserSSO) - 类中的方法 org.hy.microservice.common.user.GetLoginUserRequestData
设置:登录用户
setDataCount(Long) - 类中的方法 org.hy.microservice.common.BaseResponse
设置:响应数据的数量
setDataID(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteData
设置:逻辑ID
setDataID(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteDomain
设置:逻辑ID
setDataID(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteVO
设置:逻辑ID
setDatas(List<D>) - 类中的方法 org.hy.microservice.common.BaseResponseData
设置:分页数据
setDatas(Map<String, String>) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:附加用户数据
setDataSource(String) - 类中的静态方法 org.hy.microservice.common.mybatis.DynamicDataSource
设置当前线程中用的数据源
setDataUrl(String) - 类中的方法 org.hy.microservice.common.graph.GraphInfo
设置:图谱数据的URL地址(节点与连接线的关系数据)。
setDeviceNo(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:设备号
setDeviceNo(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:设备号
setDeviceNo(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:设备号
setDeviceNo(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:设备号
setDeviceType(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:设备类型
setDeviceType(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:设备类型
setDeviceType(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:设备类型
setDeviceType(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:设备类型
setEdgeIP(String) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:本服务实例的IP地址
setEdgeStartTime(String) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:边缘计算服务的启动时间
setEdgeVersion(String) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:本服务实例的版本号
setEmail(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的邮箱
setEndStates(String[]) - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
设置:最终状态
setEndTime(Date) - 类中的方法 org.hy.microservice.common.BaseData
设置:结束时间
setEndTime(Date) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:结束时间
setEndTime(Date) - 类中的方法 org.hy.microservice.common.BaseView
设置:结束时间
setEndTime(Date) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:结束时间
setex(String, String, Long) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
设置数据,并且设定过期时长
setex(String, String, Long) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
设置数据,并且设定过期时长
setex(String, String, Long) - 接口中的方法 org.hy.microservice.common.cache.ICache
设置数据,并且设定过期时长
setExpire(Integer) - 类中的方法 org.hy.microservice.common.user.TokenInfo
设置:过期时长(单位:秒)
setExpireTime(Date) - 类中的方法 org.hy.microservice.common.BaseData
设置:过期时间
setExpireTime(Date) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:过期时间
setExpireTime(Date) - 类中的方法 org.hy.microservice.common.BaseView
设置:过期时间
setExpireTime(Date) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:过期时间
setFavoriteName(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteData
设置:收藏名称
setFavoriteName(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteDomain
设置:收藏名称
setFavoriteName(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteVO
设置:收藏名称
setHostIP(String) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:宿主机的IP地址。
setId(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteData
设置:主键
setId(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteDomain
设置:主键
setId(String) - 类中的方法 org.hy.microservice.common.favorite.FavoriteVO
设置:主键
setId(String) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
设置:主键
setId(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:主键
setId(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户主键ID
setInvalidTime(Date) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:无效时间(仅记录首次)
setIp(String) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
设置:IP地址
setIp(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户IP地址
setIpType(String) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
设置:IP类型
setIsDel(Integer) - 类中的方法 org.hy.microservice.common.BaseData
设置:删除标记。
setIsDel(Integer) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:删除标记。
setIsDel(Integer) - 类中的方法 org.hy.microservice.common.BaseView
设置:删除标记。
setIsDel(Integer) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:删除标记。
setIsFavorite(Integer) - 类中的方法 org.hy.microservice.common.BaseData
设置:当前用户是否收藏。
setIsFavorite(Integer) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:当前用户是否收藏。
setIsFavorite(Integer) - 类中的方法 org.hy.microservice.common.BaseView
设置:当前用户是否收藏。
setIsFavorite(Integer) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:当前用户是否收藏。
setIsShow(Integer) - 类中的方法 org.hy.microservice.common.BaseData
设置:是否显示。
setIsShow(Integer) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:是否显示。
setIsShow(Integer) - 类中的方法 org.hy.microservice.common.BaseView
设置:是否显示。
setIsShow(Integer) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:是否显示。
setIsValid(Integer) - 类中的方法 org.hy.microservice.common.BaseData
设置:有效标记。
setIsValid(Integer) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:有效标记。
setIsValid(Integer) - 类中的方法 org.hy.microservice.common.BaseView
设置:有效标记。
setIsValid(Integer) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:有效标记。
setLoginAccount(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的登陆账号
setLoginTime(Date) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:登录时间
setMaxCountMinute(Long) - 类中的方法 org.hy.microservice.common.openapi.OpenApiConfig
设置:每分钟最大允许的请求量。
setMaxCountMinute10(Long) - 类中的方法 org.hy.microservice.common.openapi.OpenApiConfig
设置:每10分钟最大允许的请求量。
setMessage(String) - 类中的方法 org.hy.microservice.common.BaseResp
设置:响应消息
setMessage(String) - 类中的方法 org.hy.microservice.common.BaseResponse
设置:响应消息
setMessage(String) - 类中的方法 org.hy.microservice.common.user.GetLoginUserRequest
设置:响应消息
setMobile(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的手机号
setModuleCode(String) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
设置:接口模块编号
setModuleCode(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:模块编号
setModuleCode(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogModule
设置:模块编号
setModuleName(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogModule
设置:模块名称
setNickname(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的昵称
setnx(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheLocal
设置数据,仅在关键字不存在时设置数据
setnx(String, String) - 类中的方法 org.hy.microservice.common.cache.CacheRemote
设置数据,仅在关键字不存在时设置数据
setnx(String, String) - 接口中的方法 org.hy.microservice.common.cache.ICache
设置数据,仅在关键字不存在时设置数据
setOpenID(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:微信用户应用ID
setOrderBy(Integer) - 类中的方法 org.hy.microservice.common.BaseData
设置:排列显示顺序。
setOrderBy(Integer) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:排列显示顺序。
setOrderBy(Integer) - 类中的方法 org.hy.microservice.common.BaseView
设置:排列显示顺序。
setOrderBy(Integer) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:排列显示顺序。
setOrgCode(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的组织编码
setOrgName(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的组织名称
setOsTime(String) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:操作系统的当前时间
setOsType(String) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:操作系统的类型
setOther(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:其它数据
setPageIndex(Long) - 类中的方法 org.hy.microservice.common.BaseData
设置:页码。
setPageIndex(Long) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:页码。
setPageIndex(Long) - 类中的方法 org.hy.microservice.common.BaseResponseData
设置:页码
setPageIndex(Long) - 类中的方法 org.hy.microservice.common.BaseView
设置:页码。
setPageIndex(Long) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:页码。
setPagePerCount(Long) - 类中的方法 org.hy.microservice.common.BaseData
设置:每页显示数量
setPagePerCount(Long) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:每页显示数量
setPagePerCount(Long) - 类中的方法 org.hy.microservice.common.BaseResponseData
设置:每页显示数量
setPagePerCount(Long) - 类中的方法 org.hy.microservice.common.BaseView
设置:每页显示数量
setPagePerCount(Long) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:每页显示数量
setPageSize(Long) - 类中的方法 org.hy.microservice.common.BaseResponseData
设置:分页总数
setPhone(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的手机号
setProjectID(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:项目ID
setProjectID(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:项目ID
setProjectID(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:项目ID
setProjectID(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:项目ID
setRecordCount(Long) - 类中的方法 org.hy.microservice.common.BaseResponseData
设置:记录数
setRemarks(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:备注说明
setRemarks(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:备注说明
setRemarks(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:备注说明
setRemarks(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:备注说明
setRequestTime(Long) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:请求时间
setResponseTime(Long) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:响应时间
setRespTime(Date) - 类中的方法 org.hy.microservice.common.BaseResp
设置:响应时间
setRespTime(Date) - 类中的方法 org.hy.microservice.common.BaseResponse
设置:响应时间
setRespTimeLen(Long) - 类中的方法 org.hy.microservice.common.BaseResp
设置:响应用时时长(单位:毫秒)
setResultCode(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:操作的响应结果编号
setSecond(Integer) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:获取最近多少秒内的数据
setServiceType(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:业务类型(值内容由业务决定)
setServiceType(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:业务类型(值内容由业务决定)
setServiceType(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:业务类型(值内容由业务决定)
setServiceType(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:业务类型(值内容由业务决定)
setSessionID(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:会话ID
setSessionToken(String) - 类中的方法 org.hy.microservice.common.user.TokenInfo
设置:会话Token
setSex(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户性别
setSimpleClassName(String) - 类中的方法 org.hy.microservice.common.openapi.OpenApiConfig
设置:保存简单信息的解析对象的名称。
setStartStates(String[]) - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
设置:开始状态
setStartTime(Date) - 类中的方法 org.hy.microservice.common.BaseData
设置:开始时间
setStartTime(Date) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:开始时间
setStartTime(Date) - 类中的方法 org.hy.microservice.common.BaseView
设置:开始时间
setStartTime(Date) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:开始时间
setStateClass(Class<? extends BaseEnum<?>>) - 类中的方法 org.hy.microservice.common.state.StateMachineCell
设置:状态枚举值的元类型
setStateMachine(StateMachine) - 类中的方法 org.hy.microservice.common.state.StateMachineCell
设置:状态机模型
setStates(Map<String, StateInfoVO>) - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
设置:状态
setStyleType(String) - 类中的方法 org.hy.microservice.common.graph.GraphInfo
设置:风格类型
setSystemCode(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:系统编号
setSystemID(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:系统ID
setTaskOKCount(Integer) - 类中的方法 org.hy.microservice.common.heartbeat.Heartbeat
设置:任务执行正常的数量
setTimeLen(Long) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:操作时长(单位:毫秒)
setToken(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:票据号
setToken(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:票据号
setToken(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:票据号
setToken(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:票据号
setToken(String) - 类中的方法 org.hy.microservice.common.webSocket.WebSocketClient
设置:访问票据
setTotalCount(Long) - 类中的方法 org.hy.microservice.common.BaseData
设置:总行数
setTotalCount(Long) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:总行数
setTotalCount(Long) - 类中的方法 org.hy.microservice.common.BaseResponse
设置:总行数
setTotalCount(Long) - 类中的方法 org.hy.microservice.common.BaseView
设置:总行数
setTotalCount(Long) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:总行数
setTransitions(Transition[]) - 类中的方法 org.hy.microservice.common.state.StateMachineCellVO
设置:状态转换路径
setTypeCode(String) - 类中的方法 org.hy.microservice.common.BaseViewModeType
设置:类型编码
setTypeID(String) - 类中的方法 org.hy.microservice.common.BaseViewModeType
设置:类型ID
setTypeName(String) - 类中的方法 org.hy.microservice.common.BaseViewModeType
设置:类型名称
setUcid(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:会话Cookie编码
setUnionID(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:微信用户统一ID
setUpdateTime(Date) - 类中的方法 org.hy.microservice.common.BaseData
设置:修改时间
setUpdateTime(Date) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:修改时间
setUpdateTime(Date) - 类中的方法 org.hy.microservice.common.BaseView
设置:修改时间
setUpdateTime(Date) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:修改时间
setUpdateUserID(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:修改者编号
setUpdateUserID(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:修改者编号
setUpdateUserID(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:修改者编号
setUpdateUserID(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:修改者编号
setUrl(String) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfig
设置:接口URL地址
setUrl(String) - 类中的方法 org.hy.microservice.common.openapi.OpenApiConfig
设置:URL地址
setUrl(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:操作的URL地址
setUrl(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogApi
设置:API接口的资源路径
setUrlName(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogApi
设置:API接口的名称
setUrlRequest(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:操作的请求参数
setUrlRequestBody(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:操作的请求体数据
setUrlResponse(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:操作的响应信息
setUserCode(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的编码
setUserDomain(Map<String, String>) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的用户域(一号多重身份)
setUserIcon(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:用户头像
setUserIcon(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:用户头像
setUserIcon(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:用户头像
setUserIcon(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:用户头像
setUserId(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方用户中心的标识
setUserID(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:用户编号
setUserID(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:用户编号
setUserID(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:用户编号
setUserID(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:用户编号
setUserID(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:操作人ID
setUserIP(String) - 类中的方法 org.hy.microservice.common.operationLog.OperationLog
设置:操作人IP地址
setUserLevel(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的用户级别
setUserLogoUrl(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的头像地址
setUserName(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:用户名称
setUserName(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:用户名称
setUserName(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:用户名称
setUserName(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:用户名称
setUserName(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的用户名
setUserNo(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方用户中心的工号
setUserSource(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的用户来源
setUserType(String) - 类中的方法 org.hy.microservice.common.BaseData
设置:用户类型
setUserType(String) - 类中的方法 org.hy.microservice.common.BaseDomain
设置:用户类型
setUserType(String) - 类中的方法 org.hy.microservice.common.BaseView
设置:用户类型
setUserType(String) - 类中的方法 org.hy.microservice.common.BaseViewMode
设置:用户类型
setUserType(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:用户在第三方系统的用户类型
setUsid(String) - 类中的方法 org.hy.microservice.common.user.UserSSO
设置:会话票据
setWebSHost(String) - 类中的方法 org.hy.microservice.common.graph.GraphInfo
设置:WebSocket的服务IP地址
setWebSID(String) - 类中的方法 org.hy.microservice.common.graph.GraphInfo
设置:WebSocket的服务ID(连接线实时动态数据)
setWebSName(String) - 类中的方法 org.hy.microservice.common.graph.GraphInfo
设置:WebSocket的服务名称
setWebSProtocol(String) - 类中的方法 org.hy.microservice.common.graph.GraphInfo
设置:WebSocket的服务是不是为安全协议(值为:s),还是普通协议(值为:空字符串)
ShareCache - org.hy.microservice.common.cache中的类
已过时。
ShareCache() - 类的构造器 org.hy.microservice.common.cache.ShareCache
已过时。
 
show(HttpServletRequest, HttpServletResponse, GraphInfo, ModelMap) - 类中的方法 org.hy.microservice.common.graph.GraphController
显示图谱数量页面 使用案例 http://127.0.0.1:81/hy.microservice/graph/show?
SourceData - org.hy.microservice.common.mybatis中的Annotation Interface
定义 @DataSource 注解,标记当前使用的数据源
sqlSessionFactory(DynamicDataSource) - 类中的方法 org.hy.microservice.common.mybatis.DynamicDataSourceConfig
注册数据源会话工厂及Mappers配置文件的位置路径
StateController - org.hy.microservice.common.state中的类
状态机的控制层
StateController() - 类的构造器 org.hy.microservice.common.state.StateController
 
StateInfo - org.hy.microservice.common.state中的类
状态信息
StateInfo(Integer, Integer) - 类的构造器 org.hy.microservice.common.state.StateInfo
 
StateInfoVO - org.hy.microservice.common.state中的类
交互模型:状态信息
StateInfoVO(StateInfo, String) - 类的构造器 org.hy.microservice.common.state.StateInfoVO
 
StateMachine - org.hy.microservice.common.state中的类
状态机模型
StateMachine(Transition[]) - 类的构造器 org.hy.microservice.common.state.StateMachine
状态机模型的构造器
StateMachineCell - org.hy.microservice.common.state中的类
状态机模型的组成单元
StateMachineCell() - 类的构造器 org.hy.microservice.common.state.StateMachineCell
状态机模型的组成单元
StateMachineCell(StateMachine, Class<? extends BaseEnum<?>>, Class<? extends BaseEnum<?>>) - 类的构造器 org.hy.microservice.common.state.StateMachineCell
状态机模型的组成单元
StateMachineCellVO - org.hy.microservice.common.state中的类
状态机模型的组成单元的交互层
StateMachineCellVO() - 类的构造器 org.hy.microservice.common.state.StateMachineCellVO
 
StateMachineCellVO(StateMachineCell) - 类的构造器 org.hy.microservice.common.state.StateMachineCellVO
 
StateMachineManager - org.hy.microservice.common.state中的类
状态机管理器。
succeed(AppMessage<?>, AppMessage<?>, Object) - 类中的方法 org.hy.microservice.common.LogFilter
执行成功后被触发。
SuffixRequestMappingHandlerMapping - org.hy.microservice.common中的类
Spring MVC 5.3之后支持 *.do 后缀请求的方法
SuffixRequestMappingHandlerMapping() - 类的构造器 org.hy.microservice.common.SuffixRequestMappingHandlerMapping
 

T

test01() - 类中的方法 org.hy.microservice.common.demo.DemoController
无参数,直接跳转的。
test02(HttpServletRequest, HttpServletResponse, UserSSO, ModelMap) - 类中的方法 org.hy.microservice.common.demo.DemoController
有参数传递、并且有业务处理的页面跳转。
test02(UserSSO) - 类中的方法 org.hy.microservice.common.demo.DemoController
有参数传递的页面跳转。
test04(HttpServletRequest, HttpServletResponse, UserSSO, ModelMap) - 类中的方法 org.hy.microservice.common.demo.DemoController
打开Ajax动作所在的页面 访问页面的完整路径为:http://ip:port/WebName/demo/test04?
toCountInfo(Long) - 类中的方法 org.hy.microservice.common.BaseData
数量转为短数输出显示
toCountInfo(Long) - 类中的方法 org.hy.microservice.common.BaseViewMode
数量转为短数输出显示
toDomain(List<Data>, Class<Domain>) - 类中的静态方法 org.hy.microservice.common.domain.DomainUtil
将数据层的集合转为领域层的集合
toDomain(Map<String, Data>, Class<Domain>) - 类中的静态方法 org.hy.microservice.common.domain.DomainUtil
将数据层的集合转为领域层的集合
toDomain(Set<Data>, Class<Domain>) - 类中的静态方法 org.hy.microservice.common.domain.DomainUtil
将数据层的集合转为领域层的集合
TokenInfo - org.hy.microservice.common.user中的类
票据信息
TokenInfo() - 类的构造器 org.hy.microservice.common.user.TokenInfo
 
TokenResponse - org.hy.microservice.common.user中的类
访问Token的数据结构
TokenResponse() - 类的构造器 org.hy.microservice.common.user.TokenResponse
 
TokenResponseData - org.hy.microservice.common.user中的类
访问Token的数据结构
TokenResponseData() - 类的构造器 org.hy.microservice.common.user.TokenResponseData
 
toSimpleInfo() - 接口中的方法 org.hy.microservice.common.BaseSimpleInfo
获取对象的简单信息。
toString() - 类中的方法 org.hy.microservice.common.user.UserSSO
 
toView(List<Domain>, Class<View>) - 类中的静态方法 org.hy.microservice.common.view.ViewModelUtil
将领域层的集合转为交互层的集合
toView(Map<String, Domain>, Class<View>) - 类中的静态方法 org.hy.microservice.common.view.ViewModelUtil
将领域层的集合转为交互层的集合
toView(Set<Domain>, Class<View>) - 类中的静态方法 org.hy.microservice.common.view.ViewModelUtil
将领域层的集合转为交互层的集合
Transition - org.hy.microservice.common.state中的类
状态转换路径
Transition(String, String, String) - 类的构造器 org.hy.microservice.common.state.Transition
状态转换路径的构造器
Transition(BaseEnum<String>, BaseEnum<String>, BaseEnum<String>) - 类的构造器 org.hy.microservice.common.state.Transition
状态转换路径的构造器

U

update(IPSafeConfig) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigDAO
更新系统安全访问IP黑白名单
update(IPSafeConfig) - 接口中的方法 org.hy.microservice.common.ipSafe.IIPSafeConfigService
更新系统安全访问IP黑白名单
update(IPSafeConfig) - 类中的方法 org.hy.microservice.common.ipSafe.IPSafeConfigService
更新系统安全访问IP黑白名单
update(OperationLog) - 接口中的方法 org.hy.microservice.common.operationLog.IOperationLogDAO
更新完成时间、响应信息等
update(OperationLog) - 接口中的方法 org.hy.microservice.common.operationLog.IOperationLogService
更新完成时间、响应信息等
update(OperationLog) - 类中的方法 org.hy.microservice.common.operationLog.OperationLogService
更新完成时间、响应信息等
updateClaimIP(ITaskX, String) - 接口中的方法 org.hy.microservice.common.heartbeat.task.ITaskService
更新认领任务的服务IP
UserLoginController - org.hy.microservice.common.user中的类
用户中心:登录的控制层
UserLoginController() - 类的构造器 org.hy.microservice.common.user.UserLoginController
 
UserService - org.hy.microservice.common.user中的类
用户业务
UserService() - 类的构造器 org.hy.microservice.common.user.UserService
 
UserSSO - org.hy.microservice.common.user中的类
用户单点登录信息
UserSSO() - 类的构造器 org.hy.microservice.common.user.UserSSO
 

V

value() - annotation interface 中的元素 org.hy.microservice.common.mybatis.SourceData
标记数据源XID的值
ViewModelUtil - org.hy.microservice.common.view中的类
交互层领域转换工具
vueServlet() - 类中的静态方法 org.hy.microservice.common.ProjectStartBase
注册Vue独立处理机制
vueServlet() - 类中的方法 org.hy.microservice.ProjectStart
注册Vue独立处理机制
VueServlet - org.hy.microservice.common中的类
将Vue整合到Spring Boot项目中,使其即可成为一个整体,也能分隔部署的方案
VueServlet() - 类的构造器 org.hy.microservice.common.VueServlet
 

W

WebConfig - org.hy.microservice.common中的类
WebConfig:服务Web配置
WebConfig() - 类的构造器 org.hy.microservice.common.WebConfig
 
WebSocketClient - org.hy.microservice.common.webSocket中的类
WebSocket的客户端
WebSocketClient(String, String, Session, String, WebSocketServer) - 类的构造器 org.hy.microservice.common.webSocket.WebSocketClient
 
WebSocketMessage - org.hy.microservice.common.webSocket中的接口
WebSocket消息接口
WebSocketServer - org.hy.microservice.common.webSocket中的类
WebSocket的服务端
WebSocketServer() - 类的构造器 org.hy.microservice.common.webSocket.WebSocketServer
 
writer(HttpServletResponse, String, String) - 类中的静态方法 org.hy.microservice.common.BaseController
页面响应传递数据
writerHtml(HttpServletResponse, String) - 类中的静态方法 org.hy.microservice.common.BaseController
页面响应Html格式的数据
writerJson(HttpServletResponse, Object) - 类中的静态方法 org.hy.microservice.common.BaseController
页面响应Json格式的数据
writerJson(HttpServletResponse, String) - 类中的静态方法 org.hy.microservice.common.BaseController
页面响应Json格式的数据

X

xhGetAccessToken - 类中的变量 org.hy.microservice.common.user.UserService
 
xhGetLoginUser - 类中的变量 org.hy.microservice.common.user.UserService
 
xhSetLoginUser - 类中的变量 org.hy.microservice.common.user.UserService
 
XJavaInit - org.hy.microservice.common.config中的类
Web初始化信息
XJavaInit() - 类的构造器 org.hy.microservice.common.config.XJavaInit
 
XJavaInit(boolean, String) - 类的构造器 org.hy.microservice.common.config.XJavaInit
 
XJavaSpringInitialzer - org.hy.microservice.common.config中的类
SpringBoot启动时,拉起XJava的初始化
XJavaSpringInitialzer() - 类的构造器 org.hy.microservice.common.config.XJavaSpringInitialzer
 
$ A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格