Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

AdController - Class in cn.jsj.onclock.controller
 
AdController(AdService) - Constructor for class cn.jsj.onclock.controller.AdController
 
add(String, WebSocketSession) - Static method in class cn.jsj.onclock.socket.WebSocketManager
 
AdDao - Interface in cn.jsj.onclock.dao
 
addInterceptors(InterceptorRegistry) - Method in class cn.jsj.onclock.configuration.ConnectorConfiguration
配置一个拦截器,这里会拦截所有请求
addOneSign(Long, Long, Date, Date, String, Long, List<Long>) - Method in class cn.jsj.onclock.service.impl.SignServiceImpl
群相关负责人主动发起一次签到
addOneSign(Long, Long, Date, Date, String, Long, List<Long>) - Method in interface cn.jsj.onclock.service.SignService
群相关负责人主动发起一次签到
addOnlineNum(Long) - Method in interface cn.jsj.onclock.dao.LabelDao
签到标签在线人数加一
AdEnt - Class in cn.jsj.onclock.pojo
广告实体类
AdEnt() - Constructor for class cn.jsj.onclock.pojo.AdEnt
 
AdService - Interface in cn.jsj.onclock.service
 
AdServiceImpl - Class in cn.jsj.onclock.service.impl
 
AdServiceImpl(AdDao) - Constructor for class cn.jsj.onclock.service.impl.AdServiceImpl
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class cn.jsj.onclock.interceptor.SecurityInterceptor
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class cn.jsj.onclock.socket.WebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class cn.jsj.onclock.socket.WebSocketHandler
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in class cn.jsj.onclock.socket.WebSocketInterceptor
 
allLabel(Integer, Integer) - Method in class cn.jsj.onclock.controller.LabelController
查询全部的签到标签
ApproveResultEnum - Enum in cn.jsj.onclock.pojo.identity
加群的审批结果

B

beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class cn.jsj.onclock.socket.WebSocketInterceptor
socket握手拦截器
byteArrayOutputStream() - Method in class cn.jsj.onclock.configuration.ExcelModelInitConfiguration
 

C

checkExecutorSignFinishStatus(Long, List<Long>) - Method in class cn.jsj.onclock.controller.SignController
查询某一签到者在特定的几个签到中的完成情况
checkoutUserHeadPicture(Long, HttpServletResponse) - Method in class cn.jsj.onclock.controller.UserController
获取用户上传的头像
cleanLocalVar() - Static method in class cn.jsj.onclock.interceptor.RequestThreadContext
清理线程容器资源
clock(ClockEnt) - Method in class cn.jsj.onclock.controller.ClockController
用户打卡(签到签离)
ClockController - Class in cn.jsj.onclock.controller
 
ClockController(ClockService) - Constructor for class cn.jsj.onclock.controller.ClockController
 
ClockDao - Interface in cn.jsj.onclock.dao
 
ClockEnt - Class in cn.jsj.onclock.pojo
打卡信息实体类
ClockEnt() - Constructor for class cn.jsj.onclock.pojo.ClockEnt
 
clockRecord(ClockStatusEnum, Integer, Integer) - Method in class cn.jsj.onclock.controller.ClockController
用户查询自己的打卡信息
clockRecordOutPutExcel(Long, UserIdentityEnum, Long, List<Long>, List<Long>, HttpServletResponse) - Method in class cn.jsj.onclock.service.impl.SignServiceImpl
群组内部分人员的签到信息Excel表格导出
clockRecordOutPutExcel(Long, UserIdentityEnum, Long, List<Long>, List<Long>, HttpServletResponse) - Method in interface cn.jsj.onclock.service.SignService
群组内部分人员的签到信息Excel表格导出
ClockService - Interface in cn.jsj.onclock.service
 
ClockServiceImpl - Class in cn.jsj.onclock.service.impl
 
ClockServiceImpl(ClockDao, LabelDao, TaskDao) - Constructor for class cn.jsj.onclock.service.impl.ClockServiceImpl
 
ClockStatusEnum - Enum in cn.jsj.onclock.pojo.identity
打卡状态
cn.jsj.onclock - package cn.jsj.onclock
 
cn.jsj.onclock.advice - package cn.jsj.onclock.advice
 
cn.jsj.onclock.aop - package cn.jsj.onclock.aop
 
cn.jsj.onclock.aop.aspect - package cn.jsj.onclock.aop.aspect
 
cn.jsj.onclock.configuration - package cn.jsj.onclock.configuration
 
cn.jsj.onclock.controller - package cn.jsj.onclock.controller
 
cn.jsj.onclock.dao - package cn.jsj.onclock.dao
 
cn.jsj.onclock.exception - package cn.jsj.onclock.exception
 
cn.jsj.onclock.interceptor - package cn.jsj.onclock.interceptor
 
cn.jsj.onclock.interceptor.swich - package cn.jsj.onclock.interceptor.swich
 
cn.jsj.onclock.management - package cn.jsj.onclock.management
 
cn.jsj.onclock.pojo - package cn.jsj.onclock.pojo
 
cn.jsj.onclock.pojo.identity - package cn.jsj.onclock.pojo.identity
 
cn.jsj.onclock.result - package cn.jsj.onclock.result
 
cn.jsj.onclock.service - package cn.jsj.onclock.service
 
cn.jsj.onclock.service.impl - package cn.jsj.onclock.service.impl
 
cn.jsj.onclock.socket - package cn.jsj.onclock.socket
 
compareTo(SignEnt) - Method in class cn.jsj.onclock.pojo.SignEnt
Compares this object with the specified object for order.
compareTo(UserEnt) - Method in class cn.jsj.onclock.pojo.UserEnt
Compares this object with the specified object for order.
ConnectorConfiguration - Class in cn.jsj.onclock.configuration
 
ConnectorConfiguration(SecurityInterceptor) - Constructor for class cn.jsj.onclock.configuration.ConnectorConfiguration
 
cookieProcessorCustomizer() - Method in class cn.jsj.onclock.configuration.TomcatConfiguration
 
countAdTotalNumber() - Method in interface cn.jsj.onclock.dao.AdDao
查询轮播广告总数
creat(GroupEnt) - Method in class cn.jsj.onclock.controller.GroupController
创建一个群组
creatGroup(String, Long, UserIdentityEnum) - Method in interface cn.jsj.onclock.service.GroupService
创建一个群组
creatGroup(String, Long, UserIdentityEnum) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
创建一个群组
CustomerErrorException - Exception in cn.jsj.onclock.exception
 
CustomerErrorException(String) - Constructor for exception cn.jsj.onclock.exception.CustomerErrorException
 
customerExceptionHandler(HttpServletRequest, CustomException) - Method in class cn.jsj.onclock.advice.ExceptionsTranslator
处理自定义事务异常
CustomException - Exception in cn.jsj.onclock.exception
 
CustomException(String) - Constructor for exception cn.jsj.onclock.exception.CustomException
 
cutOnlineNum(Long) - Method in interface cn.jsj.onclock.dao.LabelDao
签到标签在线人数减一

D

deleteGroup(GroupEnt) - Method in class cn.jsj.onclock.controller.GroupController
删除一个数据集
deleteGroup(Long) - Method in interface cn.jsj.onclock.dao.GroupDao
删除一个群组信息
deleteJoinGroupInfo(Long) - Method in interface cn.jsj.onclock.dao.GroupDao
删除数据库的成员信息
deleteOneGroup(Long, Long) - Method in interface cn.jsj.onclock.service.GroupService
解散一个群组
deleteOneGroup(Long, Long) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
解散一个群组
deleteUserJoinRequests(Long) - Method in interface cn.jsj.onclock.dao.UserJoinRequestDao
删除用户加群申请信息
dumpExcel(List<Long>, List<Long>, Long, HttpServletResponse) - Method in class cn.jsj.onclock.controller.SignController
群组内部分人员的签到信息Excel表格导出

E

error(Exception) - Static method in class cn.jsj.onclock.result.Result
 
error(String) - Static method in class cn.jsj.onclock.result.Result
 
errorHandler(HttpServletRequest, Exception) - Method in class cn.jsj.onclock.advice.ExceptionsTranslator
 
ExcelModelInitConfiguration - Class in cn.jsj.onclock.configuration
Excel模板读取
ExcelModelInitConfiguration() - Constructor for class cn.jsj.onclock.configuration.ExcelModelInitConfiguration
 
ExcelWorkBookFactory - Class in cn.jsj.onclock.management
这是一个工厂类,读取Excel模板。由于POI提供的XSSFWorkbook对象是线程不安全的,无法使用单例模式,所以无法使用单例Bean注入。 XSSFWorkbook没有提供拷贝构造方法,也没有实现Serializable接口或Cloneable接口。于是很难进行多例注入。 可以使用反射深拷贝的方式完成多例注入,但是这个方式我个人非常不喜欢。 这里是在程序开始运行时,先用文件输入流读取一次Excel模板文件,将读到的byte数组保存到ByteArrayOutputStream,然后通过byte数组拷贝实现的对象间接复制。
ExcelWorkBookFactory(ByteArrayOutputStream) - Constructor for class cn.jsj.onclock.management.ExcelWorkBookFactory
 
ExceptionsTranslator - Class in cn.jsj.onclock.advice
 
ExceptionsTranslator(RedisTemplate<String, Serializable>) - Constructor for class cn.jsj.onclock.advice.ExceptionsTranslator
 

F

fail(String) - Static method in class cn.jsj.onclock.result.Result
 
findNameGroup(String, Integer, Integer) - Method in interface cn.jsj.onclock.service.GroupService
模糊查询群组列表
findNameGroup(String, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
模糊查询群组列表
finishProcess(Long) - Method in class cn.jsj.onclock.controller.SignController
用户查看某一签到的完成进度(用户仅仅可以看到自己发起的签到)

G

get(String) - Static method in class cn.jsj.onclock.socket.WebSocketManager
 
getAdEntById(Long) - Method in interface cn.jsj.onclock.dao.AdDao
根据Id查询一个广告的基本信息
getBriefTaskEntById(Long) - Method in interface cn.jsj.onclock.dao.TaskDao
Id对应的签到任务(简略)
getClockEntById(Long) - Method in interface cn.jsj.onclock.dao.ClockDao
通过Id查询打卡信息
getExe(HttpServletResponse) - Method in class cn.jsj.onclock.controller.SignController
 
getGroupById(Long) - Method in interface cn.jsj.onclock.dao.GroupDao
id查询某一群组
getGroupFriendInfo(Long, Long) - Method in class cn.jsj.onclock.controller.GroupController
查询群友的个人信息
getJoinRequestById(Long) - Method in interface cn.jsj.onclock.dao.UserJoinRequestDao
Id查询用户加群申请信息
getLabelEntById(Long) - Method in interface cn.jsj.onclock.dao.LabelDao
Id查询标签实体
getLabelEntByLabelNum(String) - Method in interface cn.jsj.onclock.dao.LabelDao
标签唯一标识查询标签实体
getOneAd() - Method in class cn.jsj.onclock.controller.AdController
随机查询一个广告信息
getOneGroupFriendInfo(Long, Long, Long) - Method in interface cn.jsj.onclock.service.GroupService
查询群组中的某位用户的个人信息
getOneGroupFriendInfo(Long, Long, Long) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
查询群组中的某位用户的个人信息
getOneLabelById(Long) - Method in class cn.jsj.onclock.service.impl.LabelServiceImpl
Id获取标签实体 (不需要验证用户身份)
getOneLabelById(Long) - Method in interface cn.jsj.onclock.service.LabelService
Id获取标签实体 (不需要验证用户身份)
getRandomAd() - Method in interface cn.jsj.onclock.service.AdService
随机查询一个广告信息
getRandomAd() - Method in class cn.jsj.onclock.service.impl.AdServiceImpl
随机查询一个广告信息
getSignEntById(Long) - Method in interface cn.jsj.onclock.dao.SignDao
通过Id查询一条签到信息(详细)
getUserEntityById(Long) - Method in interface cn.jsj.onclock.dao.UserDao
Id查询用户信息
getUserEntityByOpenId(String) - Method in interface cn.jsj.onclock.dao.UserDao
根据OpenId查询用户信息
getUserGroupInfo(Long, Long) - Method in interface cn.jsj.onclock.service.GroupService
获取用户在某群组中的成员信息(一般用于检查用户是否在该群组中)
getUserGroupInfo(Long, Long) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
获取用户在某群组中的成员信息(一般用于检查用户是否在该群组中)
getUserHeadPicture(Long, HttpServletResponse) - Method in class cn.jsj.onclock.service.impl.UserServiceImpl
获取用户上传的头像
getUserHeadPicture(Long, HttpServletResponse) - Method in interface cn.jsj.onclock.service.UserService
获取用户上传的头像
getUserHeadPictureLocation(Long) - Method in interface cn.jsj.onclock.dao.UserDao
查询用户头像保存的相对位置
getUserIdentity(Long) - Method in interface cn.jsj.onclock.dao.UserDao
查询用户权限信息
getUserInfo(Long) - Method in class cn.jsj.onclock.service.impl.UserServiceImpl
获取用户个人基本信息
getUserInfo(Long) - Method in interface cn.jsj.onclock.service.UserService
获取用户个人基本信息
getUserJoinGroupInfo(Long, Long) - Method in interface cn.jsj.onclock.dao.GroupDao
获取用户加群信息, 检查用户是否在群组内
getUserJoinGroupInfoWithGroupEnt(Long, Long) - Method in interface cn.jsj.onclock.dao.GroupDao
获取用户加群信息(带有群组信息)
getWorkbook() - Method in class cn.jsj.onclock.management.ExcelWorkBookFactory
 
GroupController - Class in cn.jsj.onclock.controller
 
GroupController(GroupService) - Constructor for class cn.jsj.onclock.controller.GroupController
 
GroupDao - Interface in cn.jsj.onclock.dao
 
GroupEnt - Class in cn.jsj.onclock.pojo
群组信息实体类
GroupEnt() - Constructor for class cn.jsj.onclock.pojo.GroupEnt
 
GroupIdentityEnum - Enum in cn.jsj.onclock.pojo.identity
群组内的身份
GroupJoinAuthEnum - Enum in cn.jsj.onclock.pojo.identity
审批加群申请状态
GroupLevelEnum - Enum in cn.jsj.onclock.pojo.identity
群等级
GroupService - Interface in cn.jsj.onclock.service
 
GroupServiceImpl - Class in cn.jsj.onclock.service.impl
 
GroupServiceImpl(GroupDao, UserDao, UserJoinRequestDao) - Constructor for class cn.jsj.onclock.service.impl.GroupServiceImpl
 

H

handleTextMessage(WebSocketSession, TextMessage) - Method in class cn.jsj.onclock.socket.WebSocketHandler
 
hasCreateGroupPower(UserIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
检查身份信息是否可以创建群组
hasPowerOfCheckJoinGroupRequest(GroupIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.GroupIdentityEnum
检查用户在群中的职务是否具有加群审批权
hasPowerOfCheckOthersSign(UserIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
检查用户是否具有查看其他用户发起的签到的完成情况的权限
hasPowerOfDeleteGroup(GroupIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.GroupIdentityEnum
检查用户在群组的身份,是否可以删除群组
hasPowerOfInputLabel(UserIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
检查身份信息是否可以录入签到标签
hasPowerOfLaunchSign(GroupIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.GroupIdentityEnum
检查用户在群组的身份,是否可以发起签到
hasPowerOfRenameLabel(UserIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
检查用户身份是否可以重命名签到标签
hasPowerOfUpdateAuthWay(GroupIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.GroupIdentityEnum
检查用户在群组中的身份,是否可以修改群组默认申请方式
hasPowerOfUpdateGroupName(GroupIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.GroupIdentityEnum
检查用户在群组中的身份,是否可以修改群组名称

I

initialize(PageNum) - Method in class cn.jsj.onclock.aop.aspect.PageNumHandler
 
initialize(PageSize) - Method in class cn.jsj.onclock.aop.aspect.PageSizeHandler
 
initialize(PrimaryKeyParam) - Method in class cn.jsj.onclock.aop.aspect.PrimaryKeyParamIntegerHandler
 
initialize(PrimaryKeyParam) - Method in class cn.jsj.onclock.aop.aspect.PrimaryKeyParamLongHandler
 
initRegister(String) - Method in class cn.jsj.onclock.service.impl.UserServiceImpl
新增一个用户,仅包含openId信息和默认用户角色
initRegister(String) - Method in interface cn.jsj.onclock.service.UserService
新增一个用户,仅包含openId信息和默认用户角色
insertBaseUser(String) - Method in interface cn.jsj.onclock.dao.UserDao
新增一个基础用户(用户信息仅包含openId)
insertClockInfo(ClockEnt) - Method in interface cn.jsj.onclock.dao.ClockDao
新增一条打卡信息(需要参数:标签卡Id,用户Id,用户留言)
insertLabel(LabelEnt) - Method in interface cn.jsj.onclock.dao.LabelDao
新增标签实体 (需要保证除id之外的所有属性参数值有效)
insertOne(LabelEnt) - Method in class cn.jsj.onclock.controller.LabelController
管理员录入标签卡信息
insertOneGroup(GroupEnt) - Method in interface cn.jsj.onclock.dao.GroupDao
创建群
insertOneLabel(UserIdentityEnum, String, String) - Method in class cn.jsj.onclock.service.impl.LabelServiceImpl
管理员录入标签卡信息
insertOneLabel(UserIdentityEnum, String, String) - Method in interface cn.jsj.onclock.service.LabelService
管理员录入标签卡信息
insertSignEnt(SignEnt) - Method in interface cn.jsj.onclock.dao.SignDao
新增一个签到信息实体(除Id以外,参数信息需要对应数据库每一个字段)
insertTask(Long, List<Long>) - Method in interface cn.jsj.onclock.dao.TaskDao
批量新增签到任务
insertUserJoinRequest(Long, Long, String, String) - Method in interface cn.jsj.onclock.dao.UserJoinRequestDao
新增一个用户加群申请
insertUserJoinRequestEntity(UserJoinRequest) - Method in interface cn.jsj.onclock.dao.UserJoinRequestDao
新增一个用户加群申请(用户Id,目标群组Id, 申请者留言,申请者留名)
insertUserToGroup(Long, Long, GroupIdentityEnum) - Method in interface cn.jsj.onclock.dao.GroupDao
用户加入群组
InterfaceFrequencyException - Exception in cn.jsj.onclock.exception
 
InterfaceFrequencyException(String) - Constructor for exception cn.jsj.onclock.exception.InterfaceFrequencyException
 
interfaceFrequencyExceptionHandler(InterfaceFrequencyException) - Method in class cn.jsj.onclock.advice.ExceptionsTranslator
处理服务器压力过大
isAdministrator(UserIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
 
isCollector(UserIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
 
isEffectPictureFileType(String) - Static method in enum cn.jsj.onclock.pojo.identity.PictureFileType
判断图片文件类型是否是系统支持的图片类型
isExecutor(UserIdentityEnum) - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
 
isOneAdministrator() - Method in class cn.jsj.onclock.pojo.UserEnt
 
isOneCollector() - Method in class cn.jsj.onclock.pojo.UserEnt
 
isOneExecutor() - Method in class cn.jsj.onclock.pojo.UserEnt
 
isValid(Integer, ConstraintValidatorContext) - Method in class cn.jsj.onclock.aop.aspect.PageNumHandler
 
isValid(Integer, ConstraintValidatorContext) - Method in class cn.jsj.onclock.aop.aspect.PageSizeHandler
 
isValid(Integer, ConstraintValidatorContext) - Method in class cn.jsj.onclock.aop.aspect.PrimaryKeyParamIntegerHandler
 
isValid(Long, ConstraintValidatorContext) - Method in class cn.jsj.onclock.aop.aspect.PrimaryKeyParamLongHandler
 

J

judgeGroupRequest(Long, Long, ApproveResultEnum) - Method in class cn.jsj.onclock.service.impl.UserJoinRequestServiceImpl
群相关负责人审批普通用户提交的加群申请信息
judgeGroupRequest(Long, Long, ApproveResultEnum) - Method in interface cn.jsj.onclock.service.UserJoinRequestService
群相关负责人审批普通用户提交的加群申请信息
judgeRequest(Long, ApproveResultEnum) - Method in class cn.jsj.onclock.controller.UserRequestJoinGroupController
群相关负责人审批普通用户提交的加群申请信息

L

labelAboutTask(Long) - Method in class cn.jsj.onclock.controller.ClockController
查询此时通过标签卡可以完成的签到任务
LabelController - Class in cn.jsj.onclock.controller
 
LabelController(LabelService) - Constructor for class cn.jsj.onclock.controller.LabelController
 
LabelDao - Interface in cn.jsj.onclock.dao
 
LabelEnt - Class in cn.jsj.onclock.pojo
打卡标签实体类
LabelEnt() - Constructor for class cn.jsj.onclock.pojo.LabelEnt
 
LabelService - Interface in cn.jsj.onclock.service
 
LabelServiceImpl - Class in cn.jsj.onclock.service.impl
 
LabelServiceImpl(LabelDao) - Constructor for class cn.jsj.onclock.service.impl.LabelServiceImpl
 
likeName(String, Integer, Integer) - Method in class cn.jsj.onclock.controller.GroupController
模糊查询群组列表
likeTitle(String, Integer, Integer) - Method in class cn.jsj.onclock.controller.LabelController
查询符合名称前缀的标签列表
likeTitle(String) - Method in class cn.jsj.onclock.controller.LabelController
模糊查询标签
listAboutGroup(Long, ApproveResultEnum, Integer, Integer) - Method in class cn.jsj.onclock.controller.UserRequestJoinGroupController
获取群组收到的加群申请信息
listAboutUser(ApproveResultEnum, Integer, Integer) - Method in class cn.jsj.onclock.controller.UserRequestJoinGroupController
用户查看自己的加群申请
listAllLabel() - Method in interface cn.jsj.onclock.dao.LabelDao
查询所有的签到标签
listAllLabel(Integer, Integer) - Method in class cn.jsj.onclock.service.impl.LabelServiceImpl
查询全部的签到标签
listAllLabel(Integer, Integer) - Method in interface cn.jsj.onclock.service.LabelService
查询全部的签到标签
listAllUserIdInGroup(Long) - Method in interface cn.jsj.onclock.dao.GroupDao
查询群组内所有成员的用户Id列表
listExecutorFinishProgressInSpecialSign(Long, Long, List<Long>, UserIdentityEnum) - Method in class cn.jsj.onclock.service.impl.SignServiceImpl
查询某一签到者在特定的几个签到中的完成情况
listExecutorFinishProgressInSpecialSign(Long, Long, List<Long>, UserIdentityEnum) - Method in interface cn.jsj.onclock.service.SignService
查询某一签到者在特定的几个签到中的完成情况
listExecutorTask(Long, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.SignServiceImpl
查询用户相关的签到任务实体(详细)
listExecutorTask(Long, Integer, Integer) - Method in interface cn.jsj.onclock.service.SignService
查询用户相关的签到任务实体(详细)
listGroupLikePrefixNameAboutUser(Long, String, Integer, Integer) - Method in interface cn.jsj.onclock.service.GroupService
查询符合前缀规则的用户已经加入的群组
listGroupLikePrefixNameAboutUser(Long, String, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
查询符合前缀规则的用户已经加入的群组
listGroupReceivedUserJoinRequest(Long, Long, ApproveResultEnum, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.UserJoinRequestServiceImpl
获取群组收到的加群申请信息
listGroupReceivedUserJoinRequest(Long, Long, ApproveResultEnum, Integer, Integer) - Method in interface cn.jsj.onclock.service.UserJoinRequestService
获取群组收到的加群申请信息
listIdentityCouldCheckJoinGroupRequest() - Static method in enum cn.jsj.onclock.pojo.identity.GroupIdentityEnum
获取可以审批用户加群申请的所有群内成员角色
listLabelCouldFinishTask(Long, Long) - Method in interface cn.jsj.onclock.service.ClockService
查询此时通过标签卡可以完成的签到任务
listLabelCouldFinishTask(Long, Long) - Method in class cn.jsj.onclock.service.impl.ClockServiceImpl
查询此时通过标签卡可以完成的签到任务
listLabelLikeTitle(String) - Method in class cn.jsj.onclock.service.impl.LabelServiceImpl
模糊查询标签
listLabelLikeTitle(String) - Method in interface cn.jsj.onclock.service.LabelService
模糊查询标签
listLabelLikeTitleAllName(String) - Method in interface cn.jsj.onclock.dao.LabelDao
全名称模糊查询标签列表
listLabelLikeTitlePrefix(String) - Method in interface cn.jsj.onclock.dao.LabelDao
查询符合前缀规则的标签列表
listLabelLikeTitlePrefix(String, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.LabelServiceImpl
查询符合名称前缀的标签列表
listLabelLikeTitlePrefix(String, Integer, Integer) - Method in interface cn.jsj.onclock.service.LabelService
查询符合名称前缀的标签列表
listLikeName(String) - Method in interface cn.jsj.onclock.dao.GroupDao
查询前缀名称的群组列表
listLikeNameAndAboutUser(String, Integer, Integer) - Method in class cn.jsj.onclock.controller.GroupController
查询符合前缀规则的用户已经加入的群组
listNeedFinishTask(Long) - Method in interface cn.jsj.onclock.dao.TaskDao
查询用户需要完成的签到任务
listRequestByGroupId(Long, ApproveResultEnum) - Method in interface cn.jsj.onclock.dao.UserJoinRequestDao
查询群组收到的加群申请
listRequestByUserId(Long, ApproveResultEnum) - Method in interface cn.jsj.onclock.dao.UserJoinRequestDao
查询用户的申请记录
listSenderOfSign(List<Long>) - Method in interface cn.jsj.onclock.dao.SignDao
查询一系列的签到来自于那些用户发出的 当signIdList中包含的所有签到均由同一个用户发出,则方法返回该用户Id。当signIdList中的签到由多个用户发出,则将这些签到发出者的用户的Id全部返回。
listSignEntAboutUser(Long) - Method in interface cn.jsj.onclock.dao.SignDao
查询用户发起的签到信息(详细)
listSignEntAboutUserAndGroup(Long, Long) - Method in interface cn.jsj.onclock.dao.SignDao
查询和用户以及群组相关的签到信息(详细)
listSignEntOfIssuedFromUser(Long, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.SignServiceImpl
查询用户发起的签到列表(详细)
listSignEntOfIssuedFromUser(Long, Integer, Integer) - Method in interface cn.jsj.onclock.service.SignService
查询用户发起的签到列表(详细)
listSignFinishProgress(Long, UserIdentityEnum, Long) - Method in class cn.jsj.onclock.service.impl.SignServiceImpl
用户查看自己发起的某一次签到的完成进度(用户仅仅可以看到自己发起的签到,管理员身份也可以查看别人的签到)
listSignFinishProgress(Long, UserIdentityEnum, Long) - Method in interface cn.jsj.onclock.service.SignService
用户查看自己发起的某一次签到的完成进度(用户仅仅可以看到自己发起的签到,管理员身份也可以查看别人的签到)
listSignFinishStatus(Long) - Method in interface cn.jsj.onclock.dao.TaskDao
查询某一次签到的完成情况(携带签到者姓名)
listSignInfoInGroupFromTime(Long, Long, Date, Date) - Method in interface cn.jsj.onclock.dao.SignDao
查询用户在某一群组从某一时刻到某一时刻发起的签到
listSignInfoInIdList(List<Long>, Long) - Method in interface cn.jsj.onclock.dao.SignDao
查询Id名单中的签到信息
listSignInfoInIdListFromSender(List<Long>, Long, Long) - Method in interface cn.jsj.onclock.dao.SignDao
查询Id列表名单中,由用户发起的签到信息
listSignRecord(Long, Long, Date, Date, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.SignServiceImpl
查询用户在某一群组中的发起签到记录
listSignRecord(Long, Long, Date, Date, Integer, Integer) - Method in interface cn.jsj.onclock.service.SignService
查询用户在某一群组中的发起签到记录
listSpecialTaskOfExecutor(Long, List<Long>) - Method in interface cn.jsj.onclock.dao.TaskDao
查询某用户在指定的几个签到中的完成情况
listTaskEntAboutUser(Long) - Method in interface cn.jsj.onclock.dao.TaskDao
查询用户相关的签到任务(详细)
listUserClockRecord(Long, ClockStatusEnum) - Method in interface cn.jsj.onclock.dao.ClockDao
查询用户相关的打卡记录
listUserClockRecord(Long, ClockStatusEnum, Integer, Integer) - Method in interface cn.jsj.onclock.service.ClockService
用户查询自己的打卡信息
listUserClockRecord(Long, ClockStatusEnum, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.ClockServiceImpl
用户查询自己的打卡信息
listUserGroupInfoAboutUser(Long) - Method in interface cn.jsj.onclock.dao.GroupDao
查询用户加入的所有群组信息(带有群组信息)
listUserGroupInfoLikeGroupName(Long, String) - Method in interface cn.jsj.onclock.dao.GroupDao
前缀名称模糊查询用户已经加入的群组
listUserGroupInformationAboutUser(Long, Integer, Integer) - Method in interface cn.jsj.onclock.service.GroupService
获取用户加入的群组列表,分页显示
listUserGroupInformationAboutUser(Long, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
获取用户加入的群组列表,分页显示
listUserIdCouldCheckGroupJoinRequestInOneGroup(Long) - Method in class cn.jsj.onclock.service.impl.UserJoinRequestServiceImpl
获取群内具有审批其他用户加群申请权限的用户Id
listUserIdCouldCheckGroupJoinRequestInOneGroup(Long) - Method in interface cn.jsj.onclock.service.UserJoinRequestService
获取群内具有审批其他用户加群申请权限的用户Id
listUserIdInGroupWithSpecialIdentity(Long, List<GroupIdentityEnum>) - Method in interface cn.jsj.onclock.dao.UserJoinRequestDao
查询群内符合身份要求的成员用户Id
listUserInfoInGroup(Long, Long, Integer, Integer) - Method in interface cn.jsj.onclock.service.GroupService
获取某一群组内的成员信息
listUserInfoInGroup(Long, Long, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
获取某一群组内的成员信息
listUserInfoInGroupWithoutPage(Long, Long) - Method in interface cn.jsj.onclock.service.GroupService
获取某一群组内的成员信息
listUserInfoInGroupWithoutPage(Long, Long) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
获取某一群组内的成员信息
listUserInfoInIdList(List<Long>) - Method in interface cn.jsj.onclock.dao.UserDao
查询ID名单中的所有用户信息
listUserJoinGroupInfoWithUser(Long) - Method in interface cn.jsj.onclock.dao.GroupDao
查询群组内所有用户的群信息(带有用户信息)
listUserJoinRequest(Long, ApproveResultEnum, Integer, Integer) - Method in class cn.jsj.onclock.service.impl.UserJoinRequestServiceImpl
用户获取和自己相关的群组申请记录
listUserJoinRequest(Long, ApproveResultEnum, Integer, Integer) - Method in interface cn.jsj.onclock.service.UserJoinRequestService
用户获取和自己相关的群组申请记录
localVar - Static variable in class cn.jsj.onclock.interceptor.RequestThreadContext
 

M

main(String[]) - Static method in class cn.jsj.onclock.OnclockApplication
 
messageNotReadExceptionHandler(HttpServletRequest) - Method in class cn.jsj.onclock.advice.ExceptionsTranslator
处理无效参数和空参数

N

NOT_LIMITED - Static variable in annotation type cn.jsj.onclock.aop.RateLimiter
 

O

OnclockApplication - Class in cn.jsj.onclock
 
OnclockApplication() - Constructor for class cn.jsj.onclock.OnclockApplication
 
oneLabel(Long) - Method in class cn.jsj.onclock.controller.LabelController
Id获取标签实体 (不需要验证用户身份)

P

PageNum - Annotation Type in cn.jsj.onclock.aop
 
PageNumHandler - Class in cn.jsj.onclock.aop.aspect
 
PageNumHandler() - Constructor for class cn.jsj.onclock.aop.aspect.PageNumHandler
 
PageSize - Annotation Type in cn.jsj.onclock.aop
 
PageSizeHandler - Class in cn.jsj.onclock.aop.aspect
 
PageSizeHandler() - Constructor for class cn.jsj.onclock.aop.aspect.PageSizeHandler
 
parseToken(String, String) - Method in class cn.jsj.onclock.interceptor.TokenCensor
 
PassToken - Annotation Type in cn.jsj.onclock.interceptor.swich
标记了本注解的控制层方法,将会忽略token校验,用户不需要登录也可以访问。
PictureFileType - Enum in cn.jsj.onclock.pojo.identity
 
pictureUploadHandler(UploadHeadPictureException) - Method in class cn.jsj.onclock.advice.ExceptionsTranslator
对于需要用户串行执行的操作,比如用户头像上传。会在即将进行IO操作的时候,对服务上锁。解锁操作会在程序执行的末尾进行,或者通过抛出本异常完成解锁。
pointcut(ProceedingJoinPoint) - Method in class cn.jsj.onclock.aop.aspect.RateLimiterAspect
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class cn.jsj.onclock.interceptor.SecurityInterceptor
 
PrimaryKeyParam - Annotation Type in cn.jsj.onclock.aop
参数校验注解,用于整形和长整型;限制数值不为空,并要求最小值为1,最大值可以在mysql的11位整形字段中保存。
PrimaryKeyParamIntegerHandler - Class in cn.jsj.onclock.aop.aspect
注解逻辑处理:当参数类型为Integer时通过本实现类处理
PrimaryKeyParamIntegerHandler() - Constructor for class cn.jsj.onclock.aop.aspect.PrimaryKeyParamIntegerHandler
 
PrimaryKeyParamLongHandler - Class in cn.jsj.onclock.aop.aspect
注解逻辑处理:当参数类型为Long时通过本实现类处理
PrimaryKeyParamLongHandler() - Constructor for class cn.jsj.onclock.aop.aspect.PrimaryKeyParamLongHandler
 

R

rateLimit() - Method in class cn.jsj.onclock.aop.aspect.RateLimiterAspect
 
RateLimiter - Annotation Type in cn.jsj.onclock.aop
 
RateLimiterAspect - Class in cn.jsj.onclock.aop.aspect
 
RateLimiterAspect() - Constructor for class cn.jsj.onclock.aop.aspect.RateLimiterAspect
 
RedisConfiguration - Class in cn.jsj.onclock.configuration
 
RedisConfiguration() - Constructor for class cn.jsj.onclock.configuration.RedisConfiguration
 
redisTemplate(LettuceConnectionFactory) - Method in class cn.jsj.onclock.configuration.RedisConfiguration
 
registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in class cn.jsj.onclock.configuration.WebSocketConfiguration
 
remove(String) - Static method in class cn.jsj.onclock.socket.WebSocketManager
 
removeAndClose(String) - Static method in class cn.jsj.onclock.socket.WebSocketManager
 
requesterIdentity() - Static method in class cn.jsj.onclock.interceptor.RequestThreadContext
线程容器中获取发出请求的用户角色
requesterUserId() - Static method in class cn.jsj.onclock.interceptor.RequestThreadContext
线程容器中获取发出请求的用户的Id
requestExceptionHandler(HttpServletRequest) - Method in class cn.jsj.onclock.advice.ExceptionsTranslator
处理参数格式错误
requestLogin(String) - Method in class cn.jsj.onclock.management.WeChatUserManagement
 
RequestThreadContext - Class in cn.jsj.onclock.interceptor
 
RequestThreadContext() - Constructor for class cn.jsj.onclock.interceptor.RequestThreadContext
 
resetGroupName(GroupEnt) - Method in class cn.jsj.onclock.controller.GroupController
修改群组名称
Result<T> - Class in cn.jsj.onclock.result
 
Result() - Constructor for class cn.jsj.onclock.result.Result
 

S

saveUserHeadPicture(Long, MultipartFile) - Method in class cn.jsj.onclock.service.impl.UserServiceImpl
用户更换头像
saveUserHeadPicture(Long, MultipartFile) - Method in interface cn.jsj.onclock.service.UserService
用户更换头像
SecurityInterceptor - Class in cn.jsj.onclock.interceptor
 
SecurityInterceptor(RedisTemplate<String, Serializable>, TokenCensor) - Constructor for class cn.jsj.onclock.interceptor.SecurityInterceptor
 
sign(SignEnt) - Method in class cn.jsj.onclock.controller.SignController
群相关负责人主动发起一次签到
SignController - Class in cn.jsj.onclock.controller
 
SignController(SignService, ExcelWorkBookFactory) - Constructor for class cn.jsj.onclock.controller.SignController
 
SignDao - Interface in cn.jsj.onclock.dao
 
SignEnt - Class in cn.jsj.onclock.pojo
 
SignEnt() - Constructor for class cn.jsj.onclock.pojo.SignEnt
 
SignService - Interface in cn.jsj.onclock.service
 
SignServiceImpl - Class in cn.jsj.onclock.service.impl
 
SignServiceImpl(SignDao, TaskDao, GroupDao, LabelDao, UserDao, ExcelWorkBookFactory) - Constructor for class cn.jsj.onclock.service.impl.SignServiceImpl
 
submit(UserJoinRequest) - Method in class cn.jsj.onclock.controller.UserRequestJoinGroupController
用户提交个人加群申请
submitUserJoinGroupRequest(Long, Long, String, String) - Method in class cn.jsj.onclock.service.impl.UserJoinRequestServiceImpl
用户提交个人加群申请
submitUserJoinGroupRequest(Long, Long, String, String) - Method in interface cn.jsj.onclock.service.UserJoinRequestService
用户提交个人加群申请
success() - Static method in class cn.jsj.onclock.result.Result
 
success(T) - Static method in class cn.jsj.onclock.result.Result
 
success(List<T>) - Static method in class cn.jsj.onclock.result.Result
 

T

TaskDao - Interface in cn.jsj.onclock.dao
 
TaskEnt - Class in cn.jsj.onclock.pojo
签到任务
TaskEnt() - Constructor for class cn.jsj.onclock.pojo.TaskEnt
 
TaskStatusEnum - Enum in cn.jsj.onclock.pojo.identity
 
TokenCensor - Class in cn.jsj.onclock.interceptor
 
TokenCensor(RedisTemplate<String, Serializable>) - Constructor for class cn.jsj.onclock.interceptor.TokenCensor
 
tokenIssue(Long, UserIdentityEnum, String) - Method in class cn.jsj.onclock.interceptor.TokenCensor
 
TomcatConfiguration - Class in cn.jsj.onclock.configuration
 
TomcatConfiguration() - Constructor for class cn.jsj.onclock.configuration.TomcatConfiguration
 

U

update(GroupEnt) - Method in interface cn.jsj.onclock.dao.GroupDao
更新群组信息, 无法更新群组负责人信息
update(UserEnt) - Method in interface cn.jsj.onclock.dao.UserDao
更新用户个人信息
updateClockBreak(Long) - Method in interface cn.jsj.onclock.dao.ClockDao
系统给用户签退
updateClockFinish(Long) - Method in interface cn.jsj.onclock.dao.ClockDao
用户主动签退
updateGroupAuthWay(Long, Long, GroupJoinAuthEnum) - Method in interface cn.jsj.onclock.service.GroupService
用户修改群审批方式
updateGroupAuthWay(Long, Long, GroupJoinAuthEnum) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
用户修改群审批方式
updateGroupName(Long, String) - Method in interface cn.jsj.onclock.dao.GroupDao
更改群名称
updateGroupName(Long, Long, String) - Method in interface cn.jsj.onclock.service.GroupService
修改群组名称
updateGroupName(Long, Long, String) - Method in class cn.jsj.onclock.service.impl.GroupServiceImpl
修改群组名称
updateGroupRequestAuthWay(GroupJoinAuthEnum, Long) - Method in interface cn.jsj.onclock.dao.GroupDao
更新群组默认审批方式
updateLabelName(String, Long) - Method in interface cn.jsj.onclock.dao.LabelDao
更新标签卡名称
updateLabelTitle(Long, UserIdentityEnum, String) - Method in class cn.jsj.onclock.service.impl.LabelServiceImpl
管理员更新标签名称
updateLabelTitle(Long, UserIdentityEnum, String) - Method in interface cn.jsj.onclock.service.LabelService
管理员更新标签名称
updateRequestAuthWay(GroupEnt) - Method in class cn.jsj.onclock.controller.GroupController
用户修改群审批方式
updateRequestResult(Long, Long, ApproveResultEnum) - Method in interface cn.jsj.onclock.dao.UserJoinRequestDao
对提交的用户加群申请进行审批
updateTaskFinish(Long, List<Long>) - Method in interface cn.jsj.onclock.dao.TaskDao
完成用户的部分任务
updateTitle(LabelEnt) - Method in class cn.jsj.onclock.controller.LabelController
管理员更新标签名称
updateUser(UserEnt) - Method in class cn.jsj.onclock.controller.UserController
更新用户个人信息
updateUserHeadPictureLocation(Long, String) - Method in interface cn.jsj.onclock.dao.UserDao
更新用户头像保存位置信息
updateUserIdentity(Long, UserIdentityEnum) - Method in interface cn.jsj.onclock.dao.UserDao
更新用户的角色信息
updateUserInformation(Long, String, String, String) - Method in class cn.jsj.onclock.service.impl.UserServiceImpl
更新用户的个人信息
updateUserInformation(Long, String, String, String) - Method in interface cn.jsj.onclock.service.UserService
更新用户的个人信息
uploadHeadPicture(MultipartFile) - Method in class cn.jsj.onclock.controller.UserController
用户更换头像
UploadHeadPictureException - Exception in cn.jsj.onclock.exception
用户锁执行期间发生的业务异常
UploadHeadPictureException(String, Long) - Constructor for exception cn.jsj.onclock.exception.UploadHeadPictureException
 
useAbout(Integer, Integer) - Method in class cn.jsj.onclock.controller.GroupController
获取用户加入的群组列表,分页显示
userAboutTask(Integer, Integer) - Method in class cn.jsj.onclock.controller.SignController
查询用户相关的签到任务实体(详细)
userClock(Long, Long, String) - Method in interface cn.jsj.onclock.service.ClockService
用户打卡
userClock(Long, Long, String) - Method in class cn.jsj.onclock.service.impl.ClockServiceImpl
用户打卡 本接口既可以进行签到打卡,也可以进行签退打卡。
UserController - Class in cn.jsj.onclock.controller
 
UserController(UserService) - Constructor for class cn.jsj.onclock.controller.UserController
 
UserDao - Interface in cn.jsj.onclock.dao
 
UserEnt - Class in cn.jsj.onclock.pojo
 
UserEnt() - Constructor for class cn.jsj.onclock.pojo.UserEnt
 
UserGroupInfo - Class in cn.jsj.onclock.pojo
用户在某群组中的信息
UserGroupInfo() - Constructor for class cn.jsj.onclock.pojo.UserGroupInfo
 
UserIdentityEnum - Enum in cn.jsj.onclock.pojo.identity
用户角色
userInfo() - Method in class cn.jsj.onclock.controller.UserController
获取用户个人基本信息
userInGroup(Long) - Method in class cn.jsj.onclock.controller.GroupController
获取用户在某群组中的成员信息(一般用于检查用户是否在该群组中)
userIsInBlackList(Long) - Method in interface cn.jsj.onclock.dao.UserDao
检查用户是否在黑名单中
userIsInGroup(Long, Long) - Method in interface cn.jsj.onclock.dao.GroupDao
检查用户是否在群组中
userIssue(Integer, Integer) - Method in class cn.jsj.onclock.controller.SignController
查询用户发起的签到列表(详细)
userIssueDetailRecord(Long, Date, Date, Integer, Integer) - Method in class cn.jsj.onclock.controller.SignController
查询用户在某一群组中的发起签到记录
UserJoinRequest - Class in cn.jsj.onclock.pojo
用户加群申请信息
UserJoinRequest() - Constructor for class cn.jsj.onclock.pojo.UserJoinRequest
 
UserJoinRequestDao - Interface in cn.jsj.onclock.dao
用户加群申请
UserJoinRequestService - Interface in cn.jsj.onclock.service
 
UserJoinRequestServiceImpl - Class in cn.jsj.onclock.service.impl
 
UserJoinRequestServiceImpl(UserJoinRequestDao, GroupDao, UserDao) - Constructor for class cn.jsj.onclock.service.impl.UserJoinRequestServiceImpl
 
userList(Long, Integer, Integer) - Method in class cn.jsj.onclock.controller.GroupController
获取某一群组内的成员信息
userListWithoutPage(Long) - Method in class cn.jsj.onclock.controller.GroupController
获取某一群组内的成员信息
userLogin(String) - Method in class cn.jsj.onclock.controller.UserController
用户登录与注册
userLogin(String) - Method in class cn.jsj.onclock.service.impl.UserServiceImpl
用户登录与注册; - 存在用户信息则登录,数据库中如果没有该用户的openId则先完成基础的注册
userLogin(String) - Method in interface cn.jsj.onclock.service.UserService
用户登录与注册; - 存在用户信息则登录,数据库中如果没有该用户的openId则先完成基础的注册
UserRequestJoinGroupController - Class in cn.jsj.onclock.controller
 
UserRequestJoinGroupController(UserJoinRequestService) - Constructor for class cn.jsj.onclock.controller.UserRequestJoinGroupController
 
UserService - Interface in cn.jsj.onclock.service
 
UserServiceImpl - Class in cn.jsj.onclock.service.impl
 
UserServiceImpl(UserDao, WeChatUserManagement, TokenCensor, RedisTemplate<String, Serializable>) - Constructor for class cn.jsj.onclock.service.impl.UserServiceImpl
 

V

validationExceptionHandler(HttpServletRequest, ValidationException) - Method in class cn.jsj.onclock.advice.ExceptionsTranslator
 
valueOf(String) - Static method in enum cn.jsj.onclock.pojo.identity.ApproveResultEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.jsj.onclock.pojo.identity.ClockStatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.jsj.onclock.pojo.identity.GroupIdentityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.jsj.onclock.pojo.identity.GroupJoinAuthEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.jsj.onclock.pojo.identity.GroupLevelEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.jsj.onclock.pojo.identity.PictureFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.jsj.onclock.pojo.identity.TaskStatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.jsj.onclock.pojo.identity.ApproveResultEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.jsj.onclock.pojo.identity.ClockStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.jsj.onclock.pojo.identity.GroupIdentityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.jsj.onclock.pojo.identity.GroupJoinAuthEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.jsj.onclock.pojo.identity.GroupLevelEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.jsj.onclock.pojo.identity.PictureFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.jsj.onclock.pojo.identity.TaskStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.jsj.onclock.pojo.identity.UserIdentityEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

webServerFactory() - Method in class cn.jsj.onclock.configuration.TomcatConfiguration
 
WebSocketConfiguration - Class in cn.jsj.onclock.configuration
 
WebSocketConfiguration(WebSocketHandler, WebSocketInterceptor) - Constructor for class cn.jsj.onclock.configuration.WebSocketConfiguration
 
WebSocketHandler - Class in cn.jsj.onclock.socket
 
WebSocketHandler(RedisTemplate<String, Serializable>) - Constructor for class cn.jsj.onclock.socket.WebSocketHandler
 
WebSocketInterceptor - Class in cn.jsj.onclock.socket
 
WebSocketInterceptor(RedisTemplate<String, Serializable>, TokenCensor) - Constructor for class cn.jsj.onclock.socket.WebSocketInterceptor
 
WebSocketManager - Class in cn.jsj.onclock.socket
 
WebSocketManager() - Constructor for class cn.jsj.onclock.socket.WebSocketManager
 
WeChatLoginResult - Class in cn.jsj.onclock.management
 
WeChatLoginResult() - Constructor for class cn.jsj.onclock.management.WeChatLoginResult
 
WeChatUserManagement - Class in cn.jsj.onclock.management
 
WeChatUserManagement() - Constructor for class cn.jsj.onclock.management.WeChatUserManagement
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.