索引
All Classes and Interfaces|所有程序包|序列化表格
A
- addOnlineItem(ServerWebSocket, String) - 类中的静态方法 cool.scx.ext.core.CoreOnlineItemHandler
-
addOnlineItem.
- addUserDirective(Class<? extends BaseTemplateDirective>) - 类中的方法 cool.scx.ext.cms.CMSModuleConfiguration
-
获取默认指令
- AllExtApp - cool.scx.ext中的类
-
运行所有核心包提供的模块 (演示用,不要用于生产环境)
- AllExtApp() - 类的构造器 cool.scx.ext.AllExtApp
- avatar - 类中的变量 cool.scx.ext.organization.User
-
用户头像 id 此处存储的是 位于 uploadFile 表中的 id
B
- batchDelete(String, long[]) - 类中的方法 cool.scx.ext.crud.CRUDController
-
批量删除
- batchDelete(String, long[]) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
-
批量删除
C
- channel(String) - 类中的方法 cool.scx.ext.cms.web_site.WebSiteController
-
column.
- Channel - cool.scx.ext.cms.channel中的类
-
Column class.
- Channel() - 类的构造器 cool.scx.ext.cms.channel.Channel
- channelHandler(Html, String) - 接口中的方法 cool.scx.ext.cms.web_site.WebSiteHandler
-
cms 访问 栏目是会执行此方法
- channelId - 类中的变量 cool.scx.ext.cms.content.Content
-
对应的 栏目 id
- channelImages - 类中的变量 cool.scx.ext.cms.channel.Channel
-
栏目图片 (用于展示)
- channelInfo - 类中的变量 cool.scx.ext.cms.channel.Channel
-
栏目介绍
- ChannelListDirective - cool.scx.ext.cms.directive中的类
-
自定义标签测试
- ChannelListDirective(ChannelService) - 类的构造器 cool.scx.ext.cms.directive.ChannelListDirective
-
Constructor for ColumnListDirective.
- channelName - 类中的变量 cool.scx.ext.cms.channel.Channel
-
栏目名称
- channelOrderBy - 类中的变量 cool.scx.ext.cms.channel.Channel
-
栏目 orderBy (用于排序)
- channelPath - 类中的变量 cool.scx.ext.cms.channel.Channel
-
栏目路径
- ChannelService - cool.scx.ext.cms.channel中的类
-
ColumnService
- ChannelService() - 类的构造器 cool.scx.ext.cms.channel.ChannelService
- channelTemplate - 类中的变量 cool.scx.ext.cms.channel.Channel
-
栏目 模板
- channelTitleImage - 类中的变量 cool.scx.ext.cms.channel.Channel
-
栏目标题图 (缩略图)
- checkAnyFileExistsByThisMD5(String, Long, String) - 类中的方法 cool.scx.ext.fss.FSSController
-
检查一下这个 服务器里有没有和这个 可以直接使用 此 md5 的文件
- checkAnyFileExistsByThisMD5(String, Long, String) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
检查 md5 是否可用 (用于秒传)
- checkedLogin() - annotation interface 中的元素 cool.scx.ext.organization.auth.OrganizationPerms
-
检查登录
- checkedPerms() - annotation interface 中的元素 cool.scx.ext.organization.auth.OrganizationPerms
-
不校验权限
- checkFieldName(Class<?>, String) - 类中的静态方法 cool.scx.ext.crud.CRUDHelper
- checkFSSObjectId(String) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
checkFileId.
- checkPhysicalFile(FSSObject) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
检查物理文件是否存在 存在则返回物理文件 不存在则抛出异常
- checkUnique(String, String, Object, Long) - 类中的方法 cool.scx.ext.crud.CRUDController
-
校验唯一性
- checkUnique(String, String, Object, Long) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
-
检查字段值唯一性
- checkWhereBodyParametersSize(String, WhereType, Object, Object) - 类中的静态方法 cool.scx.ext.crud.CRUDHelper
- checkWhereType(String, String) - 类中的静态方法 cool.scx.ext.crud.CRUDHelper
- CMSConfig - cool.scx.ext.cms.cms_config中的类
-
CmsConfig class.
- CMSConfig() - 类的构造器 cool.scx.ext.cms.cms_config.CMSConfig
- CMSConfigService - cool.scx.ext.cms.cms_config中的类
-
CmsConfigService class.
- CMSConfigService() - 类的构造器 cool.scx.ext.cms.cms_config.CMSConfigService
- CMSModule - cool.scx.ext.cms中的类
-
cms 模块 提供一些简单的 指令
- CMSModule() - 类的构造器 cool.scx.ext.cms.CMSModule
-
Constructor for CmsModule.
- CMSModule(CMSModuleConfiguration) - 类的构造器 cool.scx.ext.cms.CMSModule
-
Constructor for CmsModule.
- CMSModuleConfiguration - cool.scx.ext.cms中的类
-
cms 模块配置文件
- CMSModuleConfiguration() - 类的构造器 cool.scx.ext.cms.CMSModuleConfiguration
- configName - 类中的变量 cool.scx.ext.cms.cms_config.CMSConfig
-
配置文件名称
- confusionLoginError() - 类中的静态方法 cool.scx.ext.organization.OrganizationConfig
-
混淆登录错误 (是否将 "用户未找到" 和 "密码错误" 统称为 "用户名或密码错误" ) 防止恶意攻击暴力破解
- content - 类中的变量 cool.scx.ext.cms.content.Content
-
文章内容
- content(String, Long) - 类中的方法 cool.scx.ext.cms.web_site.WebSiteController
-
article.
- Content - cool.scx.ext.cms.content中的类
-
文章类
- Content() - 类的构造器 cool.scx.ext.cms.content.Content
- contentAuthor - 类中的变量 cool.scx.ext.cms.content.Content
-
文章作者
- contentHandler(Html, String, Long) - 接口中的方法 cool.scx.ext.cms.web_site.WebSiteHandler
-
cms 访问 文章时会执行此方法
- contentImages - 类中的变量 cool.scx.ext.cms.content.Content
-
文章 图片 (不是内容中的图 展示图)
- ContentListDirective - cool.scx.ext.cms.directive中的类
-
自定义标签测试
- ContentListDirective(ContentService) - 类的构造器 cool.scx.ext.cms.directive.ContentListDirective
-
a
- contentOrderBy - 类中的变量 cool.scx.ext.cms.content.Content
-
文章 orderBy (用于排序)
- contentPublishDateTime - 类中的变量 cool.scx.ext.cms.content.Content
-
文章发布日期
- ContentService - cool.scx.ext.cms.content中的类
-
ArticleService
- ContentService() - 类的构造器 cool.scx.ext.cms.content.ContentService
- contentTemplate - 类中的变量 cool.scx.ext.cms.content.Content
-
文章模板路径
- contentTitle - 类中的变量 cool.scx.ext.cms.content.Content
-
文章标题
- contentTitleImage - 类中的变量 cool.scx.ext.cms.content.Content
-
文章标题图 (缩略图)
- cool.scx.ext - 程序包 cool.scx.ext
- cool.scx.ext.cms - 程序包 cool.scx.ext.cms
- cool.scx.ext.cms.channel - 程序包 cool.scx.ext.cms.channel
- cool.scx.ext.cms.cms_config - 程序包 cool.scx.ext.cms.cms_config
- cool.scx.ext.cms.content - 程序包 cool.scx.ext.cms.content
- cool.scx.ext.cms.directive - 程序包 cool.scx.ext.cms.directive
- cool.scx.ext.cms.template - 程序包 cool.scx.ext.cms.template
- cool.scx.ext.cms.web_site - 程序包 cool.scx.ext.cms.web_site
- cool.scx.ext.core - 程序包 cool.scx.ext.core
- cool.scx.ext.crud - 程序包 cool.scx.ext.crud
- cool.scx.ext.fixtable - 程序包 cool.scx.ext.fixtable
- cool.scx.ext.fss - 程序包 cool.scx.ext.fss
- cool.scx.ext.message - 程序包 cool.scx.ext.message
- cool.scx.ext.office - 程序包 cool.scx.ext.office
- cool.scx.ext.organization - 程序包 cool.scx.ext.organization
- cool.scx.ext.organization.auth - 程序包 cool.scx.ext.organization.auth
- copyFSSObject(String, FSSObject) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
copyUploadFile.
- CoreAuthLoginHandler - cool.scx.ext.core中的类
-
通过 websocket 认证 token
- CoreAuthLoginHandler() - 类的构造器 cool.scx.ext.core.CoreAuthLoginHandler
- CoreModule - cool.scx.ext.core中的类
-
核心模块
- CoreModule() - 类的构造器 cool.scx.ext.core.CoreModule
- CoreOnlineItem - cool.scx.ext.core中的类
-
websocket 在线对象 todo 尝试和 login item 整合为一个对象
- CoreOnlineItem(ServerWebSocket, String) - 类的构造器 cool.scx.ext.core.CoreOnlineItem
-
OnlineItem 初始化函数 username 可以为空
- CoreOnlineItemHandler - cool.scx.ext.core中的类
-
CoreOnlineItemHandler class.
- CoreOnlineItemHandler() - 类的构造器 cool.scx.ext.core.CoreOnlineItemHandler
- CoreWebSocketHandler - cool.scx.ext.core中的类
-
时间总线 websocket 连接处理类
- CoreWebSocketHandler() - 类的构造器 cool.scx.ext.core.CoreWebSocketHandler
- createCellStyle() - 类中的方法 cool.scx.ext.office.Excel
-
创建单元格样式
- createFont() - 类中的方法 cool.scx.ext.office.Excel
-
创建字体
- CRUDController - cool.scx.ext.crud中的类
-
通用 Crud的 controller
- CRUDController() - 类的构造器 cool.scx.ext.crud.CRUDController
- CRUDHandler - cool.scx.ext.crud中的接口
-
crud 各个逻辑的 handler
- crudHandlerClass() - 类中的方法 cool.scx.ext.crud.CRUDModule
-
获取 crudHandler
- CRUDHandlerImpl - cool.scx.ext.crud中的类
- CRUDHandlerImpl() - 类的构造器 cool.scx.ext.crud.CRUDHandlerImpl
- CRUDHelper - cool.scx.ext.crud中的类
- CRUDHelper() - 类的构造器 cool.scx.ext.crud.CRUDHelper
- CRUDListResult - cool.scx.ext.crud中的类
- CRUDListResult(List<BaseModel>, long) - 类的构造器 cool.scx.ext.crud.CRUDListResult
- CRUDModule - cool.scx.ext.crud中的类
-
提供一些简单的增删改查功能
- CRUDModule() - 类的构造器 cool.scx.ext.crud.CRUDModule
-
Constructor for CmsModule.
- CRUDModule(Class<? extends CRUDHandler>) - 类的构造器 cool.scx.ext.crud.CRUDModule
- CrudWhereBody - cool.scx.ext.crud中的类
- CrudWhereBody() - 类的构造器 cool.scx.ext.crud.CrudWhereBody
D
- data() - 类中的方法 cool.scx.ext.core.WSBody
-
data.
- defaultChannelTemplate - 类中的变量 cool.scx.ext.cms.cms_config.CMSConfig
-
默认 栏目 模板
- defaultContentTemplate - 类中的变量 cool.scx.ext.cms.cms_config.CMSConfig
-
默认 文章 模板
- defaultDirective() - 类中的方法 cool.scx.ext.cms.CMSModuleConfiguration
-
获取默认指令
- defaultIndexTemplate - 类中的变量 cool.scx.ext.cms.cms_config.CMSConfig
-
默认 index 模板 存储的是相对于模板根路径的路径 xxx/xxx (这就属于以当前项目根目录为基准) 栏目模板和文章模板 同理
- delete(String) - 类中的静态方法 cool.scx.ext.cms.template.TemplateHelper
-
delete.
- delete(String) - 类中的方法 cool.scx.ext.fss.FSSController
-
deleteFile.
- delete(String) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
delete.
- delete(String, Long) - 类中的方法 cool.scx.ext.crud.CRUDController
-
删除
- delete(String, Long) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
-
删除
- deleteByUserId(Long) - 类中的方法 cool.scx.ext.organization.DeptService
- deleteByUserId(Long) - 类中的方法 cool.scx.ext.organization.RoleService
- Dept - cool.scx.ext.organization中的类
-
部门
- Dept() - 类的构造器 cool.scx.ext.organization.Dept
- deptId - 类中的变量 cool.scx.ext.organization.UserDept
-
部门的 id
- deptIds - 类中的变量 cool.scx.ext.organization.User
-
dept id 集合
- deptName - 类中的变量 cool.scx.ext.organization.Dept
-
部门名称
- deptOrder - 类中的变量 cool.scx.ext.organization.Dept
-
排序
- DeptService - cool.scx.ext.organization中的类
-
CoreDeptService class.
- DeptService(UserDeptService) - 类的构造器 cool.scx.ext.organization.DeptService
-
Constructor for CoreDeptService.
- directiveName() - 类中的方法 cool.scx.ext.cms.directive.ChannelListDirective
- directiveName() - 类中的方法 cool.scx.ext.cms.directive.ContentListDirective
- download(String) - 类中的方法 cool.scx.ext.fss.FSSController
-
通用下载资源方法 todo 优化性能
- download(String) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
download.
E
- eventName() - 类中的方法 cool.scx.ext.core.WSBody
-
eventName.
- Excel - cool.scx.ext.office中的类
-
todo : (注意 此工具类只支持单 sheet页的情况) 需要改为支持多个 sheet 页的情况 Excel 操作类 对 生成 excel 进行一些简单的封装 方便使用
F
- fieldName - 类中的变量 cool.scx.ext.crud.CrudWhereBody
-
字段名称 (注意不是数据库名称)
- fileMD5 - 类中的变量 cool.scx.ext.fss.FSSObject
-
文件的 md5 值
- fileName - 类中的变量 cool.scx.ext.fss.FSSObject
-
原始文件名
- filePath - 类中的变量 cool.scx.ext.cms.template.TemplateInfo
-
文件路径
- filePath - 类中的变量 cool.scx.ext.fss.FSSObject
-
文件存储的路径 (相对与上传根目录的)
- fileSize - 类中的变量 cool.scx.ext.fss.FSSObject
-
文件的大小 long
- fileSizeDisplay - 类中的变量 cool.scx.ext.fss.FSSObject
-
文件的大小 (格式化后的 就是人能看懂的那种)
- findDeptByUserId(Long) - 类中的方法 cool.scx.ext.organization.DeptService
- findFSSObjectListByMd5(String) - 类中的方法 cool.scx.ext.fss.FSSObjectService
-
根据 md5 查找文件
- FixTableModule - cool.scx.ext.fixtable中的类
-
FixTableModule class.
- FixTableModule() - 类的构造器 cool.scx.ext.fixtable.FixTableModule
- FSSConfig - cool.scx.ext.fss中的类
-
核心模块配置文件
- FSSConfig() - 类的构造器 cool.scx.ext.fss.FSSConfig
- FSSController - cool.scx.ext.fss中的类
-
FSSController class.
- FSSController() - 类的构造器 cool.scx.ext.fss.FSSController
-
构造函数
- FSSHandler - cool.scx.ext.fss中的类
-
Abstract FSSHandler class.
- FSSHandler() - 类的构造器 cool.scx.ext.fss.FSSHandler
-
Constructor for FSSHandler.
- FSSHandler(FSSObjectService) - 类的构造器 cool.scx.ext.fss.FSSHandler
-
Constructor for FSSHandler.
- fssHandlerClass() - 类中的方法 cool.scx.ext.fss.FSSModule
-
fssHandlerClass.
- FSSHandlerImpl - cool.scx.ext.fss中的类
-
DefaultFSSHandler class.
- FSSHandlerImpl() - 类的构造器 cool.scx.ext.fss.FSSHandlerImpl
- FSSModule - cool.scx.ext.fss中的类
-
提供基本的文件上传及下载 (展示)的功能
- FSSModule() - 类的构造器 cool.scx.ext.fss.FSSModule
-
Constructor for FSSModule.
- FSSModule(Class<? extends FSSHandler>) - 类的构造器 cool.scx.ext.fss.FSSModule
-
Constructor for FSSModule.
- FSSObject - cool.scx.ext.fss中的类
-
文件上传表
- FSSObject() - 类的构造器 cool.scx.ext.fss.FSSObject
- fssObjectId - 类中的变量 cool.scx.ext.fss.FSSObject
-
这里为了防止用户可以根据 id 猜测出来文件 业务中不使用 BaseModel 的 id
- FSSObjectService - cool.scx.ext.fss中的类
-
UploadFileService
- FSSObjectService() - 类的构造器 cool.scx.ext.fss.FSSObjectService
G
- get03Excel(String, int) - 类中的静态方法 cool.scx.ext.office.Excel
-
获取 03 版 excel (xls)
- get07Excel(String, int) - 类中的静态方法 cool.scx.ext.office.Excel
-
获取 07 版 excel (xlsx)
- getAutoComplete(String, String) - 类中的方法 cool.scx.ext.crud.CRUDController
-
获取自动完成字段
- getAutoComplete(String, String) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
-
获取自动完成框 (获取此列的所有数据)
- getBaseModel(Map<String, Object>, String) - 类中的静态方法 cool.scx.ext.crud.CRUDHelper
- getBaseService(String) - 类中的静态方法 cool.scx.ext.crud.CRUDHelper
-
获取 service todo 错误信息待处理
- getByUsername(String) - 类中的方法 cool.scx.ext.organization.UserService
- getChannelByPath(String) - 类中的方法 cool.scx.ext.cms.channel.ChannelService
- getClassByName(String) - 类中的静态方法 cool.scx.ext.crud.CRUDHelper
-
getClassByName.
- getCMSConfig() - 类中的方法 cool.scx.ext.cms.cms_config.CMSConfigService
-
getCmsConfig.
- getCmsModuleConfiguration() - 类中的方法 cool.scx.ext.cms.CMSModule
- getDeptListByUser(User) - 类中的方法 cool.scx.ext.organization.DeptService
-
getDeptListByUser
- getFileContent(String) - 类中的静态方法 cool.scx.ext.cms.template.TemplateHelper
-
获取文件内容
- getLastUploadChunk(File, Integer) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
getLastUploadChunk.
- getLoginUser() - 类中的静态方法 cool.scx.ext.organization.auth.OrganizationAuth
-
获取登录用户
- getLoginUserByToken(String) - 类中的静态方法 cool.scx.ext.organization.auth.OrganizationAuth
-
根据 token 获取用户
- getNewFSSObject(String, Long, String) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
getNewUpload.
- getNewFSSObjectPath(LocalDateTime, String, String) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
获取 文件存储路径
规则 年份/月份/天/文件ID/文件真实名称 - getOnlineItemByUserName(String) - 类中的静态方法 cool.scx.ext.core.CoreOnlineItemHandler
-
根据用户名获取所有的在线对象
- getOnlineItemByWebSocket(ServerWebSocket) - 类中的静态方法 cool.scx.ext.core.CoreOnlineItemHandler
-
getOnlineItemByWebSocket.
- getOnlineItemList() - 类中的静态方法 cool.scx.ext.core.CoreOnlineItemHandler
-
获取当前所有在线的连接对象
- getOnlineUserCount() - 类中的静态方法 cool.scx.ext.core.CoreOnlineItemHandler
-
getOnlineUserCount.
- getPerms() - 类中的静态方法 cool.scx.ext.organization.auth.OrganizationAuth
-
简单封装方便使用
- getQRCode(String, int) - 类中的静态方法 cool.scx.ext.office.QRCodeUtils
-
getQRCode.
- getQuery(Class<?>, Integer, Integer, String, String, List<CrudWhereBody>) - 类中的静态方法 cool.scx.ext.crud.CRUDHelper
-
获取 query
- getRoleListByUser(User) - 类中的方法 cool.scx.ext.organization.RoleService
-
getRoleListByUser
- getRow(int) - 类中的方法 cool.scx.ext.office.Excel
-
根据索引获取行
- getSheet() - 类中的方法 cool.scx.ext.office.Excel
-
获取 sheet 页
- getSheet(String) - 类中的方法 cool.scx.ext.office.Excel
-
获取指定名称的 sheet
- getUserDeptByUserIds(List<Long>) - 类中的方法 cool.scx.ext.organization.DeptService
-
getUserDeptByUserIds.
- getUserDirective() - 类中的方法 cool.scx.ext.cms.CMSModuleConfiguration
-
获取默认指令
- getUserRoleByUserIds(List<Long>) - 类中的方法 cool.scx.ext.organization.RoleService
-
getUserRoleByUserIds
- getWebSiteHandlerClass() - 类中的方法 cool.scx.ext.cms.CMSModuleConfiguration
H
- handle(RoutingContext, ScxMappingHandler) - 类中的方法 cool.scx.ext.organization.auth.OrganizationAuthPreProcessor
- handler(Map<String, Object>) - 类中的方法 cool.scx.ext.cms.directive.ChannelListDirective
- handler(Map<String, Object>) - 类中的方法 cool.scx.ext.cms.directive.ContentListDirective
I
- id - 类中的变量 cool.scx.ext.cms.template.TemplateInfo
-
文件 ID
- image(String, Integer, Integer, String) - 类中的方法 cool.scx.ext.fss.FSSController
-
展示图片
- image(String, Integer, Integer, String) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
image.
- index() - 类中的静态方法 cool.scx.ext.cms.template.TemplateHelper
-
Index.
- index() - 类中的方法 cool.scx.ext.cms.web_site.WebSiteController
-
index.
- indexHandler(Html) - 接口中的方法 cool.scx.ext.cms.web_site.WebSiteHandler
-
cms 访问 index 会执行此方法
- info() - 类中的方法 cool.scx.ext.organization.auth.OrganizationAuthController
-
拉取当前登录用户的信息 (包括权限)
- info(String, Long) - 类中的方法 cool.scx.ext.crud.CRUDController
-
获取详细信息
- info(String, Long) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
-
获取单条数据信息
- infoUpdate(User) - 类中的方法 cool.scx.ext.organization.auth.OrganizationAuthController
-
用户自己更新的信息 (不包括权限)
- initAuth() - 类中的静态方法 cool.scx.ext.organization.auth.OrganizationAuthWrapper
- initConfig() - 类中的静态方法 cool.scx.ext.fss.FSSConfig
-
initConfig.
- initConfig() - 类中的静态方法 cool.scx.ext.organization.OrganizationConfig
-
初始化方法
- isAdmin - 类中的变量 cool.scx.ext.organization.User
-
是否为超级管理员
- isAdmin() - 类中的静态方法 cool.scx.ext.organization.auth.OrganizationAuth
-
是否为管理员
L
- lastLoginDateList - 类中的变量 cool.scx.ext.organization.User
-
最后登录成功的时间 , 这里通过代码控制使其只存储最后10次
- lastLoginIPList - 类中的变量 cool.scx.ext.organization.User
-
最后登录成功的IP , 这里通过代码控制使其只存储最后10次
- list - 类中的变量 cool.scx.ext.crud.CRUDListResult
- list(String, Integer, Integer, String, String, List<CrudWhereBody>) - 类中的方法 cool.scx.ext.crud.CRUDController
-
列表查询
- list(String, Integer, Integer, String, String, List<CrudWhereBody>) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
-
获取列表数据
- list(List<String>) - 类中的方法 cool.scx.ext.fss.FSSController
-
listFile.
- list(List<String>) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
list.
- listWithRoleAndDept(Query) - 类中的方法 cool.scx.ext.organization.UserService
- login(String, String, RoutingContext) - 类中的方法 cool.scx.ext.organization.auth.OrganizationAuthController
-
登录方法
- loginByWebSocket(Object) - 类中的静态方法 cool.scx.ext.core.CoreAuthLoginHandler
-
loginByWebSocket.
- logout() - 类中的方法 cool.scx.ext.organization.auth.OrganizationAuthController
-
退出登录方法 同时清空 session 里的登录数据
M
- main(String[]) - 类中的静态方法 cool.scx.ext.AllExtApp
-
核心启动方法
- mergedRegion(int, int, int, int) - 类中的方法 cool.scx.ext.office.Excel
-
合并单元格 注意 right 和 down 为合并大小 及 最终表格大小会是 right 和 down + 1 因为包括原始行
- mergedRegion(CellRangeAddress) - 类中的方法 cool.scx.ext.office.Excel
-
根据坐标合并单元格
- MessageModule - cool.scx.ext.message中的类
-
提供一些 消息类的功能
- MessageModule() - 类的构造器 cool.scx.ext.message.MessageModule
N
- name() - 类中的方法 cool.scx.ext.cms.CMSModule
- name() - 类中的方法 cool.scx.ext.core.CoreModule
- name() - 类中的方法 cool.scx.ext.crud.CRUDModule
- name() - 类中的方法 cool.scx.ext.fixtable.FixTableModule
- name() - 类中的方法 cool.scx.ext.fss.FSSModule
- name() - 类中的方法 cool.scx.ext.message.MessageModule
- name() - 类中的方法 cool.scx.ext.office.OfficeModule
- name() - 类中的方法 cool.scx.ext.organization.OrganizationModule
- nickname - 类中的变量 cool.scx.ext.organization.User
-
昵称
O
- OfficeModule - cool.scx.ext.office中的类
-
办公模块 (暂时都是一些工具类)
- OfficeModule() - 类的构造器 cool.scx.ext.office.OfficeModule
- onBinaryMessage(Buffer, WebSocketFrame, ServerWebSocket) - 类中的方法 cool.scx.ext.core.CoreWebSocketHandler
- onClose(ServerWebSocket) - 类中的方法 cool.scx.ext.core.CoreWebSocketHandler
- onError(Throwable, ServerWebSocket) - 类中的方法 cool.scx.ext.core.CoreWebSocketHandler
- onOpen(ServerWebSocket) - 类中的方法 cool.scx.ext.core.CoreWebSocketHandler
- onTextMessage(String, WebSocketFrame, ServerWebSocket) - 类中的方法 cool.scx.ext.core.CoreWebSocketHandler
- OrganizationAuth - cool.scx.ext.organization.auth中的类
-
提供基本的认证逻辑
- OrganizationAuth() - 类的构造器 cool.scx.ext.organization.auth.OrganizationAuth
- OrganizationAuthController - cool.scx.ext.organization.auth中的类
-
默认认证 api 推荐使用 也可以不用此 api 但需要将 自定义 AuthHandler 的实现中的方法清空
- OrganizationAuthController(UserService) - 类的构造器 cool.scx.ext.organization.auth.OrganizationAuthController
- OrganizationAuthPreProcessor - cool.scx.ext.organization.auth中的类
-
AuthScxMappingPreProcessor class.
- OrganizationAuthPreProcessor() - 类的构造器 cool.scx.ext.organization.auth.OrganizationAuthPreProcessor
- OrganizationAuthWrapper - cool.scx.ext.organization.auth中的类
- OrganizationAuthWrapper() - 类的构造器 cool.scx.ext.organization.auth.OrganizationAuthWrapper
- OrganizationConfig - cool.scx.ext.organization中的类
-
核心模块配置文件
- OrganizationConfig() - 类的构造器 cool.scx.ext.organization.OrganizationConfig
- OrganizationModule - cool.scx.ext.organization中的类
-
拓展模块 (组织机构)
- OrganizationModule() - 类的构造器 cool.scx.ext.organization.OrganizationModule
- OrganizationPerms - cool.scx.ext.organization.auth中的Annotation Interface
-
权限注解
P
- parentId - 类中的变量 cool.scx.ext.cms.template.TemplateInfo
-
上级目录 ID
- parentId - 类中的变量 cool.scx.ext.organization.Dept
-
父id 用作构建树形结构
- parentID - 类中的变量 cool.scx.ext.cms.channel.Channel
-
栏目父 ID
- password - 类中的变量 cool.scx.ext.organization.User
-
已加密的登录密码
- perms - 类中的变量 cool.scx.ext.organization.Dept
-
部门权限
- perms - 类中的变量 cool.scx.ext.organization.Role
-
角色权限
Q
- QRCodeUtils - cool.scx.ext.office中的类
-
QRCodeUtils class.
- QRCodeUtils() - 类的构造器 cool.scx.ext.office.QRCodeUtils
R
- raw(String) - 类中的方法 cool.scx.ext.fss.FSSController
-
展示文件
- raw(String) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
raw.
- readSessionFromFile() - 类中的静态方法 cool.scx.ext.organization.auth.OrganizationAuthWrapper
- removeOnlineItemByWebSocket(ServerWebSocket) - 类中的静态方法 cool.scx.ext.core.CoreOnlineItemHandler
-
removeOnlineItemByWebSocket.
- rename(String, String) - 类中的静态方法 cool.scx.ext.cms.template.TemplateHelper
-
rename.
- revokeDelete(String, Long) - 类中的方法 cool.scx.ext.crud.CRUDController
-
撤销删除
- revokeDelete(String, Long) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
- Role - cool.scx.ext.organization中的类
-
角色
- Role() - 类的构造器 cool.scx.ext.organization.Role
- roleId - 类中的变量 cool.scx.ext.organization.UserRole
-
角色的 id
- roleIds - 类中的变量 cool.scx.ext.organization.User
-
role id 集合
- roleName - 类中的变量 cool.scx.ext.organization.Role
-
角色名称
- RoleService - cool.scx.ext.organization中的类
-
RoleService
- RoleService(UserRoleService) - 类的构造器 cool.scx.ext.organization.RoleService
-
Constructor for CoreRoleService.
- rowMap - 类中的变量 cool.scx.ext.office.Excel
-
行缓存 此处提前创建 row 方便后续直接根据索引使用
S
- save(String, Map<String, Object>) - 类中的方法 cool.scx.ext.crud.CRUDController
-
保存
- save(String, Map<String, Object>) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
- saveDeptListWithUserId(Long, List<Long>) - 类中的方法 cool.scx.ext.organization.DeptService
-
saveDeptListWithUserId
- saveRoleListWithUserId(Long, List<Long>) - 类中的方法 cool.scx.ext.organization.RoleService
-
saveRoleListWithUserId
- send(String) - 类中的方法 cool.scx.ext.core.CoreOnlineItem
-
sendText.
- send(List<String>, Map<String, Object>) - 类中的方法 cool.scx.ext.message.YTXTextMessageSender
- setBorder(int, int) - 类中的方法 cool.scx.ext.office.Excel
-
设置边框 (只设置一个单元格)*
- setBorder(int, int, int, int) - 类中的方法 cool.scx.ext.office.Excel
-
设置边框
- setBorder(CellRangeAddress) - 类中的方法 cool.scx.ext.office.Excel
-
设置边框 根据坐标
- setCellValue(int, int, String) - 类中的方法 cool.scx.ext.office.Excel
-
设置单元格样式
- setCellValue(int, int, String, CellStyle) - 类中的方法 cool.scx.ext.office.Excel
-
设置单元格数据
- setFileContent(String, String) - 类中的静态方法 cool.scx.ext.cms.template.TemplateHelper
-
setFileContent.
- setWebSiteHandler(Class<? extends WebSiteHandler>) - 类中的方法 cool.scx.ext.cms.CMSModuleConfiguration
- sheet - 类中的变量 cool.scx.ext.office.Excel
-
当前 sheet 后期会修改为 支持多个 sheet 页
- signup(String, String) - 类中的方法 cool.scx.ext.organization.auth.OrganizationAuthController
-
注册方法
- start() - 类中的方法 cool.scx.ext.cms.CMSModule
- start() - 类中的方法 cool.scx.ext.core.CoreModule
- start() - 类中的方法 cool.scx.ext.crud.CRUDModule
- start() - 类中的方法 cool.scx.ext.fixtable.FixTableModule
- start() - 类中的方法 cool.scx.ext.fss.FSSModule
- start() - 类中的方法 cool.scx.ext.organization.OrganizationModule
- stop() - 类中的方法 cool.scx.ext.organization.OrganizationModule
T
- TemplateHelper - cool.scx.ext.cms.template中的类
-
Cms 模板
- TemplateHelper() - 类的构造器 cool.scx.ext.cms.template.TemplateHelper
- TemplateInfo - cool.scx.ext.cms.template中的类
-
描述一个文件(模板文件)的基本信息 一般用于将物理文件的结构构建为树发送到前台进行查询
- TemplateInfo() - 类的构造器 cool.scx.ext.cms.template.TemplateInfo
- toBytes() - 类中的方法 cool.scx.ext.office.Excel
-
toBytes.
- toJson() - 类中的方法 cool.scx.ext.core.WSBody
-
toJson.
- total - 类中的变量 cool.scx.ext.crud.CRUDListResult
- type - 类中的变量 cool.scx.ext.cms.template.TemplateInfo
-
文件类型 : 文件夹或文件
U
- update(String, Map<String, Object>) - 类中的方法 cool.scx.ext.crud.CRUDController
-
更新
- update(String, Map<String, Object>) - 接口中的方法 cool.scx.ext.crud.CRUDHandler
-
更新数据
- updateLastUploadChunk(File, Integer, Integer) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
更新最后一次文件上传的区块
- upload(FileUpload, String) - 类中的静态方法 cool.scx.ext.cms.template.TemplateHelper
-
upload.
- upload(String, Long, String, Integer, Integer, FileUpload) - 类中的方法 cool.scx.ext.fss.FSSController
-
单个文件上传 和 分片文件上传
- upload(String, Long, String, Integer, Integer, FileUpload) - 类中的方法 cool.scx.ext.fss.FSSHandler
-
upload.
- uploadFilePath() - 类中的静态方法 cool.scx.ext.fss.FSSConfig
-
uploadFilePath.
- uploadTime - 类中的变量 cool.scx.ext.fss.FSSObject
-
上传日期
- User - cool.scx.ext.organization中的类
-
核心用户类 (演示用,建议不要用于真实生产环境)
- User() - 类的构造器 cool.scx.ext.organization.User
- UserDept - cool.scx.ext.organization中的类
-
用户部门关联表
- UserDept() - 类的构造器 cool.scx.ext.organization.UserDept
- UserDeptService - cool.scx.ext.organization中的类
-
UserDeptService
- UserDeptService() - 类的构造器 cool.scx.ext.organization.UserDeptService
- userId - 类中的变量 cool.scx.ext.organization.UserDept
-
用户的 id
- userId - 类中的变量 cool.scx.ext.organization.UserRole
-
用户的 id
- username - 类中的变量 cool.scx.ext.core.CoreOnlineItem
-
此连接对应的用户名 当初始连接的时候 username 会为空 当登录成功时会通过websocket将认证成功的用户发送到服务的 这时才会对 username 进行赋值
- username - 类中的变量 cool.scx.ext.organization.User
-
登录名,创建后不可改
- UserRole - cool.scx.ext.organization中的类
-
用户角色关联表
- UserRole() - 类的构造器 cool.scx.ext.organization.UserRole
- UserRoleService - cool.scx.ext.organization中的类
-
UserRoleService
- UserRoleService() - 类的构造器 cool.scx.ext.organization.UserRoleService
- UserService - cool.scx.ext.organization中的类
-
核心用户 service
- UserService(DeptService, RoleService) - 类的构造器 cool.scx.ext.organization.UserService
-
c
V
- value1 - 类中的变量 cool.scx.ext.crud.CrudWhereBody
-
因为参数不固定 所以这里用两个参数 参数1
- value2 - 类中的变量 cool.scx.ext.crud.CrudWhereBody
-
参数2
- variableName() - 类中的方法 cool.scx.ext.cms.directive.ChannelListDirective
- variableName() - 类中的方法 cool.scx.ext.cms.directive.ContentListDirective
W
- WebSiteController - cool.scx.ext.cms.web_site中的类
-
WebSiteController class.
- WebSiteController(ContentService, ChannelService, CMSConfigService) - 类的构造器 cool.scx.ext.cms.web_site.WebSiteController
-
Constructor for WebSiteController.
- WebSiteHandler - cool.scx.ext.cms.web_site中的接口
-
WebSiteHandler interface.
- WebSiteHandlerImpl - cool.scx.ext.cms.web_site中的类
- WebSiteHandlerImpl() - 类的构造器 cool.scx.ext.cms.web_site.WebSiteHandlerImpl
- webSocket - 类中的变量 cool.scx.ext.core.CoreOnlineItem
-
连接
- webSocket() - 类中的方法 cool.scx.ext.core.WSBody
-
webSocket.
- whereType - 类中的变量 cool.scx.ext.crud.CrudWhereBody
-
类型
- workbook - 类中的变量 cool.scx.ext.office.Excel
-
Excel 实例
- writeSessionToFile() - 类中的静态方法 cool.scx.ext.organization.auth.OrganizationAuthWrapper
- WSBody - cool.scx.ext.core中的类
-
封装的 websocket 对象
- WSBody(String, JsonNode, ServerWebSocket) - 类的构造器 cool.scx.ext.core.WSBody
-
Constructor for ScxWSBody.
- WSBody(String, Object, ServerWebSocket) - 类的构造器 cool.scx.ext.core.WSBody
-
Constructor for ScxWSBody.
Y
- YTXTextMessageSender - cool.scx.ext.message中的类
-
云通讯短信发送功能
- YTXTextMessageSender() - 类的构造器 cool.scx.ext.message.YTXTextMessageSender
-
Constructor for YTXTextMessageSender.
All Classes and Interfaces|所有程序包|序列化表格