- SaExceptionHandler - Class in cn.bootx.platform.starter.auth.handler
-
过滤SaTokenException,需要运行在 RestExceptionHandler 之前
- SaExceptionHandler() - Constructor for class cn.bootx.platform.starter.auth.handler.SaExceptionHandler
-
- SaRouteHandler - Class in cn.bootx.platform.starter.auth.handler
-
鉴权路由配置类
- SaRouteHandler() - Constructor for class cn.bootx.platform.starter.auth.handler.SaRouteHandler
-
- SaTokenConfigure - Class in cn.bootx.platform.starter.auth.configuration
-
sa-token
- SaTokenConfigure() - Constructor for class cn.bootx.platform.starter.auth.configuration.SaTokenConfigure
-
- SaTokenDaoRedis - Class in cn.bootx.platform.starter.auth.redis
-
Sa-Token持久层接口实现
- SaTokenDaoRedis() - Constructor for class cn.bootx.platform.starter.auth.redis.SaTokenDaoRedis
-
- saTokenDaoRedis() - Method in class cn.bootx.platform.starter.auth.redis.SaTokenRedisConfiguration
-
Sa-Token持久层接口
- SaTokenRedisConfiguration - Class in cn.bootx.platform.starter.auth.redis
-
Sa-Token持久层接口 Redis版 配置
- SaTokenRedisConfiguration() - Constructor for class cn.bootx.platform.starter.auth.redis.SaTokenRedisConfiguration
-
- SaTokenRedisProperties - Class in cn.bootx.platform.starter.auth.redis
-
sa-token Redis 插件配置
- SaTokenRedisProperties() - Constructor for class cn.bootx.platform.starter.auth.redis.SaTokenRedisProperties
-
- save(T) - Method in class cn.bootx.platform.common.mybatisplus.impl.BaseManager
-
保存
- save(RolePermissionParam) - Method in class cn.bootx.platform.iam.controller.RoleMenuController
-
- save(RolePermissionParam) - Method in class cn.bootx.platform.iam.controller.RolePathController
-
- save(Long, String, List<Long>) - Method in class cn.bootx.platform.iam.core.upms.service.RolePermService
-
保存角色菜单授权
- saveAll(List<T>) - Method in class cn.bootx.platform.common.mybatisplus.impl.BaseManager
-
批量保存
- saveAll(List<PermPath>) - Method in class cn.bootx.platform.iam.core.permission.dao.PermPathManager
-
新增
- saveAll(List<PermPath>) - Method in interface cn.bootx.platform.iam.core.permission.dao.PermPathMapper
-
- saveAll(List<RoleMenu>) - Method in class cn.bootx.platform.iam.core.upms.dao.RoleMenuManager
-
- saveAll(List<RoleMenu>) - Method in interface cn.bootx.platform.iam.core.upms.dao.RoleMenuMapper
-
- saveAll(List<RolePath>) - Method in class cn.bootx.platform.iam.core.upms.dao.RolePathManager
-
替换为for方式
- saveAll(List<RolePath>) - Method in interface cn.bootx.platform.iam.core.upms.dao.RolePathMapper
-
- saveAll(List<UserDataScope>) - Method in class cn.bootx.platform.iam.core.upms.dao.UserDataScopeManager
-
- saveAll(List<UserDataScope>) - Method in interface cn.bootx.platform.iam.core.upms.dao.UserDataScopeMapper
-
- saveAll(List<UserRole>) - Method in class cn.bootx.platform.iam.core.upms.dao.UserRoleManager
-
批量保存
- saveAll(List<UserRole>) - Method in interface cn.bootx.platform.iam.core.upms.dao.UserRoleMapper
-
- saveAll(List<UserDept>) - Method in class cn.bootx.platform.iam.core.user.dao.UserDeptManager
-
批量保存
- saveAll(List<UserDept>) - Method in interface cn.bootx.platform.iam.core.user.dao.UserDeptMapper
-
- saveAssign(UserDataScopeParam) - Method in class cn.bootx.platform.iam.controller.UserDataScopeController
-
- saveAssign(UserDeptParam) - Method in class cn.bootx.platform.iam.controller.UserDeptController
-
- saveAssign(UserRoleParam) - Method in class cn.bootx.platform.iam.controller.UserRoleController
-
- saveAssign(Long, Long) - Method in class cn.bootx.platform.iam.core.upms.service.UserDataScopeService
-
给用户数据权限关联关系
- saveAssign(Long, List<Long>) - Method in class cn.bootx.platform.iam.core.upms.service.UserRoleService
-
给用户分配角色
- saveAssign(Long, List<Long>) - Method in class cn.bootx.platform.iam.core.user.service.UserDeptService
-
给用户分配部门
- saveAssignBatch(UserDataScopeBatchParam) - Method in class cn.bootx.platform.iam.controller.UserDataScopeController
-
- saveAssignBatch(UserDeptBatchParam) - Method in class cn.bootx.platform.iam.controller.UserDeptController
-
- saveAssignBatch(UserRoleBatchParam) - Method in class cn.bootx.platform.iam.controller.UserRoleController
-
- saveAssignBatch(List<Long>, Long) - Method in class cn.bootx.platform.iam.core.upms.service.UserDataScopeService
-
给用户数据权限关联关系
- saveAssignBatch(List<Long>, List<Long>) - Method in class cn.bootx.platform.iam.core.upms.service.UserRoleService
-
给用户分配角色
- saveAssignBatch(List<Long>, List<Long>) - Method in class cn.bootx.platform.iam.core.user.service.UserDeptService
-
给用户分配部门 批量
- saveBatch(Collection<T>, int) - Method in class cn.bootx.platform.common.mybatisplus.impl.BaseManager
-
批量保存
- saveBatchChangeHistory(List<Long>, String) - Method in class cn.bootx.platform.iam.core.security.password.service.PasswordChangeHistoryService
-
批量保存密码更改历史
- saveChangeHistory(Long, String) - Method in class cn.bootx.platform.iam.core.security.password.service.PasswordChangeHistoryService
-
保存密码更改历史
- saveDeptAssign(DataScopeDeptParam) - Method in class cn.bootx.platform.iam.controller.DataScopeController
-
- saveDeptAssign(DataScopeDeptParam) - Method in class cn.bootx.platform.iam.core.scope.service.DataScopeService
-
添加部门关联范围权限关系
- saveOrUpdate(T) - Method in class cn.bootx.platform.common.mybatisplus.impl.BaseManager
-
TableId 注解存在更新记录,否插入一条记录
- saveOrUpdate(SendSiteMessageParam) - Method in class cn.bootx.platform.notice.controller.SiteMessageController
-
- saveOrUpdate(SendSiteMessageParam) - Method in class cn.bootx.platform.notice.core.site.service.SiteMessageService
-
保存或更新草稿
- saveUploadResult(UpdateFileInfo) - Method in class cn.bootx.platform.starter.file.controller.FIleUpLoadController
-
- saveUploadResult(UpdateFileInfo) - Method in class cn.bootx.platform.starter.file.service.FileUploadService
-
- saveUserAssign(DataScopeUserParam) - Method in class cn.bootx.platform.iam.controller.DataScopeController
-
- saveUserAssign(Long, List<Long>) - Method in class cn.bootx.platform.iam.core.scope.service.DataScopeUserService
-
添加用户范围权限关联关系
- say(String) - Method in class cn.bootx.platform.demo.controller.TestController
-
- SCOPE - Static variable in interface cn.bootx.platform.starter.dingtalk.code.DingTalkCode
-
- searchData(String, String, int, int, boolean) - Method in class cn.bootx.platform.starter.auth.redis.SaTokenDaoRedis
-
搜索数据
- SECURITY_TYPE_PLAIN - Static variable in interface cn.bootx.platform.notice.code.MailCode
-
普通方式
- SECURITY_TYPE_SSL - Static variable in interface cn.bootx.platform.notice.code.MailCode
-
SSL方式
- SECURITY_TYPE_TLS - Static variable in interface cn.bootx.platform.notice.code.MailCode
-
TLS方式
- SecurityUtil - Class in cn.bootx.platform.starter.auth.util
-
安全工具类
- SecurityUtil() - Constructor for class cn.bootx.platform.starter.auth.util.SecurityUtil
-
- SelectFieldPermHandler - Interface in cn.bootx.platform.starter.data.perm.select
-
数据字段权限业务实现接口
- SelectFieldPermHandlerImpl - Class in cn.bootx.platform.iam.handler
-
数据字段权限业务逻辑实现
- SelectFieldPermHandlerImpl() - Constructor for class cn.bootx.platform.iam.handler.SelectFieldPermHandlerImpl
-
- SelectFieldPermInterceptor - Class in cn.bootx.platform.starter.data.perm.select
-
查询字段权限处理器
- SelectFieldPermInterceptor() - Constructor for class cn.bootx.platform.starter.data.perm.select.SelectFieldPermInterceptor
-
- selectFieldPermInterceptorMp(SelectFieldPermInterceptor) - Method in class cn.bootx.platform.starter.data.perm.configuration.DatePermConfiguration
-
查询字段权限插件
- selfScope(String) - Method in class cn.bootx.platform.starter.data.perm.scope.DataScopeInterceptor
-
查询自己的数据
- send(Long, String) - Method in class cn.bootx.platform.demo.controller.ws.GlobalWebsocketDemoController
-
- send(Long) - Method in class cn.bootx.platform.notice.controller.SiteMessageController
-
- send(Long) - Method in class cn.bootx.platform.notice.core.site.service.SiteMessageService
-
站内信发送消息
- send(SendSiteMessageParam) - Method in class cn.bootx.platform.notice.core.site.service.SiteMessageService
-
发送站内信
- sendActionCardChatNotice(DingActionCardMsg, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送卡片企业群消息
- sendActionCardChatNotice(DingActionCardMsg, String) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送卡片企业群消息
- sendActionCardCorpNotice(DingActionCardMsg, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送卡片消息
- sendActionCardCorpNotice(DingActionCardMsg, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送卡片消息
- sendChatNotice(ChatNotice) - Method in class cn.bootx.platform.starter.dingtalk.core.notice.service.DingNoticeService
-
- sendCorpNotice(CorpNotice) - Method in class cn.bootx.platform.starter.dingtalk.core.notice.service.DingNoticeService
-
- sendCurrentEmailChangeCaptcha() - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- sendCurrentEmailChangeCaptcha() - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
给当前用户发送更改邮箱验证码
- sendCurrentPhoneChangeCaptcha() - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- sendCurrentPhoneChangeCaptcha() - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
给当前用户发送更改手机号验证码
- sendDingFileMsg(MultipartFile) - Method in class cn.bootx.platform.notice.controller.NcDemoController
-
- sendDingImageMsg(MultipartFile) - Method in class cn.bootx.platform.notice.controller.NcDemoController
-
- sendDingMsg() - Method in class cn.bootx.platform.notice.controller.NcDemoController
-
- sendEmailCaptcha(String, long, String) - Method in class cn.bootx.platform.baseapi.core.captcha.service.CaptchaService
-
发送邮箱验证码
- sendEmailChangeCaptcha(String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- sendEmailChangeCaptcha(String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
发送更改邮箱验证码
- sendEmailForgetCaptcha(String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- sendEmailForgetCaptcha(String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
发送忘记密码邮件验证码
- sendFileChatNotice(DingFileMsg, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送文件企业群消息
- sendFileChatNotice(DingFileMsg, String) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送文件企业群消息
- sendFileCorpNotice(DingFileMsg, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送文件消息
- sendFileCorpNotice(InputStream, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送文件消息(文件)
- sendFileCorpNotice(InputStream, String, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送文件消息(文件)
- sendFileCorpNotice(DingFileMsg, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送文件消息
- sendFileCorpNotice(InputStream, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送文件消息(文件)
- sendFileCorpNotice(InputStream, String, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送文件消息(文件)
- sendFIleNotice(String, String) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComRobotNoticeSenderImpl
-
发送文件消息
- sendFIleNotice(String, InputStream) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComRobotNoticeSenderImpl
-
发送文件消息
- sendFIleNotice(String, InputStream, String) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComRobotNoticeSenderImpl
-
发送文件消息
- sendFIleNotice(String, String) - Method in interface cn.bootx.platform.notice.service.WeComRobotNoticeSender
-
发送文件消息
- sendFIleNotice(String, InputStream) - Method in interface cn.bootx.platform.notice.service.WeComRobotNoticeSender
-
发送文件消息
- sendFIleNotice(String, InputStream, String) - Method in interface cn.bootx.platform.notice.service.WeComRobotNoticeSender
-
发送文件消息
- sendFIleNotice(String, String) - Method in class cn.bootx.platform.starter.wecom.core.robot.service.WeComRobotNoticeService
-
发送文件消息
- sendImageChatNotice(DingImageMsg, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送图片企业群消息
- sendImageChatNotice(DingImageMsg, String) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送图片企业群消息
- sendImageCorpNotice(DingImageMsg, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送图片消息
- sendImageCorpNotice(InputStream, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送图片消息 (文件方式)
- sendImageCorpNotice(InputStream, String, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送图片消息 (文件方式)
- sendImageCorpNotice(DingImageMsg, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送图片消息
- sendImageCorpNotice(InputStream, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送图片消息 (文件方式)
- sendImageCorpNotice(InputStream, String, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送图片消息 (文件方式)
- sendImageNotice(MultipartFile) - Method in class cn.bootx.platform.notice.controller.NcDemoController
-
- sendImageNotice(WeComImageMsg, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送图片消息
- sendImageNotice(InputStream, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送图片消息 (传入文件)
- sendImageNotice(String, String, String) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComRobotNoticeSenderImpl
-
发送图片消息
- sendImageNotice(String, InputStream) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComRobotNoticeSenderImpl
-
发送图片消息
- sendImageNotice(WeComImageMsg, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送图片消息
- sendImageNotice(InputStream, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送图片消息 (传入文件)
- sendImageNotice(String, String, String) - Method in interface cn.bootx.platform.notice.service.WeComRobotNoticeSender
-
发送图片消息
- sendImageNotice(String, InputStream) - Method in interface cn.bootx.platform.notice.service.WeComRobotNoticeSender
-
发送图片消息
- sendImageNotice(String, String, String) - Method in class cn.bootx.platform.starter.wecom.core.robot.service.WeComRobotNoticeService
-
发送图片消息
- sendKeyExpired(String) - Method in class cn.bootx.platform.demo.controller.mq.MessageQueueDemoController
-
- sendLink(String, LinkMsg) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingRobotNoticeSenderImpl
-
- sendLink(String, LinkMsg) - Method in interface cn.bootx.platform.notice.service.DingRobotNoticeSender
-
发送链接消息
- sendLinkChatNotice(DingLinkMsg, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送链接企业群消息
- sendLinkChatNotice(DingLinkMsg, String) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送链接企业群消息
- sendLinkCorpNotice(DingLinkMsg, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送链接消息
- sendLinkCorpNotice(DingLinkMsg, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送链接消息
- sendMail(SendMailParam) - Method in class cn.bootx.platform.notice.core.mail.service.EmailNoticeSenderImpl
-
标准邮件发送
- sendMail(SendMailParam) - Method in interface cn.bootx.platform.notice.service.EmailNoticeSender
-
标准邮件发送方式
- SendMailParam - Class in cn.bootx.platform.notice.dto.mail
-
发邮件的参数
- SendMailParam() - Constructor for class cn.bootx.platform.notice.dto.mail.SendMailParam
-
- sendMarkdown(String, MarkdownMsg) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingRobotNoticeSenderImpl
-
- sendMarkdown(String, MarkdownMsg) - Method in interface cn.bootx.platform.notice.service.DingRobotNoticeSender
-
发送Markdown消息
- sendMarkDownChatNotice(DingMarkDownMsg, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送markdown企业群消息
- sendMarkDownChatNotice(DingMarkDownMsg, String) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送markdown企业群消息
- sendMarkDownCorpNotice(DingMarkDownMsg, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送markdown消息
- sendMarkDownCorpNotice(DingMarkDownMsg, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送markdown消息
- sendMarkdownNotice(WeComMarkdownMsg, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送markdown消息
- sendMarkdownNotice(String, String) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComRobotNoticeSenderImpl
-
发送markdown消息
- sendMarkdownNotice(WeComMarkdownMsg, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送markdown消息
- sendMarkdownNotice(String, String) - Method in interface cn.bootx.platform.notice.service.WeComRobotNoticeSender
-
发送markdown消息
- sendMarkdownNotice(String, String) - Method in class cn.bootx.platform.starter.wecom.core.robot.service.WeComRobotNoticeService
-
发送markdown消息
- sendMessage(String, Long) - Method in class cn.bootx.platform.demo.ws.WebSocketDemo
-
服务端发送消息给客户端(单发)
- sendMessage(String) - Method in class cn.bootx.platform.demo.ws.WebSocketDemo
-
服务端发送消息给客户端(全发)
- sendMessageByAll(String) - Method in class cn.bootx.platform.common.websocket.notice.UserNoticeWebSocketHandler
-
服务端发送消息给客户端(全体发送)
- sendMessageByAll(WsResult<T>) - Method in class cn.bootx.platform.common.websocket.service.UserWsNoticeService
-
服务端发送消息给客户端(全体发送)
- sendMessageByUser(String, Long) - Method in class cn.bootx.platform.common.websocket.notice.UserNoticeWebSocketHandler
-
服务端发送消息给客户端(指定用户)
- sendMessageByUser(WsResult<T>, Long) - Method in class cn.bootx.platform.common.websocket.service.UserWsNoticeService
-
服务端发送消息给客户端(指定用户)
- sendMessageByUsers(String, List<Long>) - Method in class cn.bootx.platform.common.websocket.notice.UserNoticeWebSocketHandler
-
服务端发送消息给客户端(指定用户组)
- sendMessageByUsers(WsResult<T>, List<Long>) - Method in class cn.bootx.platform.common.websocket.service.UserWsNoticeService
-
服务端发送消息给客户端(指定用户组)
- sendMpNewsNotice(WeComMpNewsMsg, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送图文消息(mpnews)
- sendMpNewsNotice(WeComMpNewsMsg, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送图文消息(mpnews)
- sendMsg() - Method in class cn.bootx.platform.notice.controller.NcDemoController
-
- sendMultiUserBySystem(String, String, List<Long>) - Method in class cn.bootx.platform.notice.core.site.service.SiteMessageService
-
发送给多个用户信息, 发送人为系统
- sendNewsNotice(WeComNewsMsg, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送图文消息
- sendNewsNotice(String, List<NewArticle>) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComRobotNoticeSenderImpl
-
发送图文消息
- sendNewsNotice(WeComNewsMsg, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送图文消息
- sendNewsNotice(String, List<NewArticle>) - Method in interface cn.bootx.platform.notice.service.WeComRobotNoticeSender
-
发送图文消息
- sendNewsNotice(String, List<NewArticle>) - Method in class cn.bootx.platform.starter.wecom.core.robot.service.WeComRobotNoticeService
-
发送图文消息
- sendNotice() - Method in class cn.bootx.platform.starter.dingtalk.core.notice.service.DingNoticeService
-
- sendNotice(String, Msg) - Method in class cn.bootx.platform.starter.dingtalk.core.robot.service.DingRobotSendService
-
发送钉钉机器人消息
- sendNotice(WxCpMessage) - Method in class cn.bootx.platform.starter.wecom.core.notice.service.WeComNoticeService
-
发送应用消息
- sendOaChatNotice(DingOaMsg, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送OA企业群消息
- sendOaChatNotice(DingOaMsg, String) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送OA企业群消息
- sendOaCorpNotice(DingOaMsg, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送OA消息
- sendOaCorpNotice(DingOaMsg, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送OA消息
- sendPhoneChangeCaptcha(String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- sendPhoneChangeCaptcha(String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
发送更改手机号验证码
- sendPhoneForgetCaptcha(String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- sendPhoneForgetCaptcha(String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
发送忘记密码手机验证码
- sendRabbitMsg(String) - Method in class cn.bootx.platform.demo.controller.mq.MessageQueueDemoController
-
- sendRedisMsg(String) - Method in class cn.bootx.platform.demo.controller.mq.MessageQueueDemoController
-
- SendSimpleEmailDemoParam - Class in cn.bootx.platform.demo.core.notice.entity
-
简单邮件发送参数
- SendSimpleEmailDemoParam() - Constructor for class cn.bootx.platform.demo.core.notice.entity.SendSimpleEmailDemoParam
-
- sendSimpleText(String, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingRobotNoticeSenderImpl
-
- sendSimpleText(String, String) - Method in interface cn.bootx.platform.notice.service.DingRobotNoticeSender
-
简单文本消息发送
- sendSingleUserBySystem(String, String, Long) - Method in class cn.bootx.platform.notice.core.site.service.SiteMessageService
-
发送给单个用户信息, 发送人为系统
- SendSiteMessageParam - Class in cn.bootx.platform.notice.param.site
-
站内信发送参数
- SendSiteMessageParam() - Constructor for class cn.bootx.platform.notice.param.site.SendSiteMessageParam
-
- SendSiteMessageParam.User - Class in cn.bootx.platform.notice.param.site
-
- sendSmsCaptcha(String, long, String) - Method in class cn.bootx.platform.baseapi.core.captcha.service.CaptchaService
-
发送手机验证码
- sendSmsCaptcha(String) - Method in class cn.bootx.platform.iam.controller.AuthAssistController
-
- sendSmsCaptcha(String) - Method in class cn.bootx.platform.iam.core.auth.service.AuthAssistService
-
发送短信验证码
- sendText(String, TextMsg) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingRobotNoticeSenderImpl
-
- sendText(String, TextMsg) - Method in interface cn.bootx.platform.notice.service.DingRobotNoticeSender
-
文本消息发送
- sendTextCardNotice(WeComTextCardMsg, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送文本卡片消息
- sendTextCardNotice(WeComTextCardMsg, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送文本卡片消息
- sendTextChatNotice(DingTextMsg, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送文本企业群消息
- sendTextChatNotice(DingTextMsg, String) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送文本企业群消息
- sendTextCorpNotice(DingTextMsg, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送文本消息
- sendTextCorpNotice(DingTextMsg, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送文本消息
- sendTextNotice(WeComTextMsg, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送文本消息
- sendTextNotice(String, String, List<String>, List<String>) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComRobotNoticeSenderImpl
-
发送文本消息
- sendTextNotice(WeComTextMsg, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送文本消息
- sendTextNotice(String, String, List<String>, List<String>) - Method in interface cn.bootx.platform.notice.service.WeComRobotNoticeSender
-
发送文本消息
- sendTextNotice(String, String, List<String>, List<String>) - Method in class cn.bootx.platform.starter.wecom.core.robot.service.WeComRobotNoticeService
-
发送文本消息
- sendVideoNotice(String, String, InputStream, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送视频消息 (传入文件)
- sendVideoNotice(WeComVideoMsg, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送视频消息
- sendVideoNotice(String, String, InputStream, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送视频消息 (传入文件)
- sendVideoNotice(WeComVideoMsg, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送视频消息
- sendVoiceChatNotice(DingVoiceMsg, String) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送语音企业群消息
- sendVoiceChatNotice(DingVoiceMsg, String) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送语音企业群消息
- sendVoiceCorpNotice(DingVoiceMsg, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送语音消息
- sendVoiceCorpNotice(InputStream, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送语音消息 (文件)
- sendVoiceCorpNotice(InputStream, String, DingCorpNoticeReceive) - Method in class cn.bootx.platform.notice.core.dingtalk.service.DingTalkNoticeSenderImpl
-
发送语音消息 (文件)
- sendVoiceCorpNotice(DingVoiceMsg, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送语音消息
- sendVoiceCorpNotice(InputStream, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送语音消息 (文件)
- sendVoiceCorpNotice(InputStream, String, DingCorpNoticeReceive) - Method in interface cn.bootx.platform.notice.service.DingTalkNoticeSender
-
发送语音消息 (文件)
- sendVoiceNotice(WeComVoiceMsg, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送语音消息
- sendVoiceNotice(InputStream, WeComNoticeReceive) - Method in class cn.bootx.platform.notice.core.wecom.service.WeComNoticeSenderImpl
-
发送语音消息(传入文件)
- sendVoiceNotice(WeComVoiceMsg, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送语音消息
- sendVoiceNotice(InputStream, WeComNoticeReceive) - Method in interface cn.bootx.platform.notice.service.WeComNoticeSender
-
发送语音消息(传入文件)
- sendWeComMsg() - Method in class cn.bootx.platform.notice.controller.NcDemoController
-
- SensitiveDataLogConverter - Class in cn.bootx.platform.common.log.handler
-
敏感数据脱敏
- SensitiveDataLogConverter() - Constructor for class cn.bootx.platform.common.log.handler.SensitiveDataLogConverter
-
- SensitiveInfo - Annotation Type in cn.bootx.platform.starter.data.perm.sensitive
-
敏感信息过滤
- SensitiveInfo.SensitiveType - Enum in cn.bootx.platform.starter.data.perm.sensitive
-
敏感信息
- SensitiveInfoSerialize - Class in cn.bootx.platform.starter.data.perm.sensitive
-
敏感信息脱敏序列化
- SensitiveInfoSerialize() - Constructor for class cn.bootx.platform.starter.data.perm.sensitive.SensitiveInfoSerialize
-
- sentMail(SendMailParam) - Method in class cn.bootx.platform.demo.controller.notice.EmailSendDemoController
-
- sentMail(SendMailParam) - Method in class cn.bootx.platform.demo.core.notice.service.EmailSendDemoService
-
标准邮件发送
- sentNotice(String, String, List<KeyValue>) - Method in class cn.bootx.platform.starter.wechat.core.notice.service.WechatNoticeService
-
发送模板信息 根据模板编号
- sentNoticeByTemplateId(String, String, List<KeyValue>) - Method in class cn.bootx.platform.starter.wechat.core.notice.service.WechatNoticeService
-
发送模板信息 根据微信消息模板ID
- sentSimpleMail(SendSimpleEmailDemoParam) - Method in class cn.bootx.platform.demo.controller.notice.EmailSendDemoController
-
- sentSimpleMail(String, String, String) - Method in class cn.bootx.platform.demo.core.notice.service.EmailSendDemoService
-
简单方式邮件发送
- sentSimpleMail(String, String, String) - Method in class cn.bootx.platform.notice.core.mail.service.EmailNoticeSenderImpl
-
简单邮件发送
- sentSimpleMail(String, String, String) - Method in interface cn.bootx.platform.notice.service.EmailNoticeSender
-
简单邮件发送
- SeqException - Exception in cn.bootx.platform.common.sequence.exception
-
序列号生成异常
- SeqException(String) - Constructor for exception cn.bootx.platform.common.sequence.exception.SeqException
-
- SeqRange - Class in cn.bootx.platform.common.sequence.range
-
序列号区间对象模型
- SeqRange(long, long, int) - Constructor for class cn.bootx.platform.common.sequence.range.SeqRange
-
- SeqRangeConfig - Class in cn.bootx.platform.common.sequence.range
-
序列号区间配置
- SeqRangeConfig() - Constructor for class cn.bootx.platform.common.sequence.range.SeqRangeConfig
-
- SeqRangeManager - Interface in cn.bootx.platform.common.sequence.range
-
区间管理器
- sequence(SeqRangeManager) - Method in class cn.bootx.platform.common.sequence.configuration.SequenceConfiguration
-
- Sequence - Interface in cn.bootx.platform.common.sequence.func
-
序列号生成器接口
- sequence() - Method in class cn.bootx.platform.demo.controller.TestController
-
- SequenceAutoConfiguration - Class in cn.bootx.platform.common.sequence
-
sequence序列生成器
- SequenceAutoConfiguration() - Constructor for class cn.bootx.platform.common.sequence.SequenceAutoConfiguration
-
- SequenceConfiguration - Class in cn.bootx.platform.common.sequence.configuration
-
序列化生成器
- SequenceConfiguration() - Constructor for class cn.bootx.platform.common.sequence.configuration.SequenceConfiguration
-
- SequenceProperties - Class in cn.bootx.platform.common.sequence.configuration
-
序列生成器参数
- SequenceProperties() - Constructor for class cn.bootx.platform.common.sequence.configuration.SequenceProperties
-
- SequenceProperties.Type - Enum in cn.bootx.platform.common.sequence.configuration
-
存储类型
- SequenceRange - Class in cn.bootx.platform.common.sequence.range.jdbc
-
队列区间
- SequenceRange() - Constructor for class cn.bootx.platform.common.sequence.range.jdbc.SequenceRange
-
- SequenceRange - Class in cn.bootx.platform.common.sequence.range.mongo
-
队列区间
- SequenceRange() - Constructor for class cn.bootx.platform.common.sequence.range.mongo.SequenceRange
-
- SequenceRangeManager - Class in cn.bootx.platform.common.sequence.range.jdbc
-
队列区间
- SequenceRangeManager() - Constructor for class cn.bootx.platform.common.sequence.range.jdbc.SequenceRangeManager
-
- SequenceRangeMapper - Interface in cn.bootx.platform.common.sequence.range.jdbc
-
队列区间
- SequenceUtil - Class in cn.bootx.platform.common.sequence.util
-
序列号生成工具类
- SequenceUtil() - Constructor for class cn.bootx.platform.common.sequence.util.SequenceUtil
-
- sequenceZdy() - Method in class cn.bootx.platform.demo.controller.TestController
-
- serialize(String, JsonGenerator, SerializerProvider) - Method in class cn.bootx.platform.starter.data.perm.sensitive.SensitiveInfoSerialize
-
- SERVER_URL - Static variable in interface cn.bootx.platform.common.core.code.CommonCode
-
服务器地址
- serverEndpointExporter() - Method in class cn.bootx.platform.common.websocket.configuration.WebSocketConfig
-
注入一个ServerEndpointExporter,该Bean会自动注册使用@ServerEndpoint注解申明的websocket endpoint
plumelog 也导入了这个Bean, 在使用plumelog的情况下, 不在创建这个bean
- ServletCode - Interface in cn.bootx.platform.common.core.code
-
Servlet常量
- SessionCacheFilter - Class in cn.bootx.platform.starter.auth.cache
-
session缓存,用来减少一个请求中多次获取用户信息导致的多次访问redis
- SessionCacheFilter() - Constructor for class cn.bootx.platform.starter.auth.cache.SessionCacheFilter
-
- SessionCacheLocal - Class in cn.bootx.platform.starter.auth.cache
-
会话缓存线程存储
- SessionCacheLocal() - Constructor for class cn.bootx.platform.starter.auth.cache.SessionCacheLocal
-
- sessionPool - Static variable in class cn.bootx.platform.common.websocket.manager.WebSocketSessionManager
-
- set(String, String) - Method in class cn.bootx.platform.common.redis.RedisClient
-
设置值
- set(String, String, long) - Method in class cn.bootx.platform.starter.auth.redis.SaTokenDaoRedis
-
写入Value,并设定存活时间 (单位: 秒)
- setAlone(boolean) - Method in class cn.bootx.platform.starter.auth.redis.SaTokenRedisProperties
-
- setAloneRedis(RedisProperties) - Method in class cn.bootx.platform.starter.auth.redis.SaTokenRedisProperties
-
- setCode(int) - Method in exception cn.bootx.platform.common.core.exception.ErrorCodeRuntimeException
-
- setContextMap(Map<String, String>) - Method in class org.slf4j.impl.TtlMDCAdapter
-
- setCurrent(long) - Method in class cn.bootx.platform.common.core.rest.PageResult
-
- setEnvironment(Environment) - Method in class cn.bootx.platform.common.swagger.SwaggerAutoConfiguration
-
获取环境变量并设置到swaggerProperties对象中, bean注册时, 参数还未进行绑定
- setIfAbsent(String, String) - Method in class cn.bootx.platform.common.redis.RedisClient
-
不存在进行赋值
- setIfAbsent(String, String, long) - Method in class cn.bootx.platform.common.redis.RedisClient
-
不存在进行赋值,带超时
- setIfAbsentRange(String, long) - Method in class cn.bootx.platform.common.sequence.range.jdbc.JdbcRangeHandler
-
第一次不存在,进行初始化,不存在就set,存在就忽略
- setIfAbsentRange(String, long) - Method in class cn.bootx.platform.common.sequence.range.mongo.MongoRangeHandler
-
第一次不存在,进行初始化,不存在就set,存在就忽略
- setKeyExpired(String, String, long) - Method in class cn.bootx.platform.common.redis.RedisClient
-
设置超时通知的事件
- setObject(String, Object, long) - Method in class cn.bootx.platform.starter.auth.redis.SaTokenDaoRedis
-
写入Object,并设定存活时间 (单位: 秒)
- setObjectMapper(ObjectMapper) - Static method in class cn.bootx.platform.common.jackson.util.JacksonUtil
-
- setObjectRedisTemplate(RedisTemplate<String, Object>) - Method in class cn.bootx.platform.starter.auth.redis.SaTokenDaoRedis
-
- setOpenId(String, String) - Method in class cn.bootx.platform.starter.wechat.core.login.service.WeChatQrLoginService
-
设置微信openId
- setProperties(Properties) - Method in class cn.bootx.platform.common.mybatisplus.extension.DataChangeRecorderInnerInterceptor
-
ignoredColumns = TABLE_NAME1.COLUMN1,COLUMN2; TABLE2.COLUMN1,COLUMN2; TABLE3.*;
*.COLUMN1,COLUMN2 多个表用分号分隔 TABLE_NAME1.COLUMN1,COLUMN2 : 表示忽略这个表的这2个字段 TABLE3.*:
表示忽略这张表的INSERT/UPDATE,delete暂时还保留 *.COLUMN1,COLUMN2:表示所有表的这个2个字段名都忽略
- setRecords(List<T>) - Method in class cn.bootx.platform.common.core.rest.PageResult
-
- setSize(long) - Method in class cn.bootx.platform.common.core.rest.PageResult
-
- setStringRedisTemplate(StringRedisTemplate) - Method in class cn.bootx.platform.starter.auth.redis.SaTokenDaoRedis
-
- setTotal(long) - Method in class cn.bootx.platform.common.core.rest.PageResult
-
- setTypeObjectMapper(ObjectMapper) - Static method in class cn.bootx.platform.common.jackson.util.JacksonUtil
-
- setup(String, String) - Method in class cn.bootx.platform.baseapi.core.keyvalue.service.SysKeyValueService
-
设置值
- setup(String, String) - Method in interface cn.bootx.platform.common.core.function.SystemKeyValueService
-
设置值, 如果key不存在将会创建,key存在则会更新
- setUpActivity(Long) - Method in class cn.bootx.platform.notice.controller.MailConfigController
-
- setUpActivity(Long) - Method in class cn.bootx.platform.notice.core.mail.service.MailConfigService
-
设置活动邮箱
- setupBatch(List<KeyValue>) - Method in class cn.bootx.platform.baseapi.core.keyvalue.service.SysKeyValueService
-
保存多个值
- setupBatch(List<KeyValue>) - Method in interface cn.bootx.platform.common.core.function.SystemKeyValueService
-
保存多个值
- setUpStatus(Long, String) - Method in class cn.bootx.platform.iam.core.user.dao.UserInfoManager
-
- setUpStatusBatch(List<Long>, String) - Method in class cn.bootx.platform.iam.core.user.dao.UserInfoManager
-
批量更新用户状态
- setWhere(PlainSelect) - Method in class cn.bootx.platform.starter.data.perm.scope.DataScopeInterceptor
-
设置 where 条件
- setWithTimeout(String, String, long) - Method in class cn.bootx.platform.common.redis.RedisClient
-
设置带超时时间的值
- shutdown() - Method in class cn.bootx.platform.common.redis.redisson.RedissonClientTemporary
-
- shutdown(long, long, TimeUnit) - Method in class cn.bootx.platform.common.redis.redisson.RedissonClientTemporary
-
- sid2uid - Static variable in class cn.bootx.platform.common.websocket.manager.WebSocketSessionManager
-
- SIGN - Static variable in interface cn.bootx.platform.starter.dingtalk.code.DingTalkCode
-
- SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
-
The unique instance of this class.
- SITE - Static variable in interface cn.bootx.platform.notice.code.MessageTemplateCode
-
站内信
- SiteMessage - Class in cn.bootx.platform.notice.core.site.entity
-
站内信
- SiteMessage() - Constructor for class cn.bootx.platform.notice.core.site.entity.SiteMessage
-
- SiteMessageCode - Interface in cn.bootx.platform.notice.code
-
站内信编码
- SiteMessageController - Class in cn.bootx.platform.notice.controller
-
- SiteMessageController() - Constructor for class cn.bootx.platform.notice.controller.SiteMessageController
-
- SiteMessageConvert - Interface in cn.bootx.platform.notice.core.site.convert
-
站内信转换
- SiteMessageDto - Class in cn.bootx.platform.notice.dto.site
-
站内信
- SiteMessageDto() - Constructor for class cn.bootx.platform.notice.dto.site.SiteMessageDto
-
- SiteMessageInfo - Class in cn.bootx.platform.notice.core.site.domain
-
站内信信息详情
- SiteMessageInfo() - Constructor for class cn.bootx.platform.notice.core.site.domain.SiteMessageInfo
-
- SiteMessageInfoMapper - Interface in cn.bootx.platform.notice.core.site.domain
-
只用来生成字段缓存
- SiteMessageManager - Class in cn.bootx.platform.notice.core.site.dao
-
站内信
- SiteMessageManager() - Constructor for class cn.bootx.platform.notice.core.site.dao.SiteMessageManager
-
- SiteMessageMapper - Interface in cn.bootx.platform.notice.core.site.dao
-
站内信
- SiteMessageService - Class in cn.bootx.platform.notice.core.site.service
-
站内信
- SiteMessageService() - Constructor for class cn.bootx.platform.notice.core.site.service.SiteMessageService
-
- SiteMessageUser - Class in cn.bootx.platform.notice.core.site.entity
-
消息用户关联信息
- SiteMessageUser() - Constructor for class cn.bootx.platform.notice.core.site.entity.SiteMessageUser
-
- SiteMessageUserManager - Class in cn.bootx.platform.notice.core.site.dao
-
- SiteMessageUserManager() - Constructor for class cn.bootx.platform.notice.core.site.dao.SiteMessageUserManager
-
- SiteMessageUserMapper - Interface in cn.bootx.platform.notice.core.site.dao
-
- SMS_CONFIG_CODE_ALREADY_EXISTED - Static variable in interface cn.bootx.platform.notice.code.NoticeCenterErrorCode
-
短信配置编号已存在
- SMS_CONFIG_NOT_EXIST - Static variable in interface cn.bootx.platform.notice.code.NoticeCenterErrorCode
-
短信配置不存在
- SmsChannelAddEvent - Class in cn.bootx.platform.notice.event.sms
-
短信渠道添加事件
- SmsChannelAddEvent(Object, SmsChannelConfigDto) - Constructor for class cn.bootx.platform.notice.event.sms.SmsChannelAddEvent
-
- SmsChannelConfig - Class in cn.bootx.platform.notice.core.sms.entity
-
短信渠道配置
- SmsChannelConfig() - Constructor for class cn.bootx.platform.notice.core.sms.entity.SmsChannelConfig
-
- SmsChannelConfigController - Class in cn.bootx.platform.notice.controller
-
- SmsChannelConfigController() - Constructor for class cn.bootx.platform.notice.controller.SmsChannelConfigController
-
- SmsChannelConfigConvert - Interface in cn.bootx.platform.notice.core.sms.convert
-
短信渠道配置
- SmsChannelConfigDto - Class in cn.bootx.platform.notice.dto.sms
-
短信渠道配置
- SmsChannelConfigDto() - Constructor for class cn.bootx.platform.notice.dto.sms.SmsChannelConfigDto
-
- SmsChannelConfigManager - Class in cn.bootx.platform.notice.core.sms.dao
-
- SmsChannelConfigManager() - Constructor for class cn.bootx.platform.notice.core.sms.dao.SmsChannelConfigManager
-
- SmsChannelConfigMapper - Interface in cn.bootx.platform.notice.core.sms.dao
-
- SmsChannelConfigParam - Class in cn.bootx.platform.notice.param.sms
-
短信渠道配置
- SmsChannelConfigParam() - Constructor for class cn.bootx.platform.notice.param.sms.SmsChannelConfigParam
-
- SmsChannelConfigService - Class in cn.bootx.platform.notice.core.sms.service
-
- SmsChannelConfigService() - Constructor for class cn.bootx.platform.notice.core.sms.service.SmsChannelConfigService
-
- SmsChannelDisableEnableEvent - Class in cn.bootx.platform.notice.event.sms
-
短信通道停用事件
- SmsChannelDisableEnableEvent(Object, String) - Constructor for class cn.bootx.platform.notice.event.sms.SmsChannelDisableEnableEvent
-
- SmsChannelEnableEvent - Class in cn.bootx.platform.notice.event.sms
-
短信通道启用事件
- SmsChannelEnableEvent(Object, String) - Constructor for class cn.bootx.platform.notice.event.sms.SmsChannelEnableEvent
-
- SmsChannelStatusCode - Interface in cn.bootx.platform.notice.code
-
短信渠道商配置状态
- SmsChannelUpdateEvent - Class in cn.bootx.platform.notice.event.sms
-
短信渠道更新事件
- SmsChannelUpdateEvent(Object, SmsChannelConfigDto) - Constructor for class cn.bootx.platform.notice.event.sms.SmsChannelUpdateEvent
-
- SmsNoticeSender - Interface in cn.bootx.platform.notice.service
-
短信通知服务
- SmsTemplate - Class in cn.bootx.platform.notice.core.sms.entity
-
短信模板配置
- SmsTemplate() - Constructor for class cn.bootx.platform.notice.core.sms.entity.SmsTemplate
-
- SmsTemplateController - Class in cn.bootx.platform.notice.controller
-
短信模板配置
- SmsTemplateController() - Constructor for class cn.bootx.platform.notice.controller.SmsTemplateController
-
- SmsTemplateConvert - Interface in cn.bootx.platform.notice.core.sms.convert
-
短信模板配置
- SmsTemplateDto - Class in cn.bootx.platform.notice.dto.sms
-
短信模板配置
- SmsTemplateDto() - Constructor for class cn.bootx.platform.notice.dto.sms.SmsTemplateDto
-
- SmsTemplateManager - Class in cn.bootx.platform.notice.core.sms.dao
-
短信模板配置
- SmsTemplateManager() - Constructor for class cn.bootx.platform.notice.core.sms.dao.SmsTemplateManager
-
- SmsTemplateMapper - Interface in cn.bootx.platform.notice.core.sms.dao
-
短信模板配置
- SmsTemplateParam - Class in cn.bootx.platform.notice.param.sms
-
短信模板配置
- SmsTemplateParam() - Constructor for class cn.bootx.platform.notice.param.sms.SmsTemplateParam
-
- SmsTemplateService - Class in cn.bootx.platform.notice.core.sms.service
-
短信模板配置
- SmsTemplateService() - Constructor for class cn.bootx.platform.notice.core.sms.service.SmsTemplateService
-
- SnowflakeIdentifierGenerator - Class in cn.bootx.platform.common.mybatisplus.handler
-
雪花id生成器
- SnowflakeIdentifierGenerator() - Constructor for class cn.bootx.platform.common.mybatisplus.handler.SnowflakeIdentifierGenerator
-
- sortNo() - Method in class cn.bootx.platform.iam.handler.IgnorePathRouterCheck
-
- sortNo() - Method in class cn.bootx.platform.iam.handler.UserPathRouterCheck
-
- sortNo() - Method in interface cn.bootx.platform.starter.auth.authentication.RouterCheck
-
排序
- sortNo() - Method in class cn.bootx.platform.starter.auth.impl.IgnoreAdminUserRouterCheck
-
- sortNo() - Method in class cn.bootx.platform.starter.auth.impl.IgnoreAnnotationRouterCheck
-
- SpringConfigApplication - Class in cn.bootx.platform.common.spring
-
spring默认配置
- SpringConfigApplication() - Constructor for class cn.bootx.platform.common.spring.SpringConfigApplication
-
- SpringCorsConfiguration - Class in cn.bootx.platform.common.spring.configuration
-
跨域处理
- SpringCorsConfiguration() - Constructor for class cn.bootx.platform.common.spring.configuration.SpringCorsConfiguration
-
- SpringExecutorConfiguration - Class in cn.bootx.platform.common.spring.configuration
-
spring 线程池 配置
- SpringExecutorConfiguration() - Constructor for class cn.bootx.platform.common.spring.configuration.SpringExecutorConfiguration
-
- SpringProperties - Class in cn.bootx.platform.common.spring.configuration
-
- SpringProperties() - Constructor for class cn.bootx.platform.common.spring.configuration.SpringProperties
-
- SpringProperties.Cors - Class in cn.bootx.platform.common.spring.configuration
-
- SpringProperties.Executor - Class in cn.bootx.platform.common.spring.configuration
-
- springRawExecutor() - Method in class cn.bootx.platform.common.spring.configuration.SpringExecutorConfiguration
-
原始线程池 不要直接使用
- springShopOpenAPI() - Method in class cn.bootx.platform.common.swagger.SwaggerAutoConfiguration
-
- SpringWebSocketSessionManager - Class in cn.bootx.platform.common.websocket.manager
-
websocket管理器 (Spring封装的socket) 用于管理用户链接
- SpringWebSocketSessionManager() - Constructor for class cn.bootx.platform.common.websocket.manager.SpringWebSocketSessionManager
-
- SqlField - Class in cn.bootx.platform.baseapi.dto.dataresult
-
SQL查询结果字段
- SqlField() - Constructor for class cn.bootx.platform.baseapi.dto.dataresult.SqlField
-
- SqlInjectionUtil - Class in cn.bootx.platform.common.core.util
-
sql注入处理工具类 参考自 Jeecg Boot
- SqlInjectionUtil() - Constructor for class cn.bootx.platform.common.core.util.SqlInjectionUtil
-
- SqlParam - Class in cn.bootx.platform.baseapi.dto.dataresult
-
SQL查询参数
- SqlParam() - Constructor for class cn.bootx.platform.baseapi.dto.dataresult.SqlParam
-
- SqlQueryMapper - Interface in cn.bootx.platform.baseapi.core.dataresult.dao
-
查询语句
- SqlQueryParam - Class in cn.bootx.platform.baseapi.param.dataresult
-
- SqlQueryParam() - Constructor for class cn.bootx.platform.baseapi.param.dataresult.SqlQueryParam
-
- SqlQueryResult - Class in cn.bootx.platform.baseapi.dto.dataresult
-
SQL查询结果
- SqlQueryResult() - Constructor for class cn.bootx.platform.baseapi.dto.dataresult.SqlQueryResult
-
- SqlQueryService - Class in cn.bootx.platform.baseapi.core.dataresult.service
-
SQL查询
- SqlQueryService() - Constructor for class cn.bootx.platform.baseapi.core.dataresult.service.SqlQueryService
-
- start() - Method in class cn.bootx.platform.common.core.rest.param.PageParam
-
开始条数
- start(Long) - Method in class cn.bootx.platform.starter.quartz.controller.QuartzJobController
-
- start(Long) - Method in class cn.bootx.platform.starter.quartz.core.service.QuartzJobService
-
启动
- STATE - Static variable in interface cn.bootx.platform.starter.auth.code.AuthLoginTypeCode
-
访问AuthorizeUrl后回调时带的参数state,用于和请求AuthorizeUrl前的state比较,防止CSRF攻击
- STATE - Static variable in interface cn.bootx.platform.starter.dingtalk.code.DingTalkCode
-
- STATE_CANCEL - Static variable in interface cn.bootx.platform.notice.code.SiteMessageCode
-
撤销
- STATE_DISABLE - Static variable in interface cn.bootx.platform.baseapi.code.GeneralTemplateCode
-
- STATE_DRAFT - Static variable in interface cn.bootx.platform.notice.code.SiteMessageCode
-
草稿
- STATE_ENABLE - Static variable in interface cn.bootx.platform.baseapi.code.GeneralTemplateCode
-
启用状态
- STATE_PUBLISH - Static variable in interface cn.bootx.platform.visualization.code.GoVIewCode
-
发布
- STATE_SENT - Static variable in interface cn.bootx.platform.notice.code.SiteMessageCode
-
已发送
- STATE_UN_PUBLISH - Static variable in interface cn.bootx.platform.visualization.code.GoVIewCode
-
未发布
- StaticMDCBinder - Class in org.slf4j.impl
-
静态 MDC 粘合剂 覆盖原始类
- StatusBar() - Constructor for class cn.bootx.platform.starter.dingtalk.param.notice.msg.OaMsg.Oa.StatusBar
-
- STOP - Static variable in interface cn.bootx.platform.starter.quartz.code.QuartzJobCode
-
停止
- stop(Long) - Method in class cn.bootx.platform.starter.quartz.controller.QuartzJobController
-
- stop(Long) - Method in class cn.bootx.platform.starter.quartz.core.service.QuartzJobService
-
停止
- Street - Class in cn.bootx.platform.baseapi.core.region.entity
-
街道/乡镇表
- Street() - Constructor for class cn.bootx.platform.baseapi.core.region.entity.Street
-
- StreetManager - Class in cn.bootx.platform.baseapi.core.region.dao
-
街道表
- StreetManager() - Constructor for class cn.bootx.platform.baseapi.core.region.dao.StreetManager
-
- StreetMapper - Interface in cn.bootx.platform.baseapi.core.region.dao
-
街道表
- StringListTypeHandler - Class in cn.bootx.platform.common.mybatisplus.handler
-
List 的类型转换器类
- StringListTypeHandler() - Constructor for class cn.bootx.platform.common.mybatisplus.handler.StringListTypeHandler
-
- stringRedisTemplate() - Method in class cn.bootx.platform.starter.auth.redis.SaTokenRedisConfiguration
-
string专用
- subtract(BigDecimal, BigDecimal...) - Method in class cn.bootx.platform.common.core.util.BigDecimalUtil
-
减法
- success() - Static method in class cn.bootx.platform.iam.dto.security.UserVerifyStateResult
-
- SUCCESS - Static variable in interface cn.bootx.platform.starter.auth.code.AuthLoginTypeCode
-
成功代码
- SUCCESS_CODE - Static variable in interface cn.bootx.platform.common.core.code.CommonCode
-
响应成功码
- SUCCESS_CODE - Static variable in interface cn.bootx.platform.starter.dingtalk.code.DingTalkCode
-
成功
- superPage(PageParam, QueryParams) - Method in class cn.bootx.platform.iam.controller.LoginTypeController
-
- superPage(PageParam, QueryParams) - Method in class cn.bootx.platform.iam.core.client.service.LoginTypeService
-
超级查询
- superQuery(PageParam, QueryParams) - Method in class cn.bootx.platform.demo.controller.query.SuperQueryDemoController
-
- superQuery(PageParam, QueryParams) - Method in class cn.bootx.platform.demo.core.query.dao.SuperQueryDemoManager
-
分页 超级查询
- superQuery(PageParam, QueryParams) - Method in class cn.bootx.platform.demo.core.query.service.SuperQueryDemoService
-
分页 超级查询
- SuperQueryDemo - Class in cn.bootx.platform.demo.core.query.entity
-
超级查询演示
- SuperQueryDemo() - Constructor for class cn.bootx.platform.demo.core.query.entity.SuperQueryDemo
-
- SuperQueryDemoController - Class in cn.bootx.platform.demo.controller.query
-
- SuperQueryDemoController() - Constructor for class cn.bootx.platform.demo.controller.query.SuperQueryDemoController
-
- SuperQueryDemoManager - Class in cn.bootx.platform.demo.core.query.dao
-
超级查询
- SuperQueryDemoManager() - Constructor for class cn.bootx.platform.demo.core.query.dao.SuperQueryDemoManager
-
- SuperQueryDemoMapper - Interface in cn.bootx.platform.demo.core.query.dao
-
超级查询
- SuperQueryDemoService - Class in cn.bootx.platform.demo.core.query.service
-
超级查询
- SuperQueryDemoService() - Constructor for class cn.bootx.platform.demo.core.query.service.SuperQueryDemoService
-
- SuperQueryGenerator - Class in cn.bootx.platform.common.query.generator
-
- SuperQueryGenerator() - Constructor for class cn.bootx.platform.common.query.generator.SuperQueryGenerator
-
- supperPage(PageParam, QueryParams) - Method in class cn.bootx.platform.iam.core.client.dao.LoginTypeManager
-
超级查询
- supportExcelTypeKey() - Method in class cn.bootx.platform.baseapi.core.chinaword.convert.ChinaWordImportType
-
- supportJavaTypeKey() - Method in class cn.bootx.platform.baseapi.core.chinaword.convert.ChinaWordImportType
-
- SwaggerAutoConfiguration - Class in cn.bootx.platform.common.swagger
-
swagger 自动配置
- SwaggerAutoConfiguration() - Constructor for class cn.bootx.platform.common.swagger.SwaggerAutoConfiguration
-
- SwaggerBasicAuthFilter - Class in cn.bootx.platform.common.swagger.filter
-
- SwaggerBasicAuthFilter() - Constructor for class cn.bootx.platform.common.swagger.filter.SwaggerBasicAuthFilter
-
- SwaggerProperties - Class in cn.bootx.platform.common.swagger
-
swagger配置
- SwaggerProperties() - Constructor for class cn.bootx.platform.common.swagger.SwaggerProperties
-
- SwaggerProperties.Basic - Class in cn.bootx.platform.common.swagger
-
Basic 认证控制
- sync() - Method in class cn.bootx.platform.starter.wechat.controller.WeChatTemplateController
-
- sync() - Method in class cn.bootx.platform.starter.wechat.core.notice.service.WeChatTemplateService
-
同步
- sync() - Method in class cn.bootx.platform.starter.wechat.core.user.service.WeChatUserService
-
同步粉丝
- syncJobStatus() - Method in class cn.bootx.platform.starter.quartz.controller.QuartzJobController
-
- syncJobStatus() - Method in class cn.bootx.platform.starter.quartz.core.service.QuartzJobService
-
同步状态
- syncSystem() - Method in class cn.bootx.platform.iam.controller.PermPathController
-
- syncSystem() - Method in class cn.bootx.platform.iam.core.permission.service.PermPathService
-
同步系统请求资源, 添加没有的资源, 删掉已经存在的资源
- SysDiskInfo() - Constructor for class cn.bootx.platform.starter.monitor.entity.SystemMonitorResult.SysDiskInfo
-
- SysJavaInfo() - Constructor for class cn.bootx.platform.starter.monitor.entity.SystemMonitorResult.SysJavaInfo
-
- SysJvmMemInfo() - Constructor for class cn.bootx.platform.starter.monitor.entity.SystemMonitorResult.SysJvmMemInfo
-
- SysKeyValue - Class in cn.bootx.platform.baseapi.core.keyvalue.entity
-
kv存储
- SysKeyValue() - Constructor for class cn.bootx.platform.baseapi.core.keyvalue.entity.SysKeyValue
-
- SysKeyValueManager - Class in cn.bootx.platform.baseapi.core.keyvalue.dao
-
- SysKeyValueManager() - Constructor for class cn.bootx.platform.baseapi.core.keyvalue.dao.SysKeyValueManager
-
- SysKeyValueMapper - Interface in cn.bootx.platform.baseapi.core.keyvalue.dao
-
- SysKeyValueService - Class in cn.bootx.platform.baseapi.core.keyvalue.service
-
kv存储
- SysKeyValueService() - Constructor for class cn.bootx.platform.baseapi.core.keyvalue.service.SysKeyValueService
-
- SysOsInfo() - Constructor for class cn.bootx.platform.starter.monitor.entity.SystemMonitorResult.SysOsInfo
-
- SYSTEM_DEFAULT_USERID - Static variable in interface cn.bootx.platform.common.core.code.CommonCode
-
系统默认用户的 userId,便于定时任务和异步任务时使用
- SYSTEM_DEFAULT_USERNAME - Static variable in interface cn.bootx.platform.common.core.code.CommonCode
-
系统默认用户的 userId,便于定时任务和异步任务时使用
- SYSTEM_ERROR - Static variable in interface cn.bootx.platform.common.core.code.CommonErrorCode
-
系统错误
- SYSTEM_PARAM - Static variable in interface cn.bootx.platform.baseapi.code.CachingCode
-
参数缓存
- SystemConvert - Interface in cn.bootx.platform.baseapi.core.parameter.convert
-
系统参数和系统配置实体类转换
- SystemException - Exception in cn.bootx.platform.common.core.exception
-
系统类异常
- SystemException(int, String) - Constructor for exception cn.bootx.platform.common.core.exception.SystemException
-
- SystemException() - Constructor for exception cn.bootx.platform.common.core.exception.SystemException
-
- SystemKeyValueService - Interface in cn.bootx.platform.common.core.function
-
kv存储接口 (必须实现)
- SystemMonitorController - Class in cn.bootx.platform.starter.monitor.controller
-
- SystemMonitorController() - Constructor for class cn.bootx.platform.starter.monitor.controller.SystemMonitorController
-
- SystemMonitorResult - Class in cn.bootx.platform.starter.monitor.entity
-
系统属性结果
- SystemMonitorResult() - Constructor for class cn.bootx.platform.starter.monitor.entity.SystemMonitorResult
-
- SystemMonitorResult.HardwareInfo - Class in cn.bootx.platform.starter.monitor.entity
-
硬件信息
- SystemMonitorResult.SysDiskInfo - Class in cn.bootx.platform.starter.monitor.entity
-
系统磁盘内部类
- SystemMonitorResult.SysJavaInfo - Class in cn.bootx.platform.starter.monitor.entity
-
JVM信息内部类
- SystemMonitorResult.SysJvmMemInfo - Class in cn.bootx.platform.starter.monitor.entity
-
JVM内存信息
- SystemMonitorResult.SysOsInfo - Class in cn.bootx.platform.starter.monitor.entity
-
系统信息内部类
- SystemMonitorResult.ThreadPoolInfo - Class in cn.bootx.platform.starter.monitor.entity
-
线程池
- SystemMonitorService - Class in cn.bootx.platform.starter.monitor.service
-
系统信息
- SystemMonitorService() - Constructor for class cn.bootx.platform.starter.monitor.service.SystemMonitorService
-
- SystemParamController - Class in cn.bootx.platform.baseapi.controller
-
系统参数
- SystemParamController() - Constructor for class cn.bootx.platform.baseapi.controller.SystemParamController
-
- SystemParameter - Class in cn.bootx.platform.baseapi.core.parameter.entity
-
系统参数
- SystemParameter() - Constructor for class cn.bootx.platform.baseapi.core.parameter.entity.SystemParameter
-
- SystemParameterDto - Class in cn.bootx.platform.baseapi.dto.parameter
-
系统参数
- SystemParameterDto() - Constructor for class cn.bootx.platform.baseapi.dto.parameter.SystemParameterDto
-
- SystemParameterParam - Class in cn.bootx.platform.baseapi.param.system
-
系统参数
- SystemParameterParam() - Constructor for class cn.bootx.platform.baseapi.param.system.SystemParameterParam
-
- SystemParamManager - Class in cn.bootx.platform.baseapi.core.parameter.dao
-
系统参数
- SystemParamManager() - Constructor for class cn.bootx.platform.baseapi.core.parameter.dao.SystemParamManager
-
- SystemParamMapper - Interface in cn.bootx.platform.baseapi.core.parameter.dao
-
- SystemParamService - Class in cn.bootx.platform.baseapi.core.parameter.service
-
系统参数
- SystemParamService() - Constructor for class cn.bootx.platform.baseapi.core.parameter.service.SystemParamService
-
- validate(Object, Class<?>...) - Method in class cn.bootx.platform.common.core.util.ValidationUtil
-
验证参数对象,如果验证失败则返回所有失败信息
- VALIDATE_PARAMETERS_ERROR - Static variable in interface cn.bootx.platform.common.core.code.CommonErrorCode
-
参数验证失败
- validateCurrentChangeEmailCaptcha(String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- validateCurrentChangeEmailCaptcha(String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
验证当前用户发送更改邮箱验证码
- validateCurrentPhoneChangeCaptcha(String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- validateCurrentPhoneChangeCaptcha(String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
验证当前用户发送更改手机号验证码
- validateEmailCaptcha(String, String, String) - Method in class cn.bootx.platform.baseapi.core.captcha.service.CaptchaService
-
校验邮箱验证码
- validateEmailCaptcha(String, String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- validateEmailChangeCaptcha(String, String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
验证改邮箱验证码
- validateEmailForgetCaptcha(String, String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- validateEmailForgetCaptcha(String, String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
验证忘记密码邮箱验证码
- validateImgCaptcha(String, String) - Method in class cn.bootx.platform.baseapi.core.captcha.service.CaptchaService
-
校验图片验证码
- validateParam(Object, Class<?>...) - Method in class cn.bootx.platform.common.core.util.ValidationUtil
-
验证参数对象,如果验证失败则抛出异常
- validatePhoneChangeCaptcha(String, String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- validatePhoneChangeCaptcha(String, String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
验证改手机验证码
- validatePhoneForgetCaptcha(String, String) - Method in class cn.bootx.platform.iam.controller.UserAssistController
-
- validatePhoneForgetCaptcha(String, String) - Method in class cn.bootx.platform.iam.core.user.service.UserAssistService
-
验证忘记密码手机验证码
- validateSmsCaptcha(String, String, String) - Method in class cn.bootx.platform.baseapi.core.captcha.service.CaptchaService
-
校验手机验证码
- validation(String, Integer) - Method in class cn.bootx.platform.demo.controller.TestController
-
- ValidationFailedException - Exception in cn.bootx.platform.common.core.exception
-
验证失败异常
- ValidationFailedException(String) - Constructor for exception cn.bootx.platform.common.core.exception.ValidationFailedException
-
- ValidationFailedException() - Constructor for exception cn.bootx.platform.common.core.exception.ValidationFailedException
-
- ValidationGroup - Interface in cn.bootx.platform.common.core.validation
-
校验分组
- ValidationGroup.add - Annotation Type in cn.bootx.platform.common.core.validation
-
参数校验分组:增加
- ValidationGroup.delete - Annotation Type in cn.bootx.platform.common.core.validation
-
参数校验分组:删除
- ValidationGroup.edit - Annotation Type in cn.bootx.platform.common.core.validation
-
参数校验分组:编辑
- ValidationGroup.query - Annotation Type in cn.bootx.platform.common.core.validation
-
参数校验分组:查询
- ValidationUtil - Class in cn.bootx.platform.common.core.util
-
BeanValidation 工具类
- ValidationUtil() - Constructor for class cn.bootx.platform.common.core.util.ValidationUtil
-
- valueOf(String) - Static method in enum cn.bootx.platform.baseapi.code.ChinaRegionCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.baseapi.core.chinaword.wordfilter.EndType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.baseapi.core.chinaword.wordfilter.WordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.core.annotation.OperateLog.BusinessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.core.annotation.QueryParam.CompareTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.core.annotation.QueryParam.NamingCaseEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.core.annotation.Translate.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.core.annotation.TranslationResult.ConvertType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.event.code.EventTyoeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.query.code.CompareTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.query.code.ParamTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.common.sequence.configuration.SequenceProperties.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.starter.audit.log.properties.AuditLogProperties.Ip2regionSearch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.starter.audit.log.properties.AuditLogProperties.Store
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.starter.code.gen.code.CodeGenColumnTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.starter.code.gen.code.CodeGenTemplateVmEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.starter.data.perm.code.DataScopeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.starter.data.perm.sensitive.SensitiveInfo.SensitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cn.bootx.platform.starter.file.code.FileUploadTypeEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum cn.bootx.platform.baseapi.code.ChinaRegionCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.baseapi.core.chinaword.wordfilter.EndType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.baseapi.core.chinaword.wordfilter.WordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.core.annotation.OperateLog.BusinessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.core.annotation.QueryParam.CompareTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.core.annotation.QueryParam.NamingCaseEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.core.annotation.Translate.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.core.annotation.TranslationResult.ConvertType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.event.code.EventTyoeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.query.code.CompareTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.query.code.ParamTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.common.sequence.configuration.SequenceProperties.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.starter.audit.log.properties.AuditLogProperties.Ip2regionSearch
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.starter.audit.log.properties.AuditLogProperties.Store
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.starter.code.gen.code.CodeGenColumnTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.starter.code.gen.code.CodeGenTemplateVmEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.starter.data.perm.code.DataScopeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.starter.data.perm.sensitive.SensitiveInfo.SensitiveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cn.bootx.platform.starter.file.code.FileUploadTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(ChinaWordVerifyParam) - Method in class cn.bootx.platform.baseapi.controller.ChinaWordController
-
- verify(String, int, char) - Method in class cn.bootx.platform.baseapi.core.chinaword.service.ChinaWordService
-
测试敏感词效果
- verifyPasswordExpire(Long, PasswordSecurityConfigDto) - Method in class cn.bootx.platform.iam.core.security.password.service.PasswordSecurityCheckService
-
验证密码过期和提醒状态
1.
- VERSION - Static variable in interface cn.bootx.platform.common.core.code.CommonCode
-
数据版本号字段
- Village - Class in cn.bootx.platform.baseapi.core.region.entity
-
村庄/社区
- Village() - Constructor for class cn.bootx.platform.baseapi.core.region.entity.Village
-
- VillageManager - Class in cn.bootx.platform.baseapi.core.region.dao
-
村庄/社区
- VillageManager() - Constructor for class cn.bootx.platform.baseapi.core.region.dao.VillageManager
-
- VillageMapper - Interface in cn.bootx.platform.baseapi.core.region.dao
-
村庄/社区
- VisualizationApplication - Class in cn.bootx.platform.visualization
-
可视化模块
- VisualizationApplication() - Constructor for class cn.bootx.platform.visualization.VisualizationApplication
-
- VisualizationProperties - Class in cn.bootx.platform.visualization.configuration
-
- VisualizationProperties() - Constructor for class cn.bootx.platform.visualization.configuration.VisualizationProperties
-
- VoiceMsg - Class in cn.bootx.platform.starter.dingtalk.param.notice.msg
-
钉钉语音消息
- VoiceMsg() - Constructor for class cn.bootx.platform.starter.dingtalk.param.notice.msg.VoiceMsg
-
- VoiceMsg(String, String) - Constructor for class cn.bootx.platform.starter.dingtalk.param.notice.msg.VoiceMsg
-
- VoiceMsg.DingVoice - Class in cn.bootx.platform.starter.dingtalk.param.notice.msg
-