- factorial(int) - 类 中的静态方法com.seeyon.ctp.util.MathUtil
-
整数阶乘
参考公式 n!
- fail(int, String) - 类 中的静态方法com.seeyon.ctp.common.bo.Result
-
请求失败
- fail(String) - 类 中的静态方法com.seeyon.ctp.common.bo.Result
-
- fail() - 类 中的静态方法com.seeyon.ctp.common.bo.Result
-
- FAIL(String) - 类 中的静态方法com.seeyon.ctp.common.fileupload.bean.UploadFileResponseBean
-
- FAIL_MESSAGE - 类 中的静态变量com.seeyon.ctp.component.cache.CacheReloadResult
-
- FieldAnnotation - com.seeyon.ctp.util.annotation中的类
-
- FieldAnnotation(Class, String, Field, Annotation) - 类 的构造器com.seeyon.ctp.util.annotation.FieldAnnotation
-
已过时。
- FILE_NAME_MAX_LENGTH - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILE_REPORT - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- FILE_UPLOAD_SIZE_MAX - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
上传文件最大大小 51200K
- FileController - com.seeyon.ctp.common.fileupload中的类
-
- FileController() - 类 的构造器com.seeyon.ctp.common.fileupload.FileController
-
- FileCryptoUtil - com.seeyon.ctp.common.filemanager.manager.filecrypt中的类
-
加密附件工具类
- FileCryptoUtil() - 类 的构造器com.seeyon.ctp.common.filemanager.manager.filecrypt.FileCryptoUtil
-
- FileCryptoUtilTest - com.seeyon.ctp.common.filemanager.manager中的类
-
- FileCryptoUtilTest() - 类 的构造器com.seeyon.ctp.common.filemanager.manager.FileCryptoUtilTest
-
- FileDownloadEvent - com.seeyon.ctp.common.filemanager.event中的类
-
文件下载事件,在文件下载设置输出流之前触发。
- FileDownloadEvent(Object, V3XFile, long, HttpServletRequest, HttpServletResponse, FileManager) - 类 的构造器com.seeyon.ctp.common.filemanager.event.FileDownloadEvent
-
- FileDownLoadTask - com.seeyon.ctp.common.filemanager.queue中的类
-
- FileDownLoadTask() - 类 的构造器com.seeyon.ctp.common.filemanager.queue.FileDownLoadTask
-
- FileEnclosed - com.seeyon.ctp.common.fileupload中的类
-
- FileEnclosed() - 类 的构造器com.seeyon.ctp.common.fileupload.FileEnclosed
-
- FileEnclosed(CtpFile, V3XFile) - 类 的构造器com.seeyon.ctp.common.fileupload.FileEnclosed
-
- FileItem - com.seeyon.ctp.common.filemanager.event中的接口
-
- FileManager - com.seeyon.ctp.common.filemanager.manager中的接口
-
- FileManagerImpl - com.seeyon.ctp.common.filemanager.manager中的类
-
- FileManagerImpl() - 类 的构造器com.seeyon.ctp.common.filemanager.manager.FileManagerImpl
-
- FileMigrateUtil - com.seeyon.ctp.common.filemanager.manager中的类
-
已过时。
- FileMigrateUtil() - 类 的构造器com.seeyon.ctp.common.filemanager.manager.FileMigrateUtil
-
已过时。
- FileParserException - com.seeyon.ctp.common.parser中的异常错误
-
- FileParserException(String) - 异常错误 的构造器com.seeyon.ctp.common.parser.FileParserException
-
- filePath - 类 中的静态变量com.seeyon.ctp.event.EventFilterByAsync
-
- filePath(String, String...) - 类 中的静态方法com.seeyon.ctp.util.InjectionFilter
-
路径穿越验证,支持同个多个字符组装路径,也可以在后续路径中使用..回退路径,但是最后所处的路径只能在base
路径下
- filePath() - 类 中的方法com.seeyon.ctp.util.InjectionFilterTest
-
- FileProperties - com.seeyon.ctp.common.fileupload.bean中的类
-
- FileProperties() - 类 的构造器com.seeyon.ctp.common.fileupload.bean.FileProperties
-
- FileResourceLoader - com.seeyon.ctp.common.i18n.expand中的类
-
公共资源,用于兼容原版本;优先级最低:-1;
- FileResourceLoader() - 类 的构造器com.seeyon.ctp.common.i18n.expand.FileResourceLoader
-
- FileSecurityManager - com.seeyon.ctp.common.filemanager.manager中的接口
-
附件权限管理,管理附件的授权。
- FileSecurityManagerImpl - com.seeyon.ctp.common.filemanager.manager中的类
-
项目名称:ctp-core
文件名称:FileSecurityManagerImpl.java
功能描述: 文件内容是否需要登录的实现类,这个类应该是单例的(通过Spring配置的bean默认就是单例的)
创建人:zhiyanqiang
创建时间:2016年4月20日
- FileSecurityManagerImpl() - 类 的构造器com.seeyon.ctp.common.filemanager.manager.FileSecurityManagerImpl
-
- FileServicePartition - com.seeyon.ctp.common.fileupload.bean中的类
-
- FileServicePartition() - 类 的构造器com.seeyon.ctp.common.fileupload.bean.FileServicePartition
-
- FileServicePartition(Partition) - 类 的构造器com.seeyon.ctp.common.fileupload.bean.FileServicePartition
-
- FileServiceRequestBean - com.seeyon.ctp.common.fileupload.bean中的类
-
文件微服务请求对象类
- FileServiceRequestBean() - 类 的构造器com.seeyon.ctp.common.fileupload.bean.FileServiceRequestBean
-
- FileServiceResponseBean - com.seeyon.ctp.common.fileupload.bean中的类
-
文件微服务返回对象类
- FileServiceResponseBean() - 类 的构造器com.seeyon.ctp.common.fileupload.bean.FileServiceResponseBean
-
- FileServiceUtil - com.seeyon.ctp.common.fileupload.util中的类
-
- FileServiceUtil() - 类 的构造器com.seeyon.ctp.common.fileupload.util.FileServiceUtil
-
- FileServiceUtil.ModeEnum - com.seeyon.ctp.common.fileupload.util中的枚举
-
- FileServiceUtil.RequestTypeEnum - com.seeyon.ctp.common.fileupload.util中的枚举
-
- FileSynchronization - com.seeyon.ctp.common.cache中的接口
-
- FileSynchronizationImpl - com.seeyon.ctp.common.cache中的类
-
- FileSynchronizationImpl() - 类 的构造器com.seeyon.ctp.common.cache.FileSynchronizationImpl
-
- FileSynchronizationInput - com.seeyon.ctp.common.cache中的接口
-
- FileToExcelManager - com.seeyon.ctp.common.excel中的接口
-
- FileToExcelManagerImpl - com.seeyon.ctp.common.excel中的类
-
将数据保存至excel格式页面输出
- FileToExcelManagerImpl() - 类 的构造器com.seeyon.ctp.common.excel.FileToExcelManagerImpl
-
- FileToExcelManagerImplTest - com.seeyon.ctp.common.excel中的类
-
- FileToExcelManagerImplTest() - 类 的构造器com.seeyon.ctp.common.excel.FileToExcelManagerImplTest
-
- FileToExcelManagerTest - com.seeyon.ctp.common.excel中的类
-
- FileToExcelManagerTest() - 类 的构造器com.seeyon.ctp.common.excel.FileToExcelManagerTest
-
- FileType - com.seeyon.ctp.common.office.trans.util中的类
-
文件类型
- FileType() - 类 的构造器com.seeyon.ctp.common.office.trans.util.FileType
-
- FILETYPES - 类 中的静态变量com.seeyon.ctp.common.office.trans.util.FileType
-
- FileTypeUtil - com.seeyon.apps.common.image.utils中的类
-
文件类型判断工具类
此工具根据文件的前几位bytes猜测文件类型,对于文本、zip判断不准确,对于视频、图片类型判断准确
需要注意的是,xlsx、docx等Office2007格式,全部识别为zip,因为新版采用了OpenXML格式,这些格式本质上是XML文件打包为zip
- FileTypeUtil() - 类 的构造器com.seeyon.apps.common.image.utils.FileTypeUtil
-
- FILEUPLOAD_INPUT_NAME_createDate - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_description - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_extReference - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_extSubReference - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_filename - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_fileUrl - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_genesisId - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_mimeType - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_needClone - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_reference - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
附件/文件上传<input>
的名称属性的定义
- FILEUPLOAD_INPUT_NAME_secretLevel - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_secretLevelName - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_size - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_subReference - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_INPUT_NAME_type - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FILEUPLOAD_OBS_OBJECT_KEY - 类 中的静态变量com.seeyon.ctp.common.filemanager.Constants
-
- FileUploadController - com.seeyon.ctp.common.fileupload中的类
-
- FileUploadController() - 类 的构造器com.seeyon.ctp.common.fileupload.FileUploadController
-
- FileUploadEvent - com.seeyon.ctp.common.filemanager.event中的类
-
文件上传事件,在文件上传到服务器存储在文件系统中并保存到数据库之前触发。
- FileUploadEvent(Object, FileItem) - 类 的构造器com.seeyon.ctp.common.filemanager.event.FileUploadEvent
-
- FileuploadManagerImpl - com.seeyon.ctp.common.fileupload中的类
-
自己来重构上传方法,主要是为了捕获异常
- FileuploadManagerImpl() - 类 的构造器com.seeyon.ctp.common.fileupload.FileuploadManagerImpl
-
- FileUploadUtil - com.seeyon.ctp.common.fileupload.util中的类
-
- FileUploadUtil() - 类 的构造器com.seeyon.ctp.common.fileupload.util.FileUploadUtil
-
- fillLoginActiveX() - 类 中的方法com.seeyon.ctp.login.LoginInit
-
- fillLoginAuthentication() - 类 中的方法com.seeyon.ctp.login.LoginInit
-
- fillLoginInterceptor() - 类 中的方法com.seeyon.ctp.login.LoginInit
-
- Filter - com.seeyon.ctp.common.office.trans中的接口
-
Office转换的请求拦截实现。
- filter(HttpServletRequest, HttpServletResponse) - 接口 中的方法com.seeyon.ctp.common.office.trans.Filter
-
- filter(String) - 类 中的静态方法com.seeyon.ctp.util.CharFilterUtil
-
将字符串转码到html中定义的字符
- filter(CharEntities, String) - 类 中的静态方法com.seeyon.ctp.util.CharFilterUtil
-
根据实体将字符转码到html特殊字符,可用于自定义转码,转码为html格式特殊符号
CharEntities custom = new CharEntities(CharEntities.HTML40);
在html4.0的基础上,把 的字符转化为 (空格)
custom.addEntity("nbsp", 0x00A0);
filter(custom,"xx x");
- filter(CharEntities, String, boolean) - 类 中的静态方法com.seeyon.ctp.util.CharFilterUtil
-
根据实体将字符转码到html特殊字符,可用于自定义转码
CharEntities custom = new CharEntities(CharEntities.HTML40);
在html4.0的基础上,把 的字符转化为 (空格)
custom.addEntity("nbsp", 0x00A0);
filter(entities,"xx x");
- filter(String) - 类 中的静态方法com.seeyon.ctp.util.InjectionFilter
-
replace sql injected words and xss with empty string.
- filterAttachment(Attachment) - 接口 中的方法com.seeyon.ctp.common.filemanager.manager.AttachmentSecretLevelManager
-
根据当前人员密级过滤附件对象
- filterAttachments(List<Attachment>) - 接口 中的方法com.seeyon.ctp.common.filemanager.manager.AttachmentSecretLevelManager
-
根据当前人员密级过滤附件对象列表
- filterByAuthorize(List<CtpEnumBean>, Long) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumManager
-
根据所属人、授权信息,对业务枚举、业务图片枚举进行数据过滤
- filterFormula4Use(Map<String, Object>) - 接口 中的方法com.seeyon.ctp.common.formula.manager.FormulaManager
-
公式组件过滤,调用及运行态查询
- filterNull(String) - 类 中的静态方法com.seeyon.ctp.util.StringUtil
-
如果是null字符串, 则返回""字符串
- filterNullObject(Object) - 类 中的静态方法com.seeyon.ctp.util.StringUtil
-
已过时。
- filterPropertyDescriptorsForDependencyCheck(BeanWrapper, boolean) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Extract a filtered set of PropertyDescriptors from the given BeanWrapper,
excluding ignored dependency types or properties defined on ignored dependency interfaces.
- filterPropertyDescriptorsForDependencyCheck(BeanWrapper) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Extract a filtered set of PropertyDescriptors from the given BeanWrapper,
excluding ignored dependency types or properties defined on ignored dependency interfaces.
- filterText(CharEntities, String) - 类 中的静态方法com.seeyon.ctp.util.CharFilterUtil
-
根据实体将字符转码到html特殊字符,可用于自定义转码,转码为字符
CharEntities custom = new CharEntities();
把 的字符转化为(空)
custom.addEntity("", 0x00A0);
filter(custom,"xx x");
- finalize() - 类 中的方法org.springframework.transaction.interceptor.LogUtil
-
- find(String, int, int, Map<String, Object>, List<Object>) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- find(String, int, int, Map<String, Object>, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- find(String, String, boolean, Map<String, Object>, List<Object>) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- find(String, String, boolean, Map<String, Object>, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- find(String, Map<String, Object>, List<Object>) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- find(String, Map<String, Object>, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- find(String, int, int, Map<String, Object>, List<Object>) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
查询, 不分页。
- find(String, int, int, Map<String, Object>, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
- find(String, String, boolean, Map<String, Object>, List<Object>) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
执行查询,自动完成分页,并把总数设置到Pagination
- find(String, String, boolean, Map<String, Object>, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
查询
- find(String, Map<String, Object>, List<Object>) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
- find(String, Map<String, Object>, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
已过时。
- find(String) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- find(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- find(String, Object...) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- find(List<Long>) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
根据附件fileurl获取对应的附件信息
- find(List<Long>) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- find(String) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据HQL进行查询操作,查询结果集数据量大时不建议使用
规范规定该方法只能在DAO中调用
- find(String, Map) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据HQL和HQL命名参数查询条件进行查询操作,查询结果集数据量大时不建议使用
规范规定该方法只能在DAO中调用
- find(String, Map, FlipInfo) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据HQL和HQL命名参数查询条件进行翻页查询操作
规范规定该方法只能在DAO中调用
- findAffairSecretLevel(List<Long>) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
获取关联文档-事项密级
- findAffairSecretLevel(List<Long>) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- findAll(Long) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
按照主数据ID获取所有附件,包括次数据附件
- findAll(Long, Long) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
按照主/次数据ID获取所有附件
- findAll(Long, Integer, FlipInfo) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
- findAll(Long, Long...) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
按照主/多个次数据ID获取所有附件
- findAll(Long) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- findAll(Long, Long) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- findAll(Long, Integer, FlipInfo) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- findAll(Long, Long...) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- findAll() - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.PartitionDAO
-
- findAll() - 类 中的方法com.seeyon.ctp.common.filemanager.dao.PartitionDAOImpl
-
- findAll() - 接口 中的方法com.seeyon.ctp.component.cache.AdvanceCanalMap.DataLoader
-
加载全量数据
- findAllFileUrl(Long) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
查找所有附件的fileURL
- findAllFileUrl(List<Long>) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
批量查询所有附件的fileURL
- findAllFileUrl(Long, Long) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
查找所有附件的fileURL
- findAllFileUrl(Long) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- findAllFileUrl(List<Long>) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
批量查询所有附件的fileURL
- findAllFileUrl(Long, Long) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- findALLResource(FlipInfo, Map) - 接口 中的方法com.seeyon.ctp.common.i18n.manager.I18nResourceManager
-
查找
- findALLResource(FlipInfo, Map) - 类 中的方法com.seeyon.ctp.common.i18n.manager.I18nResourceManagerImpl
-
- findAnnotation(Method, Class<A>) - 类 中的静态方法com.seeyon.ctp.util.annotation.AnnotationUtils
-
- findAnnotation(Class<?>, Class<A>) - 类 中的静态方法com.seeyon.ctp.util.annotation.AnnotationUtils
-
查询指定class的指定类型的注释,包括该类的接口、父类
- findAnnotationDeclaringClass(Class<? extends Annotation>, Class<?>) - 类 中的静态方法com.seeyon.ctp.util.annotation.AnnotationUtils
-
- findAnnotationOnBean(String, Class<A>) - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- findAutowireCandidates(Class<T>) - 类 中的方法org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Obtain all beans of the given type as autowire candidates.
- findAutowireCandidates(String, Class<?>, DependencyDescriptor) - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Find bean instances that match the required type.
- findBy(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findBy(Map, Map, int, int, CriteriaSetup) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
-
- findBy(String, Object) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
根据属性名和属性值查询对象.
- findBy(Map, Map, int, int, CriteriaSetup) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
-
- findByCategoryAndAccountId(String, Long) - 类 中的方法com.seeyon.ctp.common.config.manager.ConfigCache
-
通过分类+单位Id获取配置
- findByCategoryAndItemAndAccountId(String, String, Long) - 类 中的方法com.seeyon.ctp.common.config.manager.ConfigCache
-
通过分类+配置项+单位Id获取配置
- findByConstKey(String) - 接口 中的方法com.seeyon.ctp.common.constdef.manager.ConstDefManager
-
根据 KEY 查询
- findByConstKey(String) - 类 中的方法com.seeyon.ctp.common.constdef.manager.ConstDefManagerImpl
-
- findByCriteria(DetachedCriteria) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByCriteria(DetachedCriteria, int, int) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByCriteria(DetachedCriteria) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据Criteria进行查询操作
- findByCriteria(DetachedCriteria, FlipInfo) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据Criteria进行查询操作
- findByDescription(String) - 接口 中的方法com.seeyon.ctp.common.constdef.manager.ConstDefManager
-
根据描述查询
- findByDescription(String) - 类 中的方法com.seeyon.ctp.common.constdef.manager.ConstDefManagerImpl
-
- findByEnumId(Long) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumInnerManager
-
通过枚举的Id,获取枚举的全部枚举项
- findByExample(ConstDef) - 接口 中的方法com.seeyon.ctp.common.constdef.dao.ConstDefDao
-
- findByExample(ConstDef) - 类 中的方法com.seeyon.ctp.common.constdef.dao.ConstDefDaoImpl
-
- findByExample(T) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
-
- findByExample(T) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
-
按照例子获取对象,参数中每一个属性值将都是查询条件
- findByExample(T) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByExample(String, T) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByExample(T, int, int) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByExample(String, T, int, int) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByFileName(String) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.V3XFileDAO
-
根据文件名称查询
- findByFileName(String) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.V3XFileDAOImpl
-
- findByFileName(String) - 接口 中的方法com.seeyon.ctp.common.filemanager.manager.FileManager
-
- findByFileName(String) - 类 中的方法com.seeyon.ctp.common.filemanager.manager.FileManagerImpl
-
- findById(Long) - 接口 中的方法com.seeyon.ctp.common.constdef.dao.ConstDefDao
-
- findById(Long) - 类 中的方法com.seeyon.ctp.common.constdef.dao.ConstDefDaoImpl
-
- findById(Long) - 接口 中的方法com.seeyon.ctp.common.constdef.manager.ConstDefManager
-
根据 Id 查询
- findById(Long) - 类 中的方法com.seeyon.ctp.common.constdef.manager.ConstDefManagerImpl
-
- findByLike(String, String) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findByLike(String, String) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
根据属性名和属性值以Like AnyWhere方式查询对象.
- findByNamedParam(String, String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByNamedParam(String, String[], Object[]) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByNamedParam(String, Map) - 类 中的方法org.springframework.orm.hibernate3.CTPHibernateTemplate
-
- findByNamedQuery(String) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByNamedQuery(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByNamedQuery(String, Object...) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByNamedQuery(String) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据hbm中配置的hql查询语句进行查询操作,查询结果集数据量大时不建议使用
<hibernate-mapping>
<query name="samples_hibernate_findAll"><!
- findByNamedQuery(String, Map) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据hbm中配置的hql查询语句和指定参数进行查询操作。
- findByNamedQuery(String, Map, FlipInfo) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据hbm中配置的hql查询语句和指定参数进行翻页查询操作。
- findByNamedQueryAndNamedParam(String, String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String[], Object[]) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, Map) - 类 中的方法org.springframework.orm.hibernate3.CTPHibernateTemplate
-
- findByNamedQueryAndValueBean(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByNamedQueryAndValueBean(String, Object) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据hbm中配置的hql查询语句和指定参数Value Bean进行查询操作,查询结果集数据量大时不建议使用
- findByNamedQueryAndValueBean(String, Object, FlipInfo) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据hbm中配置的hql查询语句和指定参数Value Bean进行翻页查询操作
- findByNamedQueryAndValueBean(String, Object) - 类 中的方法org.springframework.orm.hibernate3.CTPHibernateTemplate
-
- findByPaging(String, FlipInfo) - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
SQL翻页查询方法
- findByPaging(String, List, FlipInfo) - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
SQL翻页查询方法
- findByShortUrl(String) - 接口 中的方法com.seeyon.ctp.common.urlshortener.URLMapperDao
-
- findByShortUrl(String) - 类 中的方法com.seeyon.ctp.common.urlshortener.URLMapperDaoImpl
-
- findByType(String) - 接口 中的方法com.seeyon.ctp.common.idmapper.dao.GuidMapperDao
-
- findByType(String) - 类 中的方法com.seeyon.ctp.common.idmapper.dao.GuidMapperDaoImpl
-
- findByUrl(String) - 接口 中的方法com.seeyon.ctp.common.urlshortener.URLMapperDao
-
- findByUrl(String) - 类 中的方法com.seeyon.ctp.common.urlshortener.URLMapperDaoImpl
-
- findByValueBean(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- findByValueBean(String, Object) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据HQL查询语句和指定参数Value Bean进行查询操作,查询结果集数据量大时不建议使用
规范规定该方法只能在DAO中调用
- findByValueBean(String, Object, FlipInfo) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据HQL查询语句和指定参数Value Bean进行翻页查询操作
规范规定该方法只能在DAO中调用
- findByValueBean(String, Object) - 类 中的方法org.springframework.orm.hibernate3.CTPHibernateTemplate
-
- findCacheData(Map<String, Object>) - 类 中的方法com.seeyon.ctp.common.config.manager.ConfigCache
-
- findCacheData(Map<String, Object>) - 接口 中的方法com.seeyon.ctp.component.cache.CanalMapViewer
-
获取缓存分页数据
- findCategorys() - 类 中的方法com.seeyon.ctp.common.config.manager.ConfigCache
-
- findCategorys() - 接口 中的方法com.seeyon.ctp.component.cache.CanalMapViewer
-
获取缓存分类
- findDepartmentLogonLog(Long, Date, Date) - 接口 中的方法com.seeyon.ctp.login.logonlog.manager.LogonLogManager
-
获取时间范围内的登录信息
- findDocSecretLevel(List<Long>) - 接口 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAO
-
获取关联文档-文档密级
- findDocSecretLevel(List<Long>) - 类 中的方法com.seeyon.ctp.common.filemanager.dao.AttachmentDAOImpl
-
- findEnumInImageEnums(Long) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumManager
-
根据枚举id,在图片枚举缓存中查找
- findEnumList(Map<String, Object>) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumDeprecatedManager
-
已过时。
- findFormulas(Map<String, Object>) - 接口 中的方法com.seeyon.ctp.common.formula.manager.FormulaManager
-
根据查询条件查询公式
- findIndexOfPattern(String, Pattern, int) - 类 中的静态方法org.hibernate.dialect.SQLServer2005Dialect
-
- findIndexs() - 接口 中的方法com.seeyon.ctp.component.cache.IndexCanalMap.DataLoader
-
加载全量数据
- findMemberLogonLog(Long, Date, Date) - 接口 中的方法com.seeyon.ctp.login.logonlog.manager.LogonLogManager
-
获取时间范围内的登录信息
- findMethod(Class<?>, String, Class<?>...) - 类 中的静态方法com.seeyon.ctp.login.recorder.ThreadRecorder
-
- findNameByPaging(String, Map<String, Object>, FlipInfo) - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
SQL翻页命名查询方法
- findNamedSql(String) - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
SQL命名查询
- findNamedSql(String, Map<String, Object>) - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
SQL命名查询
- findNativeSQL(String, Class, Map<String, Object>, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findNativeSQL(String, Class, Map<String, Object>, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
NativeSQL查询
- findSimpleObjects(List<Criterion>, List<Order>, String...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findSimpleObjects(List<Criterion>, List<Order>, int, int, String...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findSimpleObjects(List<Criterion>, List<Order>, String...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
按照条件,查询某些字段的数据,自动分页
- findSimpleObjects(List<Criterion>, List<Order>, int, int, String...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
按照条件,查询某些字段的数据,不分页
- findSource(Class<?>) - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- findUnique(String, Map<String, Object>, List<Object>) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findUnique(String, Map<String, Object>, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findUnique(String, Map<String, Object>, List<Object>) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
查询唯一对象
- findUnique(String, Map<String, Object>, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
查询唯一对象
- findUniqueBy(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findUniqueBy(String, Object) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
根据属性名和属性值查询对象.
- findVarargs(String, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findVarargs(String, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
Execute a query for persistent instances, binding a number of values to
"?"
- findWebApplicationContext() - 类 中的方法org.springframework.session.web.http.CTPDelegatingFilterProxy
-
- findWithCount(String, String, Map<String, Object>, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findWithCount(String, String, Map<String, Object>, List<Object>) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- findWithCount(String, String, Map<String, Object>, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
执行查询,自动分页,总数有第二个查询产生
- findWithCount(String, String, Map<String, Object>, List<Object>) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
执行查询,自动分页,总数有第二个查询产生
- finishBuildIndex2DB(String, String) - 类 中的静态方法com.seeyon.ctp.component.cache.L2CacheUtils
-
当index全量数据完成抽取落库时,调用该方法通知完成入库
- finishInitData() - 接口 中的方法com.seeyon.ctp.component.cache.AdvancedCacheMap
-
完成初始化数据时调用
- finishInitData() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericAdvancedCacheMap
-
- finishInitData() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericIndexCacheMap
-
- finishInitData() - 接口 中的方法com.seeyon.ctp.component.cache.IndexCacheMap
-
完成初始化数据时调用
- finishInitData() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
-
- finishInitData() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisIndexCacheMap
-
- finishMethodInvoke(String) - 类 中的静态方法com.seeyon.statistics.MethodInvokeStatistics
-
- finishPrintMethod() - 类 中的方法org.springframework.transaction.interceptor.CTPTransationPrinter
-
- fireCallback(Event, int, boolean) - 类 中的静态方法com.seeyon.ctp.event.retry.EventCallbackExecutor
-
触发事件回调
- fireEvent(Event) - 类 中的静态方法com.seeyon.ctp.event.EventDispatcher
-
触发事件,不抛出异常,只记录日志。
- fireEventAfterCommit(Event) - 类 中的静态方法com.seeyon.ctp.event.EventDispatcher
-
触发事件,不立即触发。
- FireEventThread - com.seeyon.ctp.event中的类
-
Title: 事件异步线程
Description:
Copyright: Copyright (c) 2019
Company: seeyon.com
Since Seeyon V7.1
- FireEventThread(Event) - 类 的构造器com.seeyon.ctp.event.FireEventThread
-
- FireEventThread(Event, Listener) - 类 的构造器com.seeyon.ctp.event.FireEventThread
-
- fireEventWithException(Event) - 类 中的静态方法com.seeyon.ctp.event.EventDispatcher
-
触发事件,有异常则抛出。
- firstCharLower(String) - 类 中的静态方法com.seeyon.ctp.util.StringUtil
-
首字母小写
- firstCharUp(String) - 类 中的静态方法com.seeyon.ctp.util.StringUtil
-
首字母大写
- firstInstance(Class) - 类 中的方法net.sf.cglib.beans.CglibBeanCopier.CglibGenerator
-
- FISHERMAN_ID - 类 中的静态变量com.seeyon.ctp.security.EncryptConsts
-
渔翁加密机id
- FishermanEncryptMachineImpl - com.seeyon.ctp.security.driver中的类
-
- FishermanEncryptMachineImpl() - 类 的构造器com.seeyon.ctp.security.driver.FishermanEncryptMachineImpl
-
- FixSizeLinkedList(int) - 类 的构造器com.seeyon.ctp.component.cache.StatisticTool.FixSizeLinkedList
-
- FK - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- fkIsOk() - 类 中的静态方法com.seeyon.ctp.common.microserver.DataTransferServiceUtil
-
- flag() - 枚举 中的方法com.seeyon.ctp.component.cache.EntityCanalMap.ActionType
-
- FLAG_DATASOURCE_PARAM - 类 中的静态变量com.seeyon.ctp.datasource.util.DataSourceUtil
-
- flash(PageContext) - 类 中的静态方法com.seeyon.ctp.common.web.util.WebUtil
-
- flash(String, Locale) - 类 中的静态方法com.seeyon.ctp.common.web.util.WebUtil
-
- FLASHTYPES - 类 中的静态变量com.seeyon.ctp.common.office.trans.util.FileType
-
- FlipInfo - com.seeyon.ctp.util中的类
-
Title: T1开发框架
Description: 翻页信息类。
- FlipInfo() - 类 的构造器com.seeyon.ctp.util.FlipInfo
-
翻页信息类初始化
- FlipInfo(int) - 类 的构造器com.seeyon.ctp.util.FlipInfo
-
翻页信息类初始化
- FlipInfo(int, int) - 类 的构造器com.seeyon.ctp.util.FlipInfo
-
翻页信息类初始化
- FlipInfo(Map) - 类 的构造器com.seeyon.ctp.util.FlipInfo
-
- FlipInfo.Order - com.seeyon.ctp.util中的枚举
-
- FlipInfo.SortPair - com.seeyon.ctp.util中的类
-
- FlipPageInfo - com.seeyon.ctp.util中的类
-
Title: T1开发框架
Description: 翻页信息类,带界面交互信息。
- FlipPageInfo(HttpServletRequest) - 类 的构造器com.seeyon.ctp.util.FlipPageInfo
-
根据HttpServletRequest请求初始化翻页信息类
- FlipPageInfo(HttpServletRequest, Map) - 类 的构造器com.seeyon.ctp.util.FlipPageInfo
-
根据HttpServletRequest请求和自定义参数初始化翻页信息类
- FlipPageInfo(int, int) - 类 的构造器com.seeyon.ctp.util.FlipPageInfo
-
根据当前要显示页和每页记录数初始化翻页信息类
- flowNo - 类 中的静态变量com.seeyon.ctp.thread.ThreadPort
-
当前流水号
- fluentAdd(Object) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentAdd(int, Object) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentAddAll(Collection<? extends Object>) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentAddAll(int, Collection<? extends Object>) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentClear() - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentClear() - 类 中的方法com.alibaba.fastjson.JSONObject
-
- fluentPut(String, Object) - 类 中的方法com.alibaba.fastjson.JSONObject
-
- fluentPutAll(Map<? extends String, ? extends Object>) - 类 中的方法com.alibaba.fastjson.JSONObject
-
- fluentRemove(Object) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentRemove(int) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentRemove(Object) - 类 中的方法com.alibaba.fastjson.JSONObject
-
- fluentRemoveAll(Collection<?>) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentRetainAll(Collection<?>) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- fluentSet(int, Object) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- flush() - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- flushCurrDb() - 类 中的方法com.seeyon.ctp.component.cache.redis.CommonRedisOpt
-
清空当前库所有缓存 (慎用,慎用,慎用)
- flushCurrDb() - 类 中的方法com.seeyon.ctp.component.cache.redis.PipelineRedisOpt
-
- flushCurrDb() - 接口 中的方法com.seeyon.ctp.component.cache.redis.RedisOpt
-
已过时。
- FONT_RESIZE - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
-
字体放大
- FontImageManger - com.seeyon.ctp.common.fontimage中的接口
-
- Foo - com.seeyon.ctp.common.boot.initialize中的类
-
- Foo() - 类 的构造器com.seeyon.ctp.common.boot.initialize.Foo
-
- FooError - com.seeyon.ctp.common.boot.initialize中的错误
-
- FooError(String) - 错误 的构造器com.seeyon.ctp.common.boot.initialize.FooError
-
- FooExp - com.seeyon.ctp.common.boot.initialize中的类
-
- FooExp() - 类 的构造器com.seeyon.ctp.common.boot.initialize.FooExp
-
- FooInter - com.seeyon.ctp.common.boot.initialize中的类
-
- FooInter() - 类 的构造器com.seeyon.ctp.common.boot.initialize.FooInter
-
- FoolishSet<T> - com.seeyon.ctp.util中的类
-
主要解决HashSet.contain()的性能问题,思路:
1.
- FoolishSet(T) - 类 的构造器com.seeyon.ctp.util.FoolishSet
-
- FoolishSet(List<T>) - 类 的构造器com.seeyon.ctp.util.FoolishSet
-
- FooThrowable - com.seeyon.ctp.common.boot.initialize中的类
-
- FooThrowable() - 类 的构造器com.seeyon.ctp.common.boot.initialize.FooThrowable
-
- FORBIDDEN_LOGIN_TIME - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
错误登录,时间限制
- forceLimitUsage() - 类 中的方法org.hibernate.dialect.resolver.CTPDBDialectProxy
-
- forceMerge(TransportEncryptCfgVO) - 类 中的方法com.seeyon.ctp.security.EncryptCoderFactory
-
强制与配置文件合并,防止前端修改配置属性
- FORM - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- FORM_ADVANCED - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- FORM_BIZ - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- FORM_BIZMODIFY - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- FORM_DISPLAY - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
-
表单显示为最佳性能
- FORM_FIELD_DEFAULT_FILE1 - 类 中的静态变量com.seeyon.ctp.common.filemanager.manager.FileManagerImpl
-
- FORM_REPORT - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- format(Date, String) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
根据传入的日期格式化pattern将传入的日期格式化成字符串。
- format(Date) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
将传入的日期按照默认形势转换成字符串(yyyy-MM-dd)
- formatDate(String) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
- formatDateEndTime(String) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
- formatDateTime(Date) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
获取(yyyy-MM-dd HH:mm:ss)格式的日期时间
- formateToLocaleDate(Date) - 类 中的静态方法com.seeyon.ctp.util.ContextDatetimes
-
日期转换成字符串,采用当前登录的语言
- formateToLocaleDatetime(Date) - 类 中的静态方法com.seeyon.ctp.util.ContextDatetimes
-
日期转换成字符串,采用当前登录的语言
- formatMins2TimeStr(Integer) - 类 中的静态方法com.seeyon.ctp.util.ContextDatetimes
-
将分钟数转换成XX小时XX分
- formatSize(long) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
格式化文件大小
- formEnumvalueToEnumItem(CtpEnumItem) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumNotUsedManager
-
- FORMNUMBER_ISNEED_FORMAT - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
表单的数据是否需要进行格式化的显示
- FORMNUMBER_NEED_FORMAT - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
- FORMNUMBER_NONEED_FORMAT - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
- FORMTALK - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- Formula - com.seeyon.ctp.common.po.formula中的类
-
公式对象,表征变量和函数的存储结构。
- Formula() - 类 的构造器com.seeyon.ctp.common.po.formula.Formula
-
- FormulaEnumCommonUtil - com.seeyon.ctp.common.ctpenumnew.util中的类
-
- FormulaManager - com.seeyon.ctp.common.formula.manager中的接口
-
- FormulaParam - com.seeyon.ctp.common.po.formula中的类
-
公式参数对象,依附于公式对象,不持久化。
- FormulaParam() - 类 的构造器com.seeyon.ctp.common.po.formula.FormulaParam
-
- FormulaRoleType - com.seeyon.ctp.common.formula.enums中的枚举
-
类说明
- formulas - 类 中的静态变量com.seeyon.ctp.common.formula.FormulaUtil
-
- FormulasDao - com.seeyon.ctp.common.formula.dao中的接口
-
- FormulasDaoImpl - com.seeyon.ctp.common.formula.dao中的类
-
- FormulasDaoImpl() - 类 的构造器com.seeyon.ctp.common.formula.dao.FormulasDaoImpl
-
- FormulaType - com.seeyon.ctp.common.formula.enums中的枚举
-
公式类型。
- FormulaUtil - com.seeyon.ctp.common.formula中的类
-
- FormulaUtil() - 类 的构造器com.seeyon.ctp.common.formula.FormulaUtil
-
- FormulaUtilsTest - com.seeyon.ctp.common.formula中的类
-
- FormulaUtilsTest() - 类 的构造器com.seeyon.ctp.common.formula.FormulaUtilsTest
-
- forUpdateOfColumns() - 类 中的方法org.hibernate.dialect.resolver.CTPDBDialectProxy
-
- forward(String) - 类 中的方法com.seeyon.ctp.common.controller.BaseController
-
页面重定向
- FRAME_PAGE - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
-
用户自定义首页框架key
- freezeConfiguration() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- frequence - 类 中的静态变量com.seeyon.ctp.common.microserver.DataTransferServiceUtil
-
- FROM - 类 中的静态变量org.hibernate.dialect.SQLServer2005Dialect
-
- FROM_PHONE - 类 中的静态变量com.seeyon.ctp.common.po.lock.Lock
-
表示微协同
- FROM_SYSTEM - 类 中的静态变量com.seeyon.ctp.common.po.lock.Lock
-
表示后台独立线程程序占用的锁
- FROM_WXT - 类 中的静态变量com.seeyon.ctp.common.po.lock.Lock
-
- FROM_WXT_OVERTIME - 类 中的静态变量com.seeyon.ctp.common.po.lock.Lock
-
表示微协同的锁有效期为15分钟
- fromName(String) - 枚举 中的静态方法com.seeyon.ctp.common.microserver.MicroServiceEnum
-
- fstDeserialize(byte[]) - 类 中的静态方法com.seeyon.ctp.util.SerializableUtil
-
- fstDeserializeFromString(String) - 类 中的静态方法com.seeyon.ctp.util.SerializableUtil
-
- fstSerialize(Object) - 类 中的静态方法com.seeyon.ctp.util.SerializableUtil
-
- fstSerialize() - 类 中的方法com.seeyon.ctp.util.SerializableUtilTest
-
- fstSerializeToString(Object) - 类 中的静态方法com.seeyon.ctp.util.SerializableUtil
-
- fullSizeOf(Object) - 类 中的静态方法com.seeyon.ctp.component.cache.redis.ObjectSizeFetcher
-
递归计算当前对象占用空间总大小,包括当前类和超类的实例字段大小以及实例字段引用对象大小
注意:这个方法如果你看不懂也没关系,会用就行
- func_digest(Object) - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- func_digest(Object, Object) - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- func_digest(Object, Object, Object) - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- func_digest(Object, Object, Object, Object) - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- func_digest(Object, Object, Object, Object, Object) - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- func_digest(Object, Object, Object, Object, Object, Object) - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- Function - com.seeyon.ctp.util.annotation中的注释类型
-
- FunctionAnnotationTest - com.seeyon.ctp.common.function.test中的类
-
- FunctionAnnotationTest() - 类 的构造器com.seeyon.ctp.common.function.test.FunctionAnnotationTest
-
- FunctionAnnotationTest - com.seeyon.ctp.util.annotation中的类
-
- FunctionAnnotationTest() - 类 的构造器com.seeyon.ctp.util.annotation.FunctionAnnotationTest
-
- FunctionCategory - com.seeyon.ctp.util.annotation中的注释类型
-
- FunctionController - com.seeyon.ctp.common.function.controller中的类
-
- FunctionController() - 类 的构造器com.seeyon.ctp.common.function.controller.FunctionController
-
- FunctionManager - com.seeyon.ctp.common.function.manager中的接口
-
自定义扩展函数管理。
- FunctionManagerImpl - com.seeyon.ctp.common.function.manager.impl中的类
-
- FunctionManagerImpl() - 类 的构造器com.seeyon.ctp.common.function.manager.impl.FunctionManagerImpl
-
- FunctionParam - com.seeyon.ctp.util.annotation中的注释类型
-
- FunctionRule - com.seeyon.ctp.common.function中的类
-
函数限定规则。
- FunctionRule() - 类 的构造器com.seeyon.ctp.common.function.FunctionRule
-
- functionSwitch(String) - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
获取模块启停状态
- fuse(AbstractEncryptCoder) - 类 中的静态方法com.seeyon.ctp.security.AlgorithmHystrix
-
调用失败,熔断计数
- futureId - 类 中的变量com.seeyon.ctp.event.FireEventThread
-
- futureKillTest() - 类 中的方法com.seeyon.ctp.event.EventDispatcherAndMonitorTest
-
future数据收集和中止功能
- futures - 类 中的静态变量com.seeyon.ctp.event.monitor.EventMonitorItemUtils
-
- futuresClearTime - 类 中的静态变量com.seeyon.ctp.event.monitor.EventMonitorItemUtils
-