- I18N - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- i18nList - 类 中的静态变量com.seeyon.ctp.common.SystemEnvironment
-
- I18nResource - com.seeyon.ctp.common.i18n.expand中的类
-
国际化统一资源对象
- I18nResource() - 类 的构造器com.seeyon.ctp.common.i18n.expand.I18nResource
-
- I18nResourceCacheHolder - com.seeyon.ctp.common.i18n.manager中的类
-
- I18nResourceCacheHolder() - 类 的构造器com.seeyon.ctp.common.i18n.manager.I18nResourceCacheHolder
-
- I18nResourceManager - com.seeyon.ctp.common.i18n.manager中的接口
-
I18N资源管理
- I18nResourceManagerImpl - com.seeyon.ctp.common.i18n.manager中的类
-
- I18nResourceManagerImpl() - 类 的构造器com.seeyon.ctp.common.i18n.manager.I18nResourceManagerImpl
-
- I18nUtil - com.seeyon.ctp.common.i18n.util中的类
-
Title : 应用模块名称
Description : 代码描述
Copyright : Copyright (c) 2012
Company : seeyon.com
@Since A8-V5 6.1SP1
- I18nUtil() - 类 的构造器com.seeyon.ctp.common.i18n.util.I18nUtil
-
- I_LIMIT_MAX_TIME - 类 中的静态变量com.seeyon.ctp.component.cache.PrvCheckObj
-
- ICoder - com.seeyon.ctp.common.encrypt中的接口
-
- IConfigPublicKey - com.seeyon.ctp.common.config中的接口
-
- IConstDefCacheManager - com.seeyon.ctp.common.constdef.cache中的接口
-
- IConstDefModifyListener - com.seeyon.ctp.common.constdef.cache中的接口
-
- id - 类 中的变量com.seeyon.ctp.common.component.CodeComponent
-
- id - 枚举 中的变量com.seeyon.ctp.common.constants.AppLogConstants.SecretLevelLog
-
- id - 类 中的变量com.seeyon.ctp.common.po.BasePO
-
- id() - 接口 中的方法com.seeyon.ctp.security.driver.EncryptMachineDriver
-
加密机id,用于做内部标识
- id() - 类 中的方法com.seeyon.ctp.security.driver.FishermanEncryptMachineImpl
-
- id() - 类 中的方法com.seeyon.ctp.security.driver.SansecEncryptMachineImpl
-
- id - 类 中的变量com.seeyon.v3x.common.domain.BaseModel
-
- IDENTIFICATION - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- IdentificationDog - com.seeyon.ctp.common.authenticate.domain中的类
-
身份验证狗
- IdentificationDog(String, String, String) - 类 的构造器com.seeyon.ctp.common.authenticate.domain.IdentificationDog
-
- IdentificationDog(String, String, boolean, long, boolean, boolean, boolean, boolean) - 类 的构造器com.seeyon.ctp.common.authenticate.domain.IdentificationDog
-
- IdentificationDogIdLoader - com.seeyon.ctp.common.authenticate.loader中的类
-
- IdentificationDogIdLoader() - 类 的构造器com.seeyon.ctp.common.authenticate.loader.IdentificationDogIdLoader
-
- IdentificationDogManager - com.seeyon.ctp.common.authenticate.domain中的类
-
- IdentificationDogManager.SessionInfo - com.seeyon.ctp.common.authenticate.domain中的类
-
- IdentifierUtil - com.seeyon.ctp.util中的类
-
标识符解析工具类
标识附:用100位字符串标志100个状态,每一个表示一个状态
初始化一个标示符: IdentifierUtil.newIdentifier(10, 'A') = AAAAAAAAAA
从标识符中取得某一位的值: IdentifierUtil.lookup("AAABAAAAAA", 3) = B
判断标识符中某一位的值是否等于指定的值: IdentifierUtil.lookupInner("AAABAAAAAA", 3, 'B') = true
修改标识符中取得某一位的值: IdentifierUtil.update("AAABAAAAAA", 3, 'A') = AAAAAAAAAA
在应用中的使用方法
public class Templete {
//定义标志符的长度,到需要扩充的时候,只需要修改该值,其它不变
protected static final int INENTIFIER_SIZE = 20;
//标志位, 共100位,采用枚举的自然顺序
protected static enum INENTIFIER_INDEX {
HAS_ATTACHMENTS, // 是否有附件
};
private String identifier;
//自动调整标志符的长度
public String getIdentifier() {
return IdentifierUtil.newIdentifier(this.identifier, INENTIFIER_SIZE, '0');
}
public void setIdentifier(String identifier) {
this.identifier = identifier;
}
//从标志符中取出否有附件的标志
public boolean isHasAttachments() {
return IdentifierUtil.lookupInner(identifier, INENTIFIER_INDEX.HAS_ATTACHMENTS.ordinal(), '1');
}
//利用标志符记录是否有附件
public void setHasAttachments(boolean hasAttachments) {
this.identifier = IdentifierUtil.update(this.getIdentifier(), INENTIFIER_INDEX.HAS_ATTACHMENTS.ordinal(), '1');
}
}
- IdentifierUtil() - 类 的构造器com.seeyon.ctp.util.IdentifierUtil
-
- IFileParser - com.seeyon.ctp.common.parser中的接口
-
- ignoreDependencyInterface(Class<?>) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Ignore the given dependency interface for autowiring.
- ignoreDependencyType(Class<?>) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Ignore the given dependency type for autowiring:
for example, String.
- illegalTask - 类 中的变量com.seeyon.ctp.thread.trace.DaoRuntimeData
-
- ImageConstants - com.seeyon.apps.common.image中的类
-
Title: 图片工具常量
Description:主要用于定义图片工具的所有常量
Copyright: Copyright (c) 2016
Company: seeyon.com
- ImageConstants() - 类 的构造器com.seeyon.apps.common.image.ImageConstants
-
- ImageConstants.ImageMimeType - com.seeyon.apps.common.image中的枚举
-
图片后缀枚举
- ImageConstants.ImageSize - com.seeyon.apps.common.image中的枚举
-
Description: 图片显示尺寸枚举
Copyright: Copyright (c) 2016
Company: seeyon.com
- ImageConstants.ParentPath - com.seeyon.apps.common.image中的枚举
-
上级目录
- ImagecutManager - com.seeyon.ctp.common.fileupload.manager中的接口
-
- ImagecutManagerImpl - com.seeyon.ctp.common.fileupload.manager中的类
-
- ImagecutManagerImpl() - 类 的构造器com.seeyon.ctp.common.fileupload.manager.ImagecutManagerImpl
-
- ImagecutUploadController - com.seeyon.ctp.common.fileupload中的类
-
- ImagecutUploadController() - 类 的构造器com.seeyon.ctp.common.fileupload.ImagecutUploadController
-
- imageUrl2Rest(String) - 类 中的静态方法com.seeyon.ctp.common.fileupload.util.FileUploadUtil
-
已过时。
- ImageUtil - com.seeyon.ctp.util中的类
-
- ImageUtil() - 类 的构造器com.seeyon.ctp.util.ImageUtil
-
- ImageUtils - com.seeyon.ctp.common.fileupload.util中的类
-
- ImageUtils() - 类 的构造器com.seeyon.ctp.common.fileupload.util.ImageUtils
-
- imgCutting(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.fileupload.ImagecutUploadController
-
- imgCuttingAndSave(Map<String, Object>) - 接口 中的方法com.seeyon.ctp.common.fileupload.manager.ImagecutManager
-
- imgCuttingAndSave(Map<String, Object>) - 类 中的方法com.seeyon.ctp.common.fileupload.manager.ImagecutManagerImpl
-
- IMO - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- importEnums(Long, int, List<CtpEnumItem>) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumNotUsedManager
-
枚举导入
- importFromFile(CtpLocalFile) - 类 中的静态方法com.seeyon.ctp.util.POUtil
-
- importFromStream(InputStream) - 类 中的静态方法com.seeyon.ctp.util.POUtil
-
- importProperties(String, String) - 接口 中的方法com.seeyon.ctp.common.i18n.manager.I18nResourceManager
-
导入proper文件
- importProperties(String, String) - 类 中的方法com.seeyon.ctp.common.i18n.manager.I18nResourceManagerImpl
-
- incr(K, long) - 类 中的方法com.seeyon.ctp.component.cache.redis.CommonRedisOpt
-
递增
- incr(K, long) - 类 中的方法com.seeyon.ctp.component.cache.redis.PipelineRedisOpt
-
- incr(K, long) - 接口 中的方法com.seeyon.ctp.component.cache.redis.RedisOpt
-
- increaseTask() - 类 中的方法com.seeyon.ctp.thread.ThreadPort
-
增加任务
- INDEX - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- index(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.controller.BaseController
-
不设置任何action参数时的默认 Action.
- index(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.fileupload.FileController
-
- index(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.fileupload.FileUploadController
-
- index(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.function.controller.FunctionController
-
- index(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.office.trans.OfficeTransController
-
判断控制预览页面操作按钮显示等
- index(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.v3x.common.controller.GenericController
-
已过时。
将ViewPage通过参数传入,构造ModelAndView,本方法不负责任何业务逻辑
- INDEX_RESUME - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- IndexCacheMap<K extends java.io.Serializable,I extends java.io.Serializable> - com.seeyon.ctp.component.cache中的接口
-
用于对全量加载的索引类数据进行存储,比如组织模型用户、角色、岗位等映射关系缓存
- IndexCanalMap<K extends java.io.Serializable,V extends java.io.Serializable> - com.seeyon.ctp.component.cache中的类
-
- IndexCanalMap.Builder<K extends java.io.Serializable,V extends java.io.Serializable> - com.seeyon.ctp.component.cache中的类
-
- IndexCanalMap.DataLoader<K extends java.io.Serializable,V extends java.io.Serializable> - com.seeyon.ctp.component.cache中的接口
-
数据库数据loader
- IndexCanalMap.KeyStringMappper<K extends java.io.Serializable> - com.seeyon.ctp.component.cache中的接口
-
数据key转换器
- indexOf(Object) - 类 中的方法com.alibaba.fastjson.JSONArray
-
- indexOf(Object) - 类 中的方法com.seeyon.ctp.common.CTPArrayList
-
- indexOf(Object) - 类 中的方法com.seeyon.ctp.common.CTPLinkedList
-
- indexOf(T) - 类 中的方法com.seeyon.ctp.util.array.ArrayBase
-
查找数据
- indexOf(String) - 类 中的方法com.seeyon.ctp.util.array.StringArray
-
查找数据
- indexSegmentSize() - 类 中的方法com.seeyon.ctp.component.cache.redis.L2CacheMapLoader_InnerDelegator
-
- INENTIFIER_SIZE - 类 中的静态变量com.seeyon.ctp.common.po.usermessage.Ent_UserMessage
-
数据标志位
- InetUtil - com.seeyon.ctp.util中的类
-
Inet工具类,封装网络相关方法。
- InetUtil() - 类 的构造器com.seeyon.ctp.util.InetUtil
-
- info(Object) - 类 中的方法com.seeyon.ctp.common.log.CapabilityLogger
-
- info(Object, Throwable) - 类 中的方法com.seeyon.ctp.common.log.CapabilityLogger
-
- info(Object) - 类 中的方法com.seeyon.ctp.common.log.TransactionLogger
-
- info(Object, Throwable) - 类 中的方法com.seeyon.ctp.common.log.TransactionLogger
-
- info(String) - 类 中的静态方法org.springframework.transaction.interceptor.LogUtil
-
- info(String, Throwable) - 类 中的静态方法org.springframework.transaction.interceptor.LogUtil
-
- INFO_SEND - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- infoCloseOrFresh(HttpServletRequest, HttpServletResponse, String) - 类 中的方法com.seeyon.ctp.common.controller.BaseController
-
- init(String, String, String) - 类 中的方法com.seeyon.client.SpringRestClient
-
- init(String) - 类 中的方法com.seeyon.ctp.cluster.NodeManager
-
- init() - 类 中的方法com.seeyon.ctp.cluster.NotificationListenerRegistry
-
已过时。
初始化监听器注册。
- init(ApplicationContext, File) - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
初始化Spring应用上下文和系统配置目录
- init() - 类 中的方法com.seeyon.ctp.common.cache.FileSynchronizationImpl
-
- init() - 类 中的静态方法com.seeyon.ctp.common.code.EnumsConfigLoader
-
- init() - 类 中的方法com.seeyon.ctp.common.config.manager.ConfigManagerImpl
-
用于初始化数据
- init() - 类 中的方法com.seeyon.ctp.common.config.SystemConfig
-
- init() - 类 中的方法com.seeyon.ctp.common.config.TestSwitchConfig
-
- init() - 枚举 中的静态方法com.seeyon.ctp.common.constants.ServerTypeEnum
-
- init(Properties) - 类 中的方法com.seeyon.ctp.common.constants.SystemProperties
-
第一次加载时,初始化
- init(Properties, boolean) - 类 中的方法com.seeyon.ctp.common.constants.SystemProperties
-
- init() - 类 中的方法com.seeyon.ctp.common.customize.manager.CustomizeManagerImpl
-
带着缓存的接口方法
- init() - 类 中的方法com.seeyon.ctp.common.datai18n.manager.impl.DataI18nManagerImpl
-
- init() - 类 中的方法com.seeyon.ctp.common.dlock.impl.DLockManagerImpl
-
- init() - 类 中的方法com.seeyon.ctp.common.filemanager.manager.PartitionManagerImpl
-
加载所有分区信息
- init(List<CtpFunction>, List<CtpFunctionCategory>) - 接口 中的方法com.seeyon.ctp.common.function.manager.FunctionManager
-
初始化函数库。
- init(List<CtpFunction>, List<CtpFunctionCategory>) - 类 中的方法com.seeyon.ctp.common.function.manager.impl.FunctionManagerImpl
-
- init() - 类 中的静态方法com.seeyon.ctp.common.lock.DlockManagerTest
-
- init() - 类 中的静态方法com.seeyon.ctp.common.lock.SlockManagerTest
-
- init(Configuration) - 接口 中的方法com.seeyon.ctp.common.log.PluginLogger
-
初始化插件日志
- init() - 类 中的方法com.seeyon.ctp.common.office.trans.manager.OfficeTransManagerImpl
-
- init() - 类 中的方法com.seeyon.ctp.common.RunInRightEventHolder
-
- init(Object) - 类 中的方法com.seeyon.ctp.common.script.GroovyPreCompileServer
-
服务初始化。
- init() - 类 中的方法com.seeyon.ctp.common.thirdparty.menu.AddinMenuInterceptor
-
- init() - 类 中的方法com.seeyon.ctp.common.thirdparty.menu.ThirdpartyAddinMenu
-
初始化
- init() - 类 中的静态方法com.seeyon.ctp.common.timer.TimerHolder
-
- init(FilterConfig) - 类 中的方法com.seeyon.ctp.common.urlshortener.URLShortenerFilter
-
- init(FilterConfig) - 类 中的方法com.seeyon.ctp.common.web.filter.CharacterEncodingFilter
-
- init(FilterConfig) - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuardFilter
-
- init(FilterConfig) - 类 中的方法com.seeyon.ctp.common.web.filter.ExpiresFilter
-
- init(FilterConfig) - 类 中的方法com.seeyon.ctp.common.web.filter.RestFilter
-
- init(FilterConfig) - 类 中的方法com.seeyon.ctp.common.web.GenericFilter
-
- init() - 类 中的方法com.seeyon.ctp.common.web.interceptor.CommonInterceptor
-
- init(ServletConfig) - 类 中的方法com.seeyon.ctp.common.ws.CtpAxis2Servlet
-
- init() - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHotDataMapTest
-
- init() - 类 中的静态方法com.seeyon.ctp.event.EventListenerRegistryTest
-
初始化事件和监听器的关系,测试用
- init() - 类 中的方法com.seeyon.ctp.event.EventMonitor
-
- init(Object) - 类 中的方法com.seeyon.ctp.event.EventThreadServer
-
- init() - 接口 中的方法com.seeyon.ctp.event.monitor.EventLossStore
-
初始化
- init() - 类 中的方法com.seeyon.ctp.event.monitor.EventLossStoreSQLLitImpl
-
初始化sqllit数据库
- init() - 接口 中的方法com.seeyon.ctp.event.monitor.EventMonitorStore
-
初始化
- init() - 类 中的方法com.seeyon.ctp.event.monitor.EventMonitorStoreMemImpl
-
初始化指标存储
- init() - 接口 中的方法com.seeyon.ctp.event.serialize.EventStore
-
初始化
- init() - 类 中的方法com.seeyon.ctp.event.serialize.EventStoreSQLLitImpl
-
初始化sqllit数据库
- init(String) - 类 中的方法com.seeyon.ctp.login.LoginExtensionBeanLoader
-
- init() - 接口 中的方法com.seeyon.ctp.login.online.OnlineManager
-
已过时。
更新在线人员的超时计时器
- init(FilterConfig) - 类 中的方法com.seeyon.ctp.security.trans.TransSecurityFilter
-
- init(Object) - 类 中的方法com.seeyon.ctp.thread.block.BlockTaskMThreadServer
-
- init() - 类 中的方法com.seeyon.ctp.thread.single.SingleThread
-
初始化程序
- init(Object) - 类 中的方法com.seeyon.ctp.thread.ThreadServer
-
服务的初始化函数
- init() - 接口 中的方法com.seeyon.ctp.util.annotation.AnnotationFactory
-
初始化
- init() - 类 中的方法com.seeyon.ctp.util.annotation.AnnotationHandler
-
- init() - 类 中的方法com.seeyon.ctp.util.CommonToolsTest
-
- init() - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
- init() - 类 中的方法com.seeyon.v3x.common.ajax.AJAXDataServlet
-
- init() - 类 中的方法org.springframework.transaction.config.CTPTxNamespaceHandler
-
- init(boolean, String, long) - 类 中的静态方法org.springframework.transaction.interceptor.LogUtil
-
- init1() - 类 中的静态方法com.seeyon.ctp.event.EventListenerRegistryTest
-
- initAll() - 接口 中的方法com.seeyon.ctp.common.formula.manager.FormulaManager
-
初始化函数
- initBinder(HttpServletRequest, ServletRequestDataBinder) - 类 中的方法com.seeyon.ctp.common.controller.BaseController
-
初始化binder的回调函数.
- initByFlipInfo(FlipInfo) - 类 中的方法com.seeyon.ctp.util.FlipPageInfo
-
根据另一翻页信息对象初始化当前对象
- initConfig(String) - 类 中的静态方法com.seeyon.ctp.common.log.Log4JConfigurator
-
初始化Log4j2的配置上下文
- initConfigContext(ServletConfig) - 类 中的方法com.seeyon.ctp.common.ws.CtpAxis2Servlet
-
- initContext(AspectContext) - 类 中的静态方法com.seeyon.ctp.common.aspect.AspectManager
-
- initContext() - 类 中的静态方法com.seeyon.ctp.common.script.ScriptRunnerTest
-
- initCurrentProductEdition(ProductEditionEnum) - 枚举 中的静态方法com.seeyon.ctp.common.constants.ProductEditionEnum
-
- initCurrentUser(HttpServletRequest, String) - 类 中的方法com.seeyon.ctp.services.security.ServiceManager
-
- initData() - 类 中的静态方法com.seeyon.ctp.common.boot.TenantInitializerTest
-
- initData() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericHotDataMapTest
-
- initData() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisHotDataMapTest
-
- initDataForAdvancedCacheIfNecessary(AdvancedCacheMap) - 类 中的静态方法com.seeyon.ctp.component.cache.CacheUtil
-
- initDataForIndexCacheIfNecessary(IndexCacheMap) - 类 中的静态方法com.seeyon.ctp.component.cache.CacheUtil
-
- initFile(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.fileupload.FileController
-
- initFileLockReleaseTask() - 类 中的静态方法com.seeyon.ctp.common.filemanager.manager.filecrypt.FileCryptoUtil
-
- initFrameworkServlet() - 类 中的方法org.springframework.web.servlet.CTPDispatcherServlet
-
- initFunctions(Collection<CtpFunction>) - 类 中的静态方法com.seeyon.ctp.common.formula.FormulaUtil
-
- initialCapacity(int) - 类 中的方法com.seeyon.ctp.component.cache.IndexCanalMap.Builder
-
- initialize() - 类 中的方法com.seeyon.ctp.cluster.ClusterCacheSystemInitialition
-
已过时。
- initialize() - 类 中的方法com.seeyon.ctp.cluster.NotificationAnnotationAware
-
- initialize() - 类 中的方法com.seeyon.ctp.common.AbstractSystemInitializer
-
- initialize() - 类 中的方法com.seeyon.ctp.common.aspect.AspectAnnotationAware
-
- initialize() - 类 中的方法com.seeyon.ctp.common.assdoc.AssdocInitial
-
- initialize() - 类 中的方法com.seeyon.ctp.common.boot.initialize.Foo
-
- initialize() - 类 中的方法com.seeyon.ctp.common.boot.initialize.FooExp
-
- initialize() - 类 中的方法com.seeyon.ctp.common.boot.initialize.FooInter
-
- initialize() - 类 中的方法com.seeyon.ctp.common.boot.initialize.FooThrowable
-
- initialize() - 类 中的方法com.seeyon.ctp.common.cache.FileSynchronizationImpl
-
- initialize() - 类 中的方法com.seeyon.ctp.common.constants.ResponseHeaderInitializer
-
- initialize() - 类 中的方法com.seeyon.ctp.common.customize.manager.CustomizeManagerImpl
-
- initialize(Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- initialize() - 类 中的方法com.seeyon.ctp.common.datai18n.DataI18nInitializer
-
- initialize() - 类 中的方法com.seeyon.ctp.common.filemanager.manager.PartitionManagerImpl
-
- initialize() - 类 中的方法com.seeyon.ctp.common.filemanager.quartz.ZipFileCleanJob
-
- initialize() - 类 中的方法com.seeyon.ctp.common.function.CtpFunctionAnnotationAware
-
- initialize() - 类 中的方法com.seeyon.ctp.common.initmethod.InitMethodAbstractSystemInitializer
-
- initialize() - 类 中的静态方法com.seeyon.ctp.common.log.Log4JConfigurator
-
手动加载log4j2.xml配置文件,用于容器启动过程中输出日志。
- initialize() - 类 中的静态方法com.seeyon.ctp.common.microserver.DataTransferServiceUtil
-
初始化分库表结构及索引,并且初始化主、分库版本信息
- initialize() - 类 中的方法com.seeyon.ctp.common.microserver.MicroServiceManagerImpl
-
- initialize() - 类 中的方法com.seeyon.ctp.common.office.trans.manager.OfficeTransManagerImpl
-
- initialize() - 类 中的方法com.seeyon.ctp.common.po.ctpenumnew.CtpEnum
-
- initialize() - 类 中的方法com.seeyon.ctp.common.po.ctpenumnew.CtpEnumBind
-
- initialize() - 类 中的方法com.seeyon.ctp.common.po.ctpenumnew.CtpEnumItem
-
- initialize() - 类 中的方法com.seeyon.ctp.common.po.ctpenumnew.CtpEnumItemPO
-
- initialize() - 类 中的方法com.seeyon.ctp.common.po.ctpenumnew.CtpEnumPO
-
- initialize() - 类 中的方法com.seeyon.ctp.common.po.customize.CtpCustomize
-
- initialize() - 类 中的方法com.seeyon.ctp.common.quartz.QuartzListener
-
- initialize() - 类 中的方法com.seeyon.ctp.common.rate.RateLimitInitializer
-
- initialize() - 类 中的方法com.seeyon.ctp.common.RunInRightEventHolder
-
- initialize() - 类 中的方法com.seeyon.ctp.common.service.NeedlessCheckLoginAnnotationAware
-
- initialize() - 类 中的方法com.seeyon.ctp.common.submitLimit.cache.AntiRepeatCacheUtil
-
- initialize() - 接口 中的方法com.seeyon.ctp.common.SystemInitializer
-
初始化接口,将在系统启动时被调用
- initialize() - 类 中的方法com.seeyon.ctp.component.cache.DefaultGroupCacheableReloader
-
- initialize() - 类 中的方法com.seeyon.ctp.event.ListenEventAnnotationAware
-
- initialize() - 类 中的方法com.seeyon.ctp.login.LoginInit
-
- initialize() - 类 中的方法com.seeyon.ctp.monitor.MonitorInitial
-
- initialize() - 类 中的方法com.seeyon.ctp.portal.PortalInitialition
-
- initialize() - 类 中的方法com.seeyon.ctp.startup.StartupSQLSystemInitializer
-
- initialize() - 类 中的方法com.seeyon.ctp.util.annotation.AnnotationHandler
-
- initializeAtLast() - 类 中的方法com.seeyon.ctp.common.AbstractSystemInitializer
-
服务启动完成后会被调用,满足异步分阶段加载时各插件Initializer相互依赖的情况
- initializeAtLast() - 类 中的方法com.seeyon.ctp.common.boot.initialize.Foo
-
- initializeAtLast() - 类 中的方法com.seeyon.ctp.common.boot.initialize.FooExp
-
- initializeAtLast() - 类 中的方法com.seeyon.ctp.common.quartz.QuartzListener
-
- initializeBean(Object, String) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- initializeBean(String, Object, RootBeanDefinition) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Initialize the given bean instance, applying factory callbacks
as well as init methods and bean post processors.
- initializeIfNecessary() - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHandler
-
- InitializerModel - com.seeyon.ctp.common.enums中的枚举
-
初始化模式
- initJavaScriptI18n() - 类 中的静态方法com.seeyon.ctp.common.i18n.ResourceLoader
-
生成前端国际化js
- initKey(String) - 接口 中的方法com.seeyon.ctp.common.encrypt.ICoder
-
- initKey(String) - 类 中的方法com.seeyon.ctp.common.encrypt.TV01Coder
-
- initKey(String) - 类 中的方法com.seeyon.ctp.common.encrypt.TV02Coder
-
- initKey(String) - 类 中的方法com.seeyon.ctp.common.encrypt.TV03Coder
-
- initMessageState() - 接口 中的方法com.seeyon.ctp.common.usermessage.UserMessageManager
-
- InitMethodAbstractSystemInitializer - com.seeyon.ctp.common.initmethod中的类
-
init-method后移初始化
- InitMethodAbstractSystemInitializer() - 类 的构造器com.seeyon.ctp.common.initmethod.InitMethodAbstractSystemInitializer
-
- InitMethodHolder - com.seeyon.ctp.common.initmethod中的类
-
处理int-method方法的bean和init-method
- initPluginIds(Map<String, Boolean>) - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- initPluginsForSpring() - 类 中的方法org.springframework.beans.factory.support.CTPBeanFactory
-
- initRateLimiter(int) - 类 中的静态方法com.seeyon.ctp.common.rate.SeeyonRateLimiter
-
初始化令牌桶限流器,限流器会按照既定速率产生令牌。
- initRecordFormMap(Map<String, Integer>) - 类 中的静态方法com.seeyon.ctp.component.cache.CacheStatistics
-
初始化备案表
- initResources() - 类 中的静态方法com.seeyon.ctp.common.i18n.ResourceLoader
-
系统启动时初始化全部i18n资源
- initResources(boolean) - 类 中的静态方法com.seeyon.ctp.common.i18n.ResourceLoader
-
- initScriptEngine(CtpLocalFile) - 类 中的静态方法com.seeyon.ctp.common.security.MessageEncoder
-
- initScriptEngine(String) - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- initSecurityUrlConfig() - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- initSystemEnvironmentContext(HttpServletRequest, HttpServletResponse) - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
初始化系统环境上下文,在请求入口调用,比如Ajax、controller、servlet等,否则会引起应用
功能异常
- initSystemEnvironmentContext(HttpServletRequest, HttpServletResponse, boolean) - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
初始化系统环境上下文,在请求入口调用,比如Ajax、controller、servlet等,否则会引起应用
功能异常
- initThread(Thread) - 类 中的方法com.seeyon.ctp.thread.ThreadInfoHolder
-
- initTransportListener(HttpServletRequest) - 类 中的方法com.seeyon.ctp.common.ws.CtpListingAgent
-
- InitUserEvent - com.seeyon.ctp.common.bo中的类
-
- InitUserEvent(String, Object) - 类 的构造器com.seeyon.ctp.common.bo.InitUserEvent
-
事件构造器。
- Inject - com.seeyon.ctp.util.annotation中的注释类型
-
Ctp依赖注入注解。
- INJECT_HQL - 类 中的静态变量com.seeyon.ctp.common.security.sql.utils.HQLCheckUtil
-
- InjectAnnotationBeanPostProcessor - com.seeyon.ctp.util.annotation中的类
-
- InjectAnnotationBeanPostProcessor() - 类 的构造器com.seeyon.ctp.util.annotation.InjectAnnotationBeanPostProcessor
-
- InjectionFilter - com.seeyon.ctp.util中的类
-
- InjectionFilter() - 类 的构造器com.seeyon.ctp.util.InjectionFilter
-
- InjectionFilterTest - com.seeyon.ctp.util中的类
-
- InjectionFilterTest() - 类 的构造器com.seeyon.ctp.util.InjectionFilterTest
-
- injectPath(String) - 类 中的静态方法com.seeyon.ctp.util.InjectionFilter
-
如果路径中不能包含..或者以/开头返回null
- INQUIRY - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- insertConstDef(ConstDef) - 接口 中的方法com.seeyon.ctp.common.constdef.manager.ConstDefManager
-
增加
- insertConstDef(ConstDef) - 类 中的方法com.seeyon.ctp.common.constdef.manager.ConstDefManagerImpl
-
- insertLog(User, AppLogAction, String...) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
已过时。
- insertLog(User, Integer, String...) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
- insertLog(User, AppLogAction, Date, String...) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
- insertLog4Account(User, Long, AppLogAction, String...) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
已过时。
- insertLog4Account(User, Long, Integer, String...) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
- insertLogs(User, AppLogAction, List<String[]>) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
已过时。
- insertLogs(User, Integer, List<String[]>) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
- insertLogs(User, Integer, Integer, List<String[]>) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
- insertLogs4Account(User, Long, AppLogAction, List<String[]>) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
已过时。
- insertLogs4Account(User, Long, Integer, List<String[]>) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
- insertLogWithUserType(User, Long, Integer, AppLogConstants.action_user_type, String...) - 接口 中的方法com.seeyon.ctp.common.appLog.manager.AppLogManager
-
记录日志,并且指定操作人员类型
- instanceName - 类 中的静态变量com.seeyon.ctp.common.quartz.QuartzHolder
-
- instantiateBean(String, RootBeanDefinition) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Instantiate the given bean using its default constructor.
- instantiateUsingFactoryMethod(String, RootBeanDefinition, Object[]) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Instantiate the bean using a named factory method.
- int2UserAgent(int) - 接口 中的静态方法com.seeyon.ctp.common.constants.Constants
-
0~11 都是 老的loginUserAgent类型.
11及以上 都是新的loginUserAgent类型
注:11 在新老类型中均表示vjoin
- intAllLocales(List<Locale>) - 类 中的静态方法com.seeyon.ctp.common.i18n.LocaleContext
-
系统启动时,初始化系统支持的语言种类
- INTEGRITY - 接口 中的静态变量com.seeyon.ctp.security.trans.RequestHandler
-
- INTEGRITY - 类 中的静态变量com.seeyon.ctp.security.trans.TransSecurityFilter
-
- interceptorMethods() - 接口 中的方法com.seeyon.ctp.component.cache.CanalMap
-
获取获取数据方法名【默认拦截get开头和find开头的方法】
- interceptorMethods() - 接口 中的方法com.seeyon.ctp.component.cache.EntityCanalMap
-
获取获取数据方法名【默认拦截get开头和find开头的方法】
- INTEREST_WORK - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
-
感兴趣工作
- INTERNATIONAL - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- INTERNATIONAL_MODE - 类 中的静态变量com.seeyon.ctp.security.EncryptConsts
-
国际加密算法加密
- interpolateHelper(String, Properties) - 类 中的静态方法com.seeyon.ctp.common.constants.SystemProperties
-
匹配${...}
- invalidateProtectCache(K) - 类 中的方法com.seeyon.ctp.component.cache.AbstractGroupCacheable
-
将key 从缓存保护清单中移除.
- invalidateProtectCache(Collection<K>) - 类 中的方法com.seeyon.ctp.component.cache.AbstractGroupCacheable
-
将key 从缓存保护清单中移除.
- invoke(Object, Method, Object[]) - 类 中的方法com.alibaba.fastjson.JSONObject
-
- invoke(String, String, Class<T>, String, Object[]) - 类 中的方法com.seeyon.client.CTPAxis2Client
-
使用Axis2 RPCServiceClient调用远程SOAP服务。
- invoke(MessageContext) - 类 中的方法com.seeyon.ctp.common.ws.security.CtpSecurityHandler
-
- invoke(MethodInvocation) - 类 中的方法org.springframework.transaction.interceptor.CTPTransactionInterceptor
-
- invokeAfterCommit(List<TransactionSynchronization>) - 类 中的静态方法org.springframework.transaction.support.CtpTransactionSynchronizationUtils
-
Actually invoke the afterCommit
methods of the
given Spring TransactionSynchronization objects.
- invokeAfterCommitOnCleanup(List<TransactionSynchronization>) - 类 中的静态方法org.springframework.transaction.support.CtpTransactionSynchronizationUtils
-
- invokeAfterCompletion(List<TransactionSynchronization>, int, TriggerAfterCompletionContent) - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
-
Actually invoke the afterCompletion
methods of the
given Spring TransactionSynchronization objects.
- invokeAfterCompletion(List<TransactionSynchronization>, int) - 类 中的静态方法org.springframework.transaction.support.CtpTransactionSynchronizationUtils
-
Actually invoke the afterCompletion
methods of the
given Spring TransactionSynchronization objects.
- invokeAfterCompletionOnCleanup(List<TransactionSynchronization>, int) - 类 中的静态方法org.springframework.transaction.support.CtpTransactionSynchronizationUtils
-
- invokeAfterLoad() - 类 中的静态方法com.seeyon.ctp.component.cache.extend.CacheLoaderUtil
-
- invokeBeforeLoad() - 类 中的静态方法com.seeyon.ctp.component.cache.extend.CacheLoaderUtil
-
- invokeCustomInitMethod(String, Object, RootBeanDefinition) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Invoke the specified custom init method on the given bean.
- invokeInitMethods(String, Object, RootBeanDefinition) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Give a bean a chance to react now all its properties are set,
and a chance to know about its owning bean factory (this object).
- invokeInitMethods(String, Object, RootBeanDefinition) - 类 中的方法org.springframework.beans.factory.support.CTPBeanFactory
-
- invokeMethod(Object, String, Class[], Object[]) - 类 中的静态方法com.seeyon.ctp.common.test.ReflectHelper
-
调用访问对象的方法,包括私有
- invokeMethod(Object, String) - 类 中的静态方法com.seeyon.ctp.common.test.ReflectHelper
-
调用访问对象的无参方法
- invokePrivateMethod(Object, String, Object[]) - 类 中的静态方法com.seeyon.ctp.util.BeanUtils
-
调用当前类声明的private/protected函数
- invokePrivateMethod(Object, String, Object) - 类 中的静态方法com.seeyon.ctp.util.BeanUtils
-
调用当前类声明的private/protected函数
- invokeStaticMethod(Class<?>, String) - 类 中的静态方法com.seeyon.ctp.login.recorder.ThreadRecorder
-
- invokeSupperMethod(Object, String, Class[], Class[]) - 类 中的静态方法com.seeyon.ctp.common.test.ReflectHelper
-
调用访问对象的父类的方法,包括私有
- invokeSupperMethod(Object, String) - 类 中的静态方法com.seeyon.ctp.common.test.ReflectHelper
-
调用访问对象的父类的无参方法
- invokeWithinTransaction(Method, Class, TransactionAspectSupport.InvocationCallback) - 类 中的方法org.springframework.transaction.interceptor.CTPTransactionInterceptor
-
- IP - com.seeyon.ctp.common.authenticate.domain中的类
-
- IP(String) - 类 的构造器com.seeyon.ctp.common.authenticate.domain.IP
-
- ip - 类 中的静态变量com.seeyon.ctp.common.fileupload.util.FileServiceUtil
-
- ip - 类 中的静态变量com.seeyon.ctp.common.microserver.DataTransferServiceUtil
-
- IP_CONTROL_ENABLE - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
是否启用IP访问控制登录
- IpcontrolUserManager - com.seeyon.ctp.common.ipcontrol中的类
-
- IpcontrolUserManager() - 类 的构造器com.seeyon.ctp.common.ipcontrol.IpcontrolUserManager
-
- IPTest - com.seeyon.ctp.common.authenticate.domain中的类
-
- IPTest() - 类 的构造器com.seeyon.ctp.common.authenticate.domain.IPTest
-
- IS_ALLOW_TRANS - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
-
- IS_OPEN_LOCK_PROTECT - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
密码锁定保护是否启用
- IS_OPEN_ONE_IP_AUTH - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
禁止同一ip连续验证是否启用
- IS_SWITCH_VERIFYCODE - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
在允许登陆次数内,且登陆错误达到一定次数开启验证码的开关
- IS_WPS_ONLINE_ENABLE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
-
- isAbsoluteTime() - 类 中的方法com.seeyon.ctp.common.microserver.datatransfer.TransferStrategy
-
- isAdmin() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isAdministrator() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isAdministrator() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isAdministrator() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isAjax() - 类 中的方法com.seeyon.ctp.common.spring.CTPRequestContext
-
- isAjaxEnabled() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isAlive(String) - 类 中的方法com.seeyon.ctp.cluster.ClusterConfigBean
-
- isAlive(String) - 类 中的方法com.seeyon.ctp.cluster.NodeManager
-
- isAllowBeanDefinitionOverriding() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether it should be allowed to override bean definitions by registering
a different definition with the same name, automatically replacing the former.
- isAllowCreate() - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- isAllowEagerClassLoading() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether the factory is allowed to eagerly load bean classes
even for bean definitions that are marked as "lazy-init".
- isAllowTrans() - 类 中的方法com.seeyon.ctp.common.po.filemanager.Attachment
-
是否可以进行文件转换(判断条件包括了文件转换开关是否开启,文件类型是否允许转换)
- isAllowTransPdf() - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
- isAllowTransWpsEt() - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
获得转换wps/et标志(现在都不转换wps et)
- isAlwaysUseNewSession() - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - 类 中的静态方法com.seeyon.ctp.util.annotation.AnnotationUtils
-
- isAnnotationInherited(Class<? extends Annotation>, Class<?>) - 类 中的静态方法com.seeyon.ctp.util.annotation.AnnotationUtils
-
- isAsync() - 类 中的方法com.seeyon.ctp.polling.model.BasePoll
-
- isAsync() - 类 中的静态方法com.seeyon.ctp.route.util.Cap4RouteValidator
-
应用分发是否采用异步方式
- isAsynLoadBean(String) - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isAsynLoadPlugins() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isAsynLoadSpringFile(String) - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isAt() - 类 中的方法com.seeyon.ctp.common.usermessage.MessageReceiver
-
- isAttributeSpecified(int) - 类 中的方法com.seeyon.ctp.common.ws.axiom.XOPSupportStreamReader
-
- isAuditAdmin() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isAuditAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isAuditAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isAutoExit() - 类 中的方法com.seeyon.ctp.common.ServerState
-
- isAutoRefresh() - 接口 中的方法com.seeyon.ctp.component.cache.AdvancedCacheMap
-
是否自动刚刷新
- isAutoRefresh() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericAdvancedCacheMap
-
- isAutoRefresh() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericIndexCacheMap
-
- isAutoRefresh() - 接口 中的方法com.seeyon.ctp.component.cache.IndexCacheMap
-
是否自动刚刷新
- isAutoRefresh() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
-
- isAutoRefresh() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisIndexCacheMap
-
- isAutowireCandidate(String, DependencyDescriptor) - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- isAutowireCandidate(String, DependencyDescriptor, AutowireCandidateResolver) - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Determine whether the specified bean definition qualifies as an autowire candidate,
to be injected into other beans which declare a dependency of matching type.
- isAutowireCandidate(String, RootBeanDefinition, DependencyDescriptor, AutowireCandidateResolver) - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Determine whether the specified bean definition qualifies as an autowire candidate,
to be injected into other beans which declare a dependency of matching type.
- isAvailable() - 类 中的方法com.seeyon.ctp.common.office.trans.adapter.DefaultConfig
-
- isAvailable() - 接口 中的方法com.seeyon.ctp.common.office.trans.Config
-
服务是否可用。
- isBaseService() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isBasic() - 类 中的静态方法com.seeyon.ctp.route.util.Cap4RouteValidator
-
应用分发是否采用异步方式
- isBeanEligibleForMetadataCaching(String) - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Considers all beans as eligible for metadata caching
if the factory's configuration has been marked as frozen.
- isBeginAsynLoadPluins() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isBizCreator() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
是否是业务创建者,业务创建者才能新增加业务生成器中的业务
- isBlockRunning() - 类 中的方法com.seeyon.ctp.thread.ThreadPort
-
- isBootFinished() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isBudgetAvailable(String, double) - 类 中的静态方法com.seeyon.ctp.common.function.test.ERPFunctions
-
- isCacheDisabled - 接口 中的静态变量com.seeyon.ctp.component.cache.GroupCacheable
-
- isCachedUserMessage(long) - 接口 中的方法com.seeyon.ctp.common.usermessage.UserMessageManager
-
用户消息是否被缓存
- isCacheKey() - 类 中的方法com.seeyon.ctp.component.cache.CanalMapViewer.CacheColumn
-
- isCacheMapExist(String) - 接口 中的方法com.seeyon.ctp.component.cache.CacheAccessable
-
判断指定名称的CacheMap是否存在。
- isCacheMapExist(String) - 类 中的方法com.seeyon.ctp.component.cache.GroupCacheableFactory
-
- isCacheNullValueFromLoader() - 类 中的方法com.seeyon.ctp.component.cache.HotDataMapConfig
-
- isCacheObjectExist(String) - 接口 中的方法com.seeyon.ctp.component.cache.CacheAccessable
-
判断指定名称的CacheObject是否存在。
- isCacheObjectExist(String) - 类 中的方法com.seeyon.ctp.component.cache.GroupCacheableFactory
-
- isCacheQueries() - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- isCacheSetExist(String) - 接口 中的方法com.seeyon.ctp.component.cache.CacheAccessable
-
判断指定名称的CacheSet是否存在。
- isCacheSetExist(String) - 类 中的方法com.seeyon.ctp.component.cache.GroupCacheableFactory
-
- isCacheSizeAnalyzeOn() - 类 中的静态方法com.seeyon.statistics.SeeyonAnalyser
-
- isCanAccessMobile() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.IdentificationDog
-
- isCandel() - 类 中的方法com.seeyon.ctp.common.i18n.domain.LocaleInfo
-
- isCanSendSMS() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isCanSendSMS() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isCap4() - 类 中的静态方法com.seeyon.ctp.route.util.Cap4RouteValidator
-
应用分发是否采用异步方式
- isCAPService() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isCharacters() - 类 中的方法com.seeyon.ctp.common.ws.axiom.XOPSupportStreamReader
-
- isCheckForRead() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isCheckMethod(HttpServletRequest) - 类 中的方法com.seeyon.ctp.security.trans.AjaxRequestHandler
-
- isCheckMethod(HttpServletRequest) - 类 中的方法com.seeyon.ctp.security.trans.ControllerRequestHandler
-
- isCheckMethod(HttpServletRequest) - 接口 中的方法com.seeyon.ctp.security.trans.RequestHandler
-
判断是否需要检测该请求
- isCheckMethod(HttpServletRequest) - 类 中的方法com.seeyon.ctp.security.trans.RestRequestHandler
-
- isCheckWriteOperations() - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- isCIPService() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isCloudDeployMode() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isClusterEnabled() - 类 中的方法com.seeyon.ctp.cluster.ClusterConfigBean
-
是否启用了集群/双机
- isClusterEnabled() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
是否集群环境。
- isClusterMain() - 类 中的方法com.seeyon.ctp.cluster.ClusterConfigBean
-
当前服务器是否是主服务器
- isConfigurationFrozen() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- isConSpeCharacters(String) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.CodeUtil
-
功能:判断一个字符串是否包含特殊字符
- isConstant(Formula) - 类 中的静态方法com.seeyon.ctp.common.formula.FormulaUtil
-
判断指定公式是否为常量。
- isContinueFlag() - 类 中的方法com.seeyon.ctp.thread.ThreadServer
-
判断服务线程是否终止
- isConvertBase64Img() - 类 中的方法com.seeyon.ctp.common.filemanager.domain.ReplaceBase64Result
-
- isCryptPassword() - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
- isCurrentTimestampSelectStringCallable() - 类 中的方法org.hibernate.dialect.GBasedbtDialect
-
- isCurrentTimestampSelectStringCallable() - 类 中的方法org.hibernate.dialect.resolver.CTPDBDialectProxy
-
- isCurrentVersion() - 枚举 中的方法com.seeyon.ctp.common.constants.ProductVersionEnum
-
是否是当前版本
- isCworkInner() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
是否是cwork内部版
- isCworkInner() - 枚举 中的静态方法com.seeyon.ctp.common.constants.ProductEditionEnum
-
是否是C.WORK内部版
- isCworkOuter() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
是否是cwork外部版
- isCworkOuter() - 枚举 中的静态方法com.seeyon.ctp.common.constants.ProductEditionEnum
-
是否是C.WORK外部版
- isDebugEnabled() - 类 中的方法com.seeyon.ctp.common.log.CapabilityLogger
-
- isDebugEnabled() - 类 中的方法com.seeyon.ctp.common.log.TransactionLogger
-
- isDebugEnabled() - 类 中的静态方法org.springframework.transaction.interceptor.LogUtil
-
- isDefaultGuest() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
是否登录前账号
- isDefaultGuest() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isDefaultValue(String, String) - 类 中的方法com.seeyon.ctp.common.customize.manager.CustomizeManagerImpl
-
- isDev() - 枚举 中的方法com.seeyon.ctp.common.constants.ProductEditionMap
-
已过时。
是否是开发版
- isDev() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
是否是开发版
- isDevOrTG() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
是否是开发版或通狗
- isDir(String) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
判断一个路径字符串是否是目录
- isDistributedMode() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isDMRuntime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是达梦数据库
- isDomestic() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
判断当前产品是否运行在国产化环境。
- isEdit() - 类 中的方法com.seeyon.ctp.common.po.ctpenumnew.CtpEnum
-
0:不可编辑
1:可编辑
- isEdit() - 类 中的方法com.seeyon.ctp.common.po.ctpenumnew.CtpEnumPO
-
0:不可编辑
1:可编辑
- isEmpty() - 类 中的方法com.alibaba.fastjson.JSONArray
-
- isEmpty() - 类 中的方法com.alibaba.fastjson.JSONObject
-
- isEmpty() - 接口 中的方法com.seeyon.ctp.common.cache.GroupCacheable
-
Returns true if this list contains no elements.
- isEmpty() - 类 中的方法com.seeyon.ctp.common.CTPArrayList
-
- isEmpty() - 类 中的方法com.seeyon.ctp.common.CTPConcurrentHashMap
-
- isEmpty() - 类 中的方法com.seeyon.ctp.common.CTPHashSet
-
- isEmpty() - 类 中的方法com.seeyon.ctp.common.CTPLinkedList
-
- isEmpty() - 类 中的方法com.seeyon.ctp.common.po.DataContainer
- isEmpty() - 类 中的方法com.seeyon.ctp.common.queue.CTPBlockQueue
-
- isEmpty() - 类 中的方法com.seeyon.ctp.common.queue.CTPLinkedQueue
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.AbstractCacheMap
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.AbstractCacheObject
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.AbstractCacheSet
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.CanalMap.UpdateEntry
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.CanalMap.UpdateEntryUnmodifiable
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.EntityCanalMap.UpdateEntry
-
判断队列数据是否为空
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericAdvancedCacheMap
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericHotDataMap
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericIndexCacheMap
-
- isEmpty() - 接口 中的方法com.seeyon.ctp.component.cache.GroupCacheable
-
Returns true if this list contains no elements.
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisHotDataMap
-
- isEmpty() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisIndexCacheMap
-
- isEmpty() - 类 中的方法com.seeyon.ctp.util.array.ArrayBase
-
判断是否空
- isEmpty() - 类 中的方法com.seeyon.ctp.util.FoolishSet
-
- isEmpty() - 类 中的方法com.seeyon.ctp.util.LRUMap
-
- isEnable() - 类 中的静态方法com.seeyon.ctp.route.util.Cap4RouteValidator
-
应用分发是否开启
- isEnable() - 类 中的静态方法com.seeyon.ctp.util.TimeZoneUtil
-
判断时区组件是否可用
- isEnabled() - 接口 中的方法com.seeyon.ctp.cluster.notification.NotificationFactory
-
是否启用集群。
- isEnabled() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.IdentificationDog
-
- isEnabled() - 类 中的方法com.seeyon.ctp.common.cache.redis.RedisNotificationManager
-
- isEnabled(SendMessageEnum) - 类 中的静态方法com.seeyon.ctp.common.TestSwitch
-
- isEnabled() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isEnabled() - 接口 中的方法com.seeyon.ctp.event.Listener
-
- isEnableDcsOnlineView() - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
- isEnableLoadIndex() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
-
- isEnableWPSOnlineView() - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
- isEncodeInfo(String) - 接口 中的方法com.seeyon.ctp.common.microserver.config.MicroServiceConfigManager
-
- isEncodeInfo(String) - 类 中的方法com.seeyon.ctp.common.microserver.config.MicroServiceConfigManagerImpl
-
- isEnd() - 类 中的方法com.seeyon.ctp.common.fileupload.bean.UploadFileResponseBean
-
- isEndElement() - 类 中的方法com.seeyon.ctp.common.ws.axiom.XOPSupportStreamReader
-
- isEventThread() - 类 中的方法com.seeyon.ctp.thread.trace.RuntimeData
-
- isExcludedFromDependencyCheck(PropertyDescriptor) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Determine whether the given bean property is excluded from dependency checks.
- isExecuteImmediately() - 类 中的方法com.seeyon.ctp.common.microserver.datatransfer.TransferStrategy
-
- isExist(Serializable) - 类 中的方法com.seeyon.ctp.common.cache.GenericTimeRing
-
- isExist(E) - 接口 中的方法com.seeyon.ctp.common.cache.TimeRing
-
判断指定对象是否还存在。
- isExist(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.AbstractOfficeTransformable
-
- isExist(long, String, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.AbstractOfficeTransformable
-
- isExist(long, String, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.OfficeTransManagerImpl
-
- isExist(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.OfficeTransManagerImpl
-
- isExist(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.YongZhongOfficeTransManagerImpl
-
- isExist(long, String) - 接口 中的方法com.seeyon.ctp.common.office.trans.OfficeTransformable
-
判断指定的Office文件的默认缓存是否存在。
- isExist(long, String, String) - 接口 中的方法com.seeyon.ctp.common.office.trans.OfficeTransformable
-
判断指定的Office文件的默认缓存是否存在。
- isExist() - 类 中的方法com.seeyon.ctp.component.cache.CacheSizeStatistics
-
- isExistAnyoneCache(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.AbstractOfficeTransformable
-
- isExistAnyoneCache(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.OfficeTransManagerImpl
-
- isExistAnyoneCache(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.YongZhongOfficeTransManagerImpl
-
- isExistAnyoneCache(long, String) - 接口 中的方法com.seeyon.ctp.common.office.trans.OfficeTransformable
-
判断指定office文件的转换缓存是否存在。
- isExistColumn(String, String) - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
判断数据库表是否存在某列,不区分大小写
- isExistColumn(String, String) - 类 中的方法com.seeyon.ctp.util.JDBCAgentTest
-
- isExistColumnInner(String, String) - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
- isExistColumnInner(String, String) - 类 中的方法com.seeyon.ctp.util.JDBCAgentTest
-
- isExistForNewOfficeTrans(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.SeeyonOfficeTransManagerImpl
-
新版officeTrans对指定的文件是否已经转换成功的判定
创建人:zhiyanqiang
创建时间:2017年4月19日 上午10:37:51
- isExistingTransaction(Object) - 类 中的方法org.springframework.orm.hibernate3.CTPTransactionManager
-
- isExistingTransaction(Object) - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
-
Check if the given transaction object indicates an existing transaction
(that is, a transaction which has already started).
- isExistPrintCache(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.AbstractOfficeTransformable
-
- isExistPrintCache(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.OfficeTransManagerImpl
-
- isExistPrintCache(long, String) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.YongZhongOfficeTransManagerImpl
-
- isExistPrintCache(long, String) - 接口 中的方法com.seeyon.ctp.common.office.trans.OfficeTransformable
-
判断指定office文件的虚拟打印缓存是否存在
- isExistSameEnumCode(Long, String, Long, int) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumManager
-
- isExistSameEnumName(CtpEnum) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumManager
-
传入当前枚举,枚举下所有枚举项列表,去系统判断是否有一模一样的枚举。
- isExistSameEnumNames(List<String>, Long) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumManager
-
- isExistsTextLimit() - 类 中的方法org.hibernate.dialect.CTPOracle8iDialect
-
- isExistTable(Connection, String) - 类 中的静态方法com.seeyon.ctp.event.sqllit.SQLLitUtils
-
- isExistTable(String) - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
判断数据库是否存在某个表,不区分大小写
- isExistTable(String) - 类 中的方法com.seeyon.ctp.util.JDBCAgentTest
-
判断数据库是否存在某个表
- isExistView(String) - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
判断数据库是否存在某个视图,不区分大小写
- isExistView(String) - 类 中的方法com.seeyon.ctp.util.JDBCAgentTest
-
判断数据库是否存在某个视图
- isExit - 类 中的变量com.seeyon.ctp.thread.single.SingleThread
-
是否退出线程
- isExposeNativeSession() - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- isFailEarlyOnGlobalRollbackOnly() - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
-
Return whether to fail early in case of the transaction being globally marked
as rollback-only.
- isForceLogout() - 类 中的方法com.seeyon.ctp.common.ServerState
-
是否强制下线
- isForceSMS() - 类 中的方法com.seeyon.ctp.common.usermessage.MessageReceiver
-
- isFromM1(User) - 类 中的静态方法com.seeyon.ctp.common.authenticate.domain.LoginUtil
-
- isFromM1(OnlineUser) - 类 中的静态方法com.seeyon.ctp.common.authenticate.domain.LoginUtil
-
- isFromM1(String) - 类 中的静态方法com.seeyon.ctp.common.authenticate.domain.LoginUtil
-
- isFromM1() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isFromM1() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isFromM1() - 类 中的方法com.seeyon.ctp.login.online.OnlineUser
-
- isFromMicroCollaboration(HttpServletRequest) - 类 中的静态方法com.seeyon.ctp.common.authenticate.domain.UserHelper
-
判断请求是否来自微协同:微信、钉钉、云之家。
- isFromTemplate() - 类 中的方法com.seeyon.ctp.common.usermessage.MessageContent
-
- isFullPage() - 异常错误 中的方法com.seeyon.ctp.common.exceptions.BusinessException
-
异常提示消息是否全页面显示(有全页面的展现样式),默认嵌入局部页面模式(比如message弹出消息框中)
- isGBasedbtRunTime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是南通大数据库
南通大数据库,基于IBM informix源代码、编译和测试
- isGenericDog() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.IdentificationDog
-
- isGeodeEnabled() - 类 中的方法com.seeyon.ctp.cluster.ClusterConfigBean
-
是否启用Geode #根据是否集群环境同时jdk1.8以上(含1.8)
- isGeodeLocatorOn() - 类 中的方法com.seeyon.ctp.cluster.ClusterConfigBean
-
- isGlobalRollbackOnParticipationFailure() - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
-
Return whether to globally mark an existing transaction as rollback-only
after a participating transaction failed.
- isGmEnabled() - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
-
是否启用国密加密。
- isGroovyFunction(Formula) - 类 中的静态方法com.seeyon.ctp.common.formula.FormulaUtil
-
判断指定公式是否为Groovy函数。
- isGroup() - 枚举 中的静态方法com.seeyon.ctp.common.constants.ProductEditionEnum
-
判断是否集团版
- isGroupAdmin() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isGroupAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isGroupAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isGroupSystemAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
是否为系统管理员(系统级)
- isGuest() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
是否特殊账号
- isGuest() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isHasAttachments() - 类 中的方法com.seeyon.ctp.common.po.usermessage.Ent_UserMessage
-
- isHasDetail() - 类 中的方法com.seeyon.ctp.component.cache.CanalMapViewer.CacheCategory
-
- isHasPlugin() - 类 中的静态方法com.seeyon.ctp.route.util.Cap4RouteValidator
-
- isHttpModel() - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
判断office转换是否http模式
- isIgnoreOnlineCheck(User) - 类 中的静态方法com.seeyon.ctp.common.authenticate.domain.UserHelper
-
判断是否占用并发。
- isIgnoreOnlineStatus() - 类 中的方法com.seeyon.ctp.common.po.lock.Lock
-
- isIgnoreRestName() - 枚举 中的方法com.seeyon.ctp.common.authenticate.domain.User.VirtualUser
-
- isIgnoreUrl(String, HttpServletRequest, HttpServletResponse) - 类 中的静态方法com.seeyon.ctp.common.authenticate.CTPSecurityManager
-
- isInitSuccess() - 类 中的静态方法com.seeyon.ctp.common.i18n.ResourceLoader
-
确认国际化初始化完成
- isInSideNetWork(String) - 类 中的静态方法com.seeyon.ctp.util.InetUtil
-
判断指定host是否内网
- isInSideNetWorkAccess(HttpServletRequest) - 类 中的静态方法com.seeyon.ctp.util.InetUtil
-
判断当前请求是否内网访问
- isInternal() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isInternal() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isInternal() - 类 中的方法com.seeyon.ctp.login.online.OnlineUser
-
- isInternetReachable() - 类 中的静态方法com.seeyon.ctp.util.InetUtil
-
检查是否连接到外网。
- isInternetReachable(String) - 类 中的静态方法com.seeyon.ctp.util.InetUtil
-
检查是否连接到外网的指定网站。
- isIPAddress(String) - 类 中的静态方法com.seeyon.ctp.util.InetUtil
-
- isIPv4Address(String) - 类 中的静态方法com.seeyon.ctp.util.InetUtil
-
- isIPv6Address(String) - 类 中的静态方法com.seeyon.ctp.util.InetUtil
-
- isJavaFunction(Formula) - 类 中的静态方法com.seeyon.ctp.common.formula.FormulaUtil
-
判断指定公式是否为Java实现的函数。
- isJavascriptDomainStrict() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isJavascriptInjectFormAttributes() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isJavascriptInjectGetForms() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isJavascriptInjectIntoAttributes() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isJavascriptInjectIntoForms() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isJavascriptRefererMatchDomain() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isJs() - 类 中的方法com.seeyon.ctp.common.i18n.domain.ResourceInfo
-
- isJs() - 类 中的方法com.seeyon.ctp.common.i18n.domain.ResourceInfoVO
-
- isKingBaseesRunTime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是人大金仓数据库
- isLeave(String) - 接口 中的方法com.seeyon.ctp.login.LoginUserManager
-
- isLimitValid() - 类 中的静态方法com.seeyon.ctp.common.rate.SeeyonRateLimiter
-
判断是否启用了限流
- isLocalExistCacheName(String, String) - 接口 中的方法com.seeyon.ctp.component.cache.CacheAccessable
-
判断 cacheName是否本地节点创建过
- isLocalExistCacheName(String, String) - 类 中的方法com.seeyon.ctp.component.cache.GroupCacheableFactory
-
- isLocked() - 类 中的方法com.seeyon.ctp.common.dlock.impl.CtpRedisDLock
-
- isLocked() - 类 中的方法com.seeyon.ctp.common.dlock.impl.CtpRedisSLock
-
- isLocked() - 接口 中的方法com.seeyon.ctp.common.dlock.inter.DLock
-
获取锁的状态
上锁 true; 未上锁 false
- isLocked() - 接口 中的方法com.seeyon.ctp.common.dlock.inter.SLock
-
获取锁的状态
上锁 true; 未上锁 false
- isLogDuplicateSQL() - 类 中的方法com.seeyon.ctp.thread.trace.RuntimeData
-
- isM3() - 类 中的方法com.seeyon.ctp.common.i18n.domain.ResourceInfo
-
- isM3(String) - 类 中的静态方法com.seeyon.ctp.common.i18n.manager.I18nResourceCacheHolder
-
获取国际化配置对象
- isMain() - 类 中的方法com.seeyon.ctp.cluster.NodeInfo
-
- isMapUpdate() - 类 中的方法com.seeyon.ctp.common.cache.cluster.CacheNotification
-
- isMessageService() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isMethodInvokeAnalyzeOn() - 类 中的静态方法com.seeyon.statistics.SeeyonAnalyser
-
- isMobile(HttpServletRequest) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.YongZhongDcsUtil
-
是否是移动端
- isMobile() - 类 中的方法com.seeyon.v3x.system.WatermarkEvent
-
- isMonitorOn() - 类 中的静态方法com.seeyon.ctp.component.cache.CacheUtil
-
- isMonitorOnCurrentUser() - 类 中的静态方法com.seeyon.ctp.component.cache.CacheUtil
-
- isMultiAppDeployMode() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isMustUseDog() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.IdentificationDog
-
- isMustUseDogLogin(String) - 类 中的方法com.seeyon.ctp.common.authenticate.domain.IdentificationDogManager
-
检测该用户,是否需要带加密狗登录
- isMySQLRuntime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是Mysql数据库
- isNCOEM() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
是否是NC-OEM
- isNCOEM() - 枚举 中的静态方法com.seeyon.ctp.common.constants.ProductEditionEnum
-
是否是NC-OA版本
- isNCOEM() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
是否是NCOEM
- isNeedCheckUsername() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.IdentificationDog
-
- isNeedCount() - 类 中的静态方法com.seeyon.ctp.common.dao.paginate.Pagination
-
- isNeedlessLogin(Long) - 接口 中的方法com.seeyon.ctp.common.filemanager.manager.FileSecurityManager
-
判断访问该文件是否需要登录。
- isNeedlessLogin(Long) - 类 中的方法com.seeyon.ctp.common.filemanager.manager.FileSecurityManagerImpl
-
- isNeedPublishConfig() - 类 中的静态方法com.seeyon.ctp.common.config.PlatformConfigUtil
-
- isNeedTotal() - 类 中的方法com.seeyon.ctp.util.FlipInfo
-
是否需要提取总记录数
- isNestedThrowable(Throwable) - 类 中的静态方法com.seeyon.ctp.common.web.filter.CTPCsrfGuardUtils
-
- isNestedTransactionAllowed() - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
-
Return whether nested transactions are allowed.
- isNew() - 类 中的方法com.seeyon.ctp.common.po.BasePO
-
- isNew() - 类 中的方法com.seeyon.v3x.common.domain.BaseModel
-
- isNotUnique(Object, String) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
-
- isNotUnique(Object, String) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
-
判断对象某列的值在数据库中不存在重复
- isOfficeTran() - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
获得系统配置,是否开始永中转换
- isOK() - 类 中的方法com.seeyon.ctp.common.constants.LoginResult
-
- isOnline() - 类 中的方法com.seeyon.ctp.cluster.event.SlaveStatusEvent
-
- isOnline(MicroServiceEnum) - 接口 中的方法com.seeyon.ctp.common.microserver.MicroServiceManager
-
- isOnline(MicroServiceEnum) - 类 中的方法com.seeyon.ctp.common.microserver.MicroServiceManagerImpl
-
- isOnline() - 类 中的方法com.seeyon.ctp.common.microserver.MicroServiceOnlineEvent
-
是否上线
- isOnline(String) - 接口 中的方法com.seeyon.ctp.login.online.OnlineManager
-
已过时。
判断一个具体的用户是否在线
- isOnline(String, Constants.login_sign) - 接口 中的方法com.seeyon.ctp.login.online.OnlineManager
-
已过时。
判断用户指定端是否在线。
- isOnlineUser(String) - 接口 中的方法com.seeyon.ctp.login.online.OnlineManager
-
已过时。
判断一个具体的用户是否在线,在线返回在线信息,不在线返回空值
- isOpen - 类 中的静态变量com.seeyon.ctp.common.microserver.DataTransferServiceUtil
-
- isOpenOfficeTrans() - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
- isOracleRuntime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是Oracle数据库
- isOscarRuntime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是神通数据库
- isOtherNodeExist() - 类 中的静态方法com.seeyon.ctp.cluster.NodeManager
-
- isOutSize() - 类 中的方法com.seeyon.ctp.component.cache.CacheSizeStatistics
-
- isPagination() - 类 中的静态方法com.seeyon.ctp.common.dao.paginate.Pagination
-
- isPartitionNameDuple(String) - 接口 中的方法com.seeyon.ctp.common.filemanager.manager.PartitionManager
-
判断分区名称是否重复
Administrator
Created on 2009-8-21
- isPartitionNameDuple(String) - 类 中的方法com.seeyon.ctp.common.filemanager.manager.PartitionManagerImpl
-
- isPerformanceAnalysisOn() - 类 中的静态方法com.seeyon.statistics.SeeyonAnalyser
-
- isPlatformAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isPlatformAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isPostgreSQLRuntime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是PostgreSQL数据库
- isPreConvert() - 类 中的方法com.seeyon.ctp.common.office.trans.adapter.DefaultConfig
-
- isPreConvert() - 接口 中的方法com.seeyon.ctp.common.office.trans.Config
-
是否进行预转换。
- isPreConvert() - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
是否预转换
- isPrimary(String, Object) - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether the bean definition for the given bean name has been
marked as a primary bean.
- isPrintConfig() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isProductionMode() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
判断是不是生产环境
- isPropertiesComp() - 类 中的方法com.seeyon.ctp.component.cache.CanalMapViewer.CacheDetail
-
- isProtectedMethod(String) - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
if the HTTP method is protected, i.e. should be checked for token
- isProtectedPage(String) - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isProtectedPageAndMethod(String, String) - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isProtectedPageAndMethod(HttpServletRequest) - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isProtectEnabled() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isReadOnly(Class) - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHandler
-
- isReadOnly(String) - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHandler
-
- isRecordControllerParam() - 类 中的静态方法com.seeyon.ctp.monitor.perfmon.PerfLogConfig
-
- isRecordControllerStartTime() - 类 中的静态方法com.seeyon.ctp.monitor.perfmon.PerfLogConfig
-
- isRecordDaoParam() - 类 中的静态方法com.seeyon.ctp.monitor.perfmon.PerfLogConfig
-
- isRecordDaoStartTime() - 类 中的静态方法com.seeyon.ctp.monitor.perfmon.PerfLogConfig
-
- isRecordManagerParam() - 类 中的静态方法com.seeyon.ctp.monitor.perfmon.PerfLogConfig
-
- isRecordManagerStartTime() - 类 中的静态方法com.seeyon.ctp.monitor.perfmon.PerfLogConfig
-
- isRedisEnabled() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
判断Redis是否开启
- isRedisEnabled() - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHandler
-
- isRegist(String) - 接口 中的方法com.seeyon.ctp.common.microserver.config.MicroServiceConfigManager
-
- isRegist(String) - 类 中的方法com.seeyon.ctp.common.microserver.config.MicroServiceConfigManagerImpl
-
- isRegisterFinished() - 类 中的静态方法com.seeyon.ctp.cluster.NotificationAnnotationAware
-
- isRemoteMode() - 类 中的静态方法com.seeyon.ctp.common.fileupload.util.FileServiceUtil
-
- isRemoteMode() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
判断是否脱离CTP容器运行(如RMI)。
- isReply() - 类 中的方法com.seeyon.ctp.common.usermessage.MessageReceiver
-
- isReUpload() - 类 中的方法com.seeyon.ctp.common.fileupload.bean.UploadFileResponseBean
-
- isRollbackOnCommitFailure() - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
-
Return whether doRollback
should be performed on failure of the
doCommit
call.
- isRotateEnabled() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isRunning() - 类 中的静态方法com.seeyon.ctp.monitor.perfmon.PerfLogConfig
-
- isRunningModeDevelop() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
获取当前运行模式是否为develop开发态
- isRunningModeProduction() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
获取当前运行模式是否为production生产运行态
- isRunningModeTest() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
获取当前运行模式是否为test测试态
- isRunTask() - 类 中的方法com.seeyon.ctp.monitor.AppStatus
-
- isSameConnectionForEntireSession(Session) - 类 中的方法org.springframework.orm.hibernate3.CTPTransactionManager
-
Return whether the given Hibernate Session will always hold the same
JDBC Connection.
- isSameLogin(String, long) - 接口 中的方法com.seeyon.ctp.login.online.OnlineManager
-
已过时。
判断用户是否同一次登录
- isSameLogin(String, Date) - 接口 中的方法com.seeyon.ctp.login.online.OnlineManager
-
已过时。
- isScreenGuest() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
是否大屏账号
- isScreenGuest() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isSendEnabled() - 接口 中的方法com.seeyon.ctp.cluster.notification.NotificationFactory
-
取得通知发送是否启用。
- isSendEnabled() - 类 中的方法com.seeyon.ctp.common.cache.redis.RedisNotificationManager
-
- isSetVal() - 类 中的方法org.springframework.transaction.support.TriggerAfterCommitContent
-
- isSetVal() - 类 中的方法org.springframework.transaction.support.TriggerAfterCompletionContent
-
- isShowAddinMenu(ThirdpartyAddinMenu, HttpServletRequest, ModelAndView) - 类 中的方法com.seeyon.ctp.common.thirdparty.menu.AddinMenuInterceptor
-
- isShowTotal() - 类 中的方法com.seeyon.ctp.util.FlipInfo
-
- isShutdown() - 类 中的方法com.seeyon.ctp.common.ServerState
-
服务器是否处理停止状态
- isShutdownWarn(Long) - 类 中的方法com.seeyon.ctp.common.ServerState
-
是否给出警告,同时把当前登录者纪录到已经警告用户,以后不再通知
- isSingleTrace() - 类 中的静态方法com.seeyon.ctp.login.recorder.ThreadRecorder
-
判断是否启动单个方法跟踪
- isSkipFillData() - 类 中的静态方法com.seeyon.ctp.component.cache.CacheFactory
-
已过时。
- isSQLServerRuntime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是SQLServer数据库
- isStandalone() - 类 中的方法com.seeyon.ctp.common.ws.axiom.XOPSupportStreamReader
-
- isStarted() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isStarted() - 类 中的方法com.seeyon.ctp.common.task.AsynchronousBatchTask
-
- isStartElement() - 类 中的方法com.seeyon.ctp.common.ws.axiom.XOPSupportStreamReader
-
- isStartFlag() - 类 中的方法com.seeyon.ctp.thread.ThreadServer
-
- isStaticPortalStatusOn() - 类 中的静态方法com.seeyon.ctp.portal.PortalInitialition
-
- isStop() - 类 中的方法com.seeyon.ctp.common.microserver.datatransfer.TransferStrategy
-
- isStopped() - 类 中的方法com.seeyon.ctp.common.i18n.domain.LocaleInfo
-
- isSuccess() - 类 中的方法com.seeyon.ctp.common.bo.Result
-
- isSuitDeployMode() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
- isSuperAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isSuperAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isSupport(String) - 类 中的方法com.seeyon.ctp.common.office.trans.adapter.DefaultConfig
-
是否组件支持的Office文件类型。
- isSupport(String) - 接口 中的方法com.seeyon.ctp.common.office.trans.Config
-
判断文件后缀类型是否支持转换
- isSystemAdmin() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
- isSystemAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isSystemAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isSystemMustUseDogLogin(String) - 类 中的方法com.seeyon.ctp.common.authenticate.domain.IdentificationDogManager
-
判断系统是否必须使用狗登录
- isTG() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
是否是通狗
- isThrowableNested() - 类 中的静态方法com.seeyon.ctp.common.web.filter.CTPCsrfGuardUtils
-
- isTokenPerPageEnabled() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isTokenPerPagePrecreate() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isTrack() - 类 中的方法com.seeyon.ctp.common.usermessage.MessageReceiver
-
- isTrustPass(HttpServletRequest) - 类 中的方法com.seeyon.ctp.common.authenticate.TrustAddressManager
-
- isTxt() - 类 中的方法com.seeyon.ctp.common.po.filemanager.V3XFile
-
文件是否为TXT文本文件类型
- isU8OEM() - 类 中的静态方法com.seeyon.ctp.common.AppContext
-
是否是U8-OEM
- isU8OEM() - 枚举 中的静态方法com.seeyon.ctp.common.constants.ProductEditionEnum
-
- isU8OEM() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
是否是U8OEM
- isUnitSystemAdmin() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
是否为系统管理员(单位级)
- isUnlockSelfLock() - 类 中的方法com.seeyon.ctp.common.po.lock.Lock
-
- isUploadLocaleFile(String) - 类 中的静态方法com.seeyon.ctp.common.filemanager.Constants
-
检测是否上传了本地文件,用来标示有附件
- isUseNewTokenLandingPage() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isUserImageEnum(Long) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumManager
-
是否是图片枚举
- isUserImageEnum(CtpEnumBean) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumManager
-
是否是图片枚举
- isUXDBRunTime() - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
-
当前环境 是否是优炫数据库
- isV5External() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
v5编外人员
- isV5External() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isV5Member() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isV5Member() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isValid(Lock) - 接口 中的方法com.seeyon.ctp.common.lock.manager.LockManager
-
判断锁是否有效。
- isValid() - 类 中的方法com.seeyon.ctp.common.rate.SeeyonRateLimiter.RateLimit
-
- isValidate(String) - 类 中的静态方法com.seeyon.ctp.common.formula.FormulaUtil
-
判断指定脚本是否合法,不允许使用一些影响系统性能和稳定性的脚本。
- isValidatedIdcard(String) - 类 中的静态方法com.seeyon.ctp.util.StringUtil
-
验证所有的身份证的合法性
- isValidateExistingTransaction() - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
-
Return whether existing transactions should be validated before participating
in them.
- isValidateWhenNoSessionExists() - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
If csrf guard filter should check even if there is no session for the user
Note: this changed in 2014/04/20, the default behavior used to be to
not check if there is no session.
- isValidDate(String) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
判断字符串是否为指定格式的时间
- isValidRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.web.filter.CTPCsrfGuard
-
- isVaraible(Formula) - 类 中的静态方法com.seeyon.ctp.common.formula.FormulaUtil
-
判断指定公式是否为变量。
- isVisitor() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isVisitor() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isVJoinMember() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.User
-
- isVJoinMember() - 类 中的方法com.seeyon.ctp.common.authenticate.domain.UserWrapper
-
- isWhetherDefault() - 类 中的方法com.seeyon.ctp.common.i18n.domain.LocaleInfo
-
- isWhiteSpace() - 类 中的方法com.seeyon.ctp.common.ws.axiom.XOPSupportStreamReader
-
- isWpsOnlineEnable() - 类 中的方法com.seeyon.ctp.common.po.filemanager.Attachment
-
判断金山在线预览是否可用
- isX64Edition() - 类 中的静态方法com.seeyon.ctp.common.SystemEnvironment
-
是否是64位系统
- isYearMonth(Integer) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
要进行合法性验证的年月数值
- isYearMonth(String) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
要进行合法性验证的年月字符串
- iterate(String) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- iterate(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- iterate(String, Object...) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- iterateInputStreamPartition(InputStream, long, Consumer<StreamPartitionCryptoUtil.PartitionIteratorEntity>) - 类 中的静态方法com.seeyon.ctp.common.filemanager.manager.filecrypt.StreamPartitionCryptoUtil
-
- iterator() - 类 中的方法com.alibaba.fastjson.JSONArray
-
- iterator() - 类 中的方法com.seeyon.ctp.cluster.notification.BatchNotification
-
- iterator() - 类 中的方法com.seeyon.ctp.common.CTPArrayList
-
- iterator() - 类 中的方法com.seeyon.ctp.common.CTPHashSet
-
- iterator() - 类 中的方法com.seeyon.ctp.common.CTPLinkedList
-
- iterator() - 类 中的方法com.seeyon.ctp.common.queue.AbstractCTPQueue
-
- iterator() - 接口 中的方法com.seeyon.ctp.component.cache.CacheSet
-
Returns an iterator over the elements in this set.
- iterator() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericCacheSet
-
- iterator() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisCacheSet
-
- iterator() - 类 中的方法com.seeyon.ctp.util.array.ArrayBase
-