跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

P

packLog(String) - 接口 中的方法com.seeyon.ctp.monitor.manager.MaintenceManager
 
packLog(String) - 类 中的方法com.seeyon.ctp.monitor.manager.MaintenceManagerImpl
 
Page - com.seeyon.ctp.common.dao.support.page中的类
分页对象.
Page() - 类 的构造器com.seeyon.ctp.common.dao.support.page.Page
构造方法,只构造空页
Page(int, int, int, Object) - 类 的构造器com.seeyon.ctp.common.dao.support.page.Page
默认构造方法
PAGE_SIZE - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
翻页组件每页记录数个性化key
PAGE_TOKENS_KEY - 类 中的静态变量com.seeyon.ctp.common.web.filter.CTPCsrfGuard
 
pagedQuery(Criteria, int, int) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
 
pagedQuery(Criteria, int, int, int) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
 
pagedQuery(String, int, int, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
 
pagedQuery(String, int, int, int, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
 
pagedQuery(Criteria, int, int) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
已过时。
无法保证session close
pagedQuery(Criteria, int, int, int) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
已过时。
无法保证session close
pagedQuery(String, int, int, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
HQL分页查询,默认count的方式
pagedQuery(String, int, int, int, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
HQL分页查询,可以指定具体的模式, 如果是Count方式,须在此层完成hsql的转换与查询。
PageList<E> - com.seeyon.ctp.util中的类
继承自ArrayList,隐式携带分页信息
PageList(FlipInfo) - 类 的构造器com.seeyon.ctp.util.PageList
 
pagenate(List<T>) - 类 中的静态方法com.seeyon.ctp.util.CommonTools
辅助在Manager层进行分页,避免此方法重复、散见于各处
pagenate(List<T>, boolean) - 类 中的静态方法com.seeyon.ctp.util.CommonTools
 
PageParameter - com.seeyon.ctp.common.i18n.pager中的类
分页参数
PageParameter() - 类 的构造器com.seeyon.ctp.common.i18n.pager.PageParameter
 
PageParameter(int, int) - 类 的构造器com.seeyon.ctp.common.i18n.pager.PageParameter
 
PageResult<T> - com.seeyon.ctp.common.i18n.pager中的类
带分页的结果数据
PageResult() - 类 的构造器com.seeyon.ctp.common.i18n.pager.PageResult
 
PageResult(List<T>, PageParameter) - 类 的构造器com.seeyon.ctp.common.i18n.pager.PageResult
 
PageUtil - com.seeyon.ctp.common.i18n.pager中的类
分页工具类
PageUtil() - 类 的构造器com.seeyon.ctp.common.i18n.pager.PageUtil
 
paginate(Criteria) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
 
paginate(Criteria, Order) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
 
paginate(Query) - 类 中的方法com.seeyon.ctp.common.dao.BaseHibernateDao
 
paginate(Criteria) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
已过时。
无法保证session close
paginate(Criteria, Order) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
已过时。
无法保证session close
paginate(Query) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseHibernateDao
已过时。
无法保证session close
Pagination - com.seeyon.ctp.common.dao.paginate中的类
User: lius Date: 2006-11-20 Time: 16:11:12 每次页面刷新对应一个新的threadlocal
Pagination() - 类 的构造器com.seeyon.ctp.common.dao.paginate.Pagination
 
Pagination - com.seeyon.v3x.common.dao.paginate中的类
User: lius Date: 2006-11-20 Time: 16:11:12 每次页面刷新对应一个新的threadlocal
Pagination() - 类 的构造器com.seeyon.v3x.common.dao.paginate.Pagination
 
Parameter_Name_ViewPage - 类 中的静态变量com.seeyon.v3x.common.controller.GenericController
已过时。
 
ParameterAnnotation - com.seeyon.ctp.util.annotation中的类
已过时。
已经废弃没再使用
ParameterAnnotation(Class, String, Method, String, Annotation) - 类 的构造器com.seeyon.ctp.util.annotation.ParameterAnnotation
已过时。
 
ParamUtil - com.seeyon.ctp.util中的类
Title: T1开发框架 Description: 参数处理工具类。
ParamUtil() - 类 的构造器com.seeyon.ctp.util.ParamUtil
 
parse(String) - 类 中的静态方法com.alibaba.fastjson.JSON
 
parse(String, String) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
根据传入的日期格式化patter将传入的字符串转换成日期对象
parse(String) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
将传入的字符串按照默认格式转换为日期对象(yyyy-MM-dd)
parseArr2List(T[]) - 类 中的静态方法com.seeyon.ctp.util.CommonTools
将数组转换为对应的集合
parseJSONFile(CtpLocalFile) - 类 中的静态方法com.seeyon.ctp.common.i18n.util.I18nUtil
解析json文件成Map
parseJsonToMap(String) - 类 中的静态方法com.seeyon.ctp.common.po.DataContainer
 
parseLocale(String) - 类 中的静态方法com.seeyon.ctp.common.i18n.LocaleContext
将字符串转换成Locale对象,与Locale.toString()互逆过程
parseLocale(String) - 类 中的静态方法com.seeyon.ctp.common.i18n.util.I18nUtil
将字符串转换成Local
parseObject(String) - 类 中的静态方法com.alibaba.fastjson.JSON
 
parseObject(String, Type) - 类 中的静态方法com.alibaba.fastjson.JSON
 
parseOf(String) - 枚举 中的静态方法com.seeyon.ctp.common.enums.InitializerModel
 
parseProperties(List<String>) - 类 中的静态方法com.seeyon.ctp.util.MicroCenterConfigUtil
 
parseStr2Ids(String, String) - 类 中的静态方法com.seeyon.ctp.util.CommonTools
辅助方法:将以分隔符拼接起来的ID字符串解析为List<Long>
parseStr2Ids(String) - 类 中的静态方法com.seeyon.ctp.util.CommonTools
辅助方法:将ID字符串如-1223423423,3245232134,2344565788...解析为 List<Long>
parseStr2Ids(HttpServletRequest, String) - 类 中的静态方法com.seeyon.ctp.util.CommonTools
辅助方法:将ID字符串如-1223423423,3245232134,2344565788...解析为 List<Long>
parseStrArr2Ids(String[]) - 类 中的静态方法com.seeyon.ctp.util.CommonTools
将常见的id字符串数据解析为Long型数据集合
parseTimestamp(String, String) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
根据传入的日期格式化patter将传入的字符串转换成Timstamp对象
parseTimestamp(String) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
将传入的字符串按照默认格式转换为Timestamp对象(yyyy-MM-dd)
parseToIds(String, Long) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumNotUsedManager
传入的是name的string 如:a-b-c 解析为对应的枚举id,如123,456,789
parseToName(String) - 接口 中的方法com.seeyon.ctp.common.ctpenumnew.manager.EnumManager
传入的是id的string 如:123,456,789 解析为对应的枚举名称,如a-b-c
parseType(MicroCenterConfigVo, String) - 类 中的静态方法com.seeyon.ctp.util.MicroCenterConfigUtil
解析类型int,boolean,option,password text, directory和address属于text的子类型他需要在后面兼容斜杠和路径最后是否带斜杠做的特殊处理
parseTypeAndIdStr2Ids(String) - 类 中的静态方法com.seeyon.ctp.util.CommonTools
用于将同类组织模型的类型和ID拼接字符串解析为ID集合
parseYearMonth(Integer) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
将年月的整数形式(yyyyMM)转换为日期对象返回。
Partition - com.seeyon.ctp.common.po.filemanager中的类
 
Partition() - 类 的构造器com.seeyon.ctp.common.po.filemanager.Partition
 
Partition(Long) - 类 的构造器com.seeyon.ctp.common.po.filemanager.Partition
Constructor for primary key
Partition(Long, String, String) - 类 的构造器com.seeyon.ctp.common.po.filemanager.Partition
Constructor for required fields
PartitionCacheFactory - com.seeyon.ctp.common.filemanager.manager中的类
 
PartitionDAO - com.seeyon.ctp.common.filemanager.dao中的接口
 
PartitionDAOImpl - com.seeyon.ctp.common.filemanager.dao中的类
 
PartitionDAOImpl() - 类 的构造器com.seeyon.ctp.common.filemanager.dao.PartitionDAOImpl
 
PartitionManager - com.seeyon.ctp.common.filemanager.manager中的接口
 
PartitionManagerImpl - com.seeyon.ctp.common.filemanager.manager中的类
 
PartitionManagerImpl() - 类 的构造器com.seeyon.ctp.common.filemanager.manager.PartitionManagerImpl
 
PASSWORD - 类 中的静态变量com.seeyon.ctp.common.constants.LoginConstants
 
path(String) - 类 中的静态方法com.seeyon.ctp.util.InjectionFilter
 
PATH_SEPARATOR - 类 中的静态变量com.seeyon.ctp.system.Constants
 
pathFilter(String) - 类 中的静态方法com.seeyon.ctp.util.InjectionFilter
 
pauseNoCheckOnce() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericAdvancedCacheMap
 
pauseNoCheckOnce() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericIndexCacheMap
 
pauseNoCheckOnce() - 接口 中的方法com.seeyon.ctp.component.cache.NoCheckCacheMap
暂停一次noCheck读取模式,下次get会获取会检验标记get到最新数据,用于put操作,避免更新前的脏读问题
pauseNoCheckOnce() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
 
pauseNoCheckOnce() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisCacheMap
 
pauseNoCheckOnce() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisIndexCacheMap
 
PC_LOGIN_REMIND_TYPE - 类 中的静态变量com.seeyon.ctp.common.usermessage.Constants
 
PDF - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
 
PDFDocumentHandler - com.seeyon.ctp.common.parser中的类
 
PDFDocumentHandler() - 类 的构造器com.seeyon.ctp.common.parser.PDFDocumentHandler
 
PDFFileParser - com.seeyon.ctp.common.parser中的类
ר�Ž���PDF�ĵ�,����ЩPDF�ļ���֧��
PDFFileParser() - 类 的构造器com.seeyon.ctp.common.parser.PDFFileParser
�չ�����
PDFFileParser(CtpAbstractFile) - 类 的构造器com.seeyon.ctp.common.parser.PDFFileParser
������,�������ʱ�贫��������ļ���,��������߾Ͳ������ֹ�����setFile()������ ��Ȼ,Ҳ�����ÿչ�����,Ȼ�����setFile()ʵ��ͬ��Ĺ���,����Ե����߶��ԾͶ�д��һ�����ô��� �˹������ʺ���û�м��ܵ�PDF�ĵ�,Ĭ�ϳ�ȡ���ݵ��ַ����Ϊgb2312,Ĭ�ϳ�ȡȫ����������
PDFFileParser(CtpAbstractFile, String, int, int) - 类 的构造器com.seeyon.ctp.common.parser.PDFFileParser
������,�ʺ��ڸ��ӵ�PDF����
PDFSIGN - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
 
peek() - 类 中的方法com.seeyon.ctp.common.queue.AbstractCTPQueue
返回队列头部的元素 ,如果队列为空,则返回null
peekNode() - 类 中的方法com.seeyon.ctp.common.queue.AbstractCTPQueue
返回队列头部的元素 ,如果队列为空,则返回null 接口方法 peek的具体实现,由各自的队列实现类实现
peekNode() - 类 中的方法com.seeyon.ctp.common.queue.CTPBlockQueue
 
peekNode() - 类 中的方法com.seeyon.ctp.common.queue.CTPLinkedQueue
 
PENDING_CENTER_AI_SORT - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
待办中心里面智能排序的开关状态
PendingNotificationQueue - com.seeyon.ctp.cluster.notification中的类
收集延迟处理的通知。
PerfLogConfig - com.seeyon.ctp.monitor.perfmon中的类
 
PerfLogConfig() - 类 的构造器com.seeyon.ctp.monitor.perfmon.PerfLogConfig
 
PerfLogController - com.seeyon.ctp.monitor.perfmon中的类
 
PerfLogController() - 类 的构造器com.seeyon.ctp.monitor.perfmon.PerfLogController
 
perfmonLog(ProceedingJoinPoint) - 类 中的方法com.seeyon.ctp.monitor.perfmon.OperationLog
 
perfmonLog(ProceedingJoinPoint) - 类 中的方法com.seeyon.ctp.monitor.perfmon.PerfLogController
 
PerfmonMisc - com.seeyon.ctp.monitor.perfmon中的类
 
PerfmonMisc() - 类 的构造器com.seeyon.ctp.monitor.perfmon.PerfmonMisc
 
PERFORMANCE_COMMON - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
 
PERFORMANCE_REPORT - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
 
PerformanceConfig - com.seeyon.ctp.common.config中的类
 
PerformanceConfigManager - com.seeyon.ctp.common.config.manager中的接口
 
PerformanceStatistics - com.seeyon.statistics中的类
性能分析调用统计
PerformanceStatistics() - 类 的构造器com.seeyon.statistics.PerformanceStatistics
 
PerformanceStatistics.ExecuteDescription - com.seeyon.statistics中的类
 
performTemporaryTableDDLInIsolation() - 类 中的方法org.hibernate.dialect.resolver.CTPDBDialectProxy
 
permutation(int, int) - 类 中的静态方法com.seeyon.ctp.util.MathUtil
对数学公式P(n,m)的计算实现,P(n,m)又称为A(n,m) 参考公式P(n,m) = n!
persist(Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
 
persist(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
 
PERSONAL_CHARACTER - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
个人性格
PERSONAL_HOBBY - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
个人爱好
PessimisticLockException - org.hibernate中的异常错误
 
PessimisticLockException() - 异常错误 的构造器org.hibernate.PessimisticLockException
 
PHONENUMBER - 类 中的静态变量com.seeyon.ctp.common.constants.LoginConstants
 
pickupExpression(HttpServletRequest, String[]) - 类 中的静态方法com.seeyon.ctp.util.ListSearchHelper
从Request中提取查询表达式类型和表达式值,使用缺省参数名
pickupExpression(HttpServletRequest, String[], String, String) - 类 中的静态方法com.seeyon.ctp.util.ListSearchHelper
从Request中提取查询表达式类型和表达式值
PICTYPES - 类 中的静态变量com.seeyon.ctp.common.office.trans.util.FileType
 
pieFlag - 类 中的静态变量com.seeyon.ctp.event.monitor.EventMonitorItemUtils
 
PipeHandle - com.seeyon.ctp.common.encrypt中的类
 
PipeHandle(InputStream, PipedOutputStream) - 类 的构造器com.seeyon.ctp.common.encrypt.PipeHandle
 
PipelineRedisOpt<K extends java.io.Serializable,HK extends java.io.Serializable,V extends java.io.Serializable> - com.seeyon.ctp.component.cache.redis中的类
 
PipelineRedisOpt(IRedisCaller) - 类 的构造器com.seeyon.ctp.component.cache.redis.PipelineRedisOpt
 
PLAN - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
 
PlatformAppEnum - com.seeyon.ctp.common.config中的枚举
 
PlatformConfigConstants - com.seeyon.ctp.common.config中的类
 
PlatformConfigConstants() - 类 的构造器com.seeyon.ctp.common.config.PlatformConfigConstants
 
PlatformConfigItem - com.seeyon.ctp.common.config中的类
 
PlatformConfigItem() - 类 的构造器com.seeyon.ctp.common.config.PlatformConfigItem
 
PlatformConfigUtil - com.seeyon.ctp.common.config中的类
 
PlatformConfigUtil() - 类 的构造器com.seeyon.ctp.common.config.PlatformConfigUtil
 
PLUGIN_CAP4 - 类 中的静态变量com.seeyon.ctp.route.util.RouteConstants
cap4插件的名称id
PLUGIN_ROUTE - 类 中的静态变量com.seeyon.ctp.route.util.RouteConstants
路由插件的名称id
PLUGIN_ROUTE_NODE_NUM - 类 中的静态变量com.seeyon.ctp.route.util.RouteConstants
路由插件的节点数限制 plugin-key
PluginAddEvent - com.seeyon.ctp.common.plugin中的类
插件增加事件,检测到插件增加时触发.
PluginAddEvent(Set<String>, Object) - 类 的构造器com.seeyon.ctp.common.plugin.PluginAddEvent
 
PluginChangeEvent - com.seeyon.ctp.common.plugin中的类
系统启动时插件状态变更(启用/停用)时触发。
PluginChangeEvent(String, PluginChangeEvent.PluginState, Object) - 类 的构造器com.seeyon.ctp.common.plugin.PluginChangeEvent
 
PluginChangeEvent.PluginState - com.seeyon.ctp.common.plugin中的枚举
 
PluginCustomCode - com.seeyon.ctp.common.service中的类
Title: T1开发框架 Description: 全部系统插件模块的下拉枚举codecfg组件实现 Copyright: Copyright (c) 2012 Company: seeyon.com
PluginCustomCode() - 类 的构造器com.seeyon.ctp.common.service.PluginCustomCode
 
PluginLogger - com.seeyon.ctp.common.log中的接口
插件日志机制
PluginQualifier - com.seeyon.ctp.util.annotation中的注释类型
当使用Inject 或者 Inject注入字段时,如果pluginName对应的插件不存在,就不注入对于的bean
Plugins - com.seeyon.ctp.common.constants中的类
系统插件常量。
Plugins() - 类 的构造器com.seeyon.ctp.common.constants.Plugins
 
plus(Collection, Object) - 类 中的静态方法com.seeyon.ctp.common.script.CtpGroovyCategory
 
plus(Collection, Collection) - 类 中的静态方法com.seeyon.ctp.common.script.CtpGroovyCategory
 
plus(Number, Collection) - 类 中的静态方法com.seeyon.ctp.common.script.CtpGroovyCategory
 
plus(Date, Integer) - 类 中的静态方法com.seeyon.ctp.common.script.CtpGroovyCategory
 
plus(Date, Double) - 类 中的静态方法com.seeyon.ctp.common.script.CtpGroovyCategory
 
plus(Date, Date) - 类 中的静态方法com.seeyon.ctp.common.script.CtpGroovyCategory
 
plus(String, Date) - 类 中的静态方法com.seeyon.ctp.common.script.CtpGroovyCategory
重载加号运算 字符串和日期类型相加
plus(Date, String) - 类 中的静态方法com.seeyon.ctp.common.script.CtpGroovyCategory
重载加号运算 日期类型和字符串相加
POLICY_ALLOW - 类 中的静态变量com.seeyon.ctp.common.controller.BaseController
 
POLICY_LOG - 类 中的静态变量com.seeyon.ctp.common.controller.BaseController
 
POLICY_REJECT - 类 中的静态变量com.seeyon.ctp.common.controller.BaseController
 
poll() - 类 中的方法com.seeyon.ctp.common.queue.AbstractCTPQueue
移除并获取队首元素,若成功,则返回队首元素;否则返回null
poll(long, TimeUnit) - 类 中的方法com.seeyon.ctp.common.queue.CTPBlockQueue
移除并获取队首元素,若成功,则返回队首元素;队列无数据,阻塞等待
PollCacheUtil - com.seeyon.ctp.polling.service中的类
 
PollCacheUtil() - 类 的构造器com.seeyon.ctp.polling.service.PollCacheUtil
 
PollingCache - com.seeyon.ctp.polling.service中的类
轮询相关缓存和静态变量定义类
PollingCache() - 类 的构造器com.seeyon.ctp.polling.service.PollingCache
 
PollingEvent - com.seeyon.ctp.polling.event中的类
 
PollingEvent(BasePollMessage) - 类 的构造器com.seeyon.ctp.polling.event.PollingEvent
 
pollNode() - 类 中的方法com.seeyon.ctp.common.queue.AbstractCTPQueue
移除并获取队首元素,若成功,则返回队首元素;否则返回null 接口方法 poll的具体实现,由各自的队列实现类实现
pollNode() - 类 中的方法com.seeyon.ctp.common.queue.CTPBlockQueue
 
pollNode() - 类 中的方法com.seeyon.ctp.common.queue.CTPLinkedQueue
 
PollNotificationHandler - com.seeyon.ctp.polling.service中的类
 
PollNotificationHandler() - 类 的构造器com.seeyon.ctp.polling.service.PollNotificationHandler
 
PollNotificationType - com.seeyon.ctp.polling.message中的枚举
 
pop() - 接口 中的方法com.seeyon.ctp.component.cache.CacheSet
remove and return the random value in the Set.
pop() - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericCacheSet
 
pop() - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisCacheSet
 
PopSelectParseUtil - com.seeyon.ctp.util中的类
弹出流程选择功能工具类
PopSelectParseUtil() - 类 的构造器com.seeyon.ctp.util.PopSelectParseUtil
 
populate(Map<String, ? extends Object>, T) - 类 中的静态方法com.seeyon.ctp.util.BeanUtils
对象值拷贝失败
populateBean(String, RootBeanDefinition, BeanWrapper) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Populate the bean instance in the given BeanWrapper with the property values from the bean definition.
populateService(SpringWebService) - 类 中的方法com.seeyon.ctp.common.ws.CTPSpringWebServiceBuilder
Populates the Axis Service with data from the Spring Web Service
port - 类 中的静态变量com.seeyon.ctp.common.fileupload.util.FileServiceUtil
 
port - 类 中的静态变量com.seeyon.ctp.common.microserver.DataTransferServiceUtil
 
PortalCommonMenuExceptionFactory - com.seeyon.ctp.portal.factory中的类
 
PortalCommonMenuStatisticsManager - com.seeyon.ctp.portal中的接口
 
PortalInitialition - com.seeyon.ctp.portal中的类
初始化静态化门户属性。
PortalInitialition() - 类 的构造器com.seeyon.ctp.portal.PortalInitialition
 
portalThreshold() - 类 中的静态方法com.seeyon.ctp.util.WebConfigUtil
获取门户待办栏目统计阈值
portName - 类 中的变量com.seeyon.ctp.thread.ThreadPort
名称
pos - 类 中的变量com.seeyon.ctp.util.array.ArrayBase
Iterator中的指针
post(String, Object, Class<T>, String) - 接口 中的方法com.seeyon.client.CTPRestClient
 
post(String, Object, Class<T>) - 接口 中的方法com.seeyon.client.CTPRestClient
 
post(String, Object, Class<T>) - 类 中的方法com.seeyon.client.GenericRestClient
 
post(String, Object, Class<T>, String) - 类 中的方法com.seeyon.client.GenericRestClient
 
post(String, Object, Class<T>) - 类 中的方法com.seeyon.client.SpringRestClient
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法com.seeyon.ctp.common.submitLimit.SubmitLimitInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法com.seeyon.ctp.common.thirdparty.menu.AddinMenuInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法com.seeyon.ctp.common.web.ExtendJavascriptInteceptor
控制器的方法已经执行完毕,转换成视图之前的处理;
postProcessAfterInitialization(Object, String) - 类 中的方法com.seeyon.ctp.util.annotation.InjectAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法com.seeyon.ctp.util.annotation.InjectAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
postProcessObjectFromFactoryBean(Object, String) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Applies the postProcessAfterInitialization callback of all registered BeanPostProcessors, giving them a chance to post-process the object obtained from FactoryBeans (for example, to auto-proxy them).
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - 类 中的方法org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
postProcessWebApplicationContext(ConfigurableWebApplicationContext) - 类 中的方法org.springframework.web.servlet.CTPDispatcherServlet
 
POUtil - com.seeyon.ctp.util中的类
BasePO工具类。
POUtil() - 类 的构造器com.seeyon.ctp.util.POUtil
 
preBind(HttpServletRequest, Object, ServletRequestDataBinder) - 类 中的方法com.seeyon.ctp.common.controller.BaseController
回调函数,在BindObject的最开始调用。
precompile(String) - 类 中的方法com.seeyon.ctp.common.script.ScriptEvaluator
 
preCompileScript(String) - 类 中的静态方法com.seeyon.ctp.common.script.GroovyPreCompileDispatcher
 
predictBeanType(String, RootBeanDefinition, Class<?>...) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
prefixInit(String) - 类 中的方法org.springframework.transaction.interceptor.CTPTransationPrinter
如果不包含要打印的方法,则返回为null
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法com.seeyon.ctp.common.submitLimit.SubmitLimitInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法com.seeyon.ctp.common.web.ExtendJavascriptInteceptor
拦截器的前端,执行控制器之前所要处理的方法,通常用于权限控制、日志,其中,Object o表示下一个拦截器;
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法com.seeyon.ctp.common.web.interceptor.CommonInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.login.AbstractLoginInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse) - 接口 中的方法com.seeyon.ctp.login.LoginInterceptor
登录之前的操作
此时AppContext.getCurrentUser()null
preInstantiateSingletons() - 类 中的方法org.springframework.beans.factory.support.CTPBeanFactory
 
preInstantiateSingletons() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
 
premain(String, Instrumentation) - 类 中的静态方法com.seeyon.ctp.component.cache.redis.ObjectSizeFetcher
这个方法先于主方法(main)执行
prepareCriteria(Criteria) - 类 中的方法org.springframework.orm.hibernate3.CTPHibernateTemplate
 
preparedData() - 类 中的方法com.seeyon.ctp.common.AbstractSystemInitializer
所有Initializer完成后,执行数据加载流程。
preparedData() - 类 中的方法com.seeyon.ctp.common.boot.initialize.Foo
 
preparedData() - 类 中的方法com.seeyon.ctp.common.boot.initialize.FooExp
 
preparedData() - 接口 中的方法com.seeyon.ctp.common.SystemInitializer
所有Initializer完成后,执行数据加载流程。
prepareForCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.orm.hibernate3.CTPTransactionManager
 
prepareForCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
Make preparations for commit, to be performed before the beforeCommit synchronization callbacks occur.
prepareQuery(Query, Object) - 类 中的方法org.springframework.orm.hibernate3.CTPHibernateTemplate
 
prepareSynchronization(DefaultTransactionStatus, TransactionDefinition) - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
Initialize transaction synchronization as appropriate.
prepareTransactionStatus(TransactionDefinition, Object, boolean, boolean, boolean, Object) - 类 中的方法org.springframework.transaction.support.CtpAbstractPlatformTransactionManager
Create a new TransactionStatus for the given arguments, also initializing transaction synchronization as appropriate.
PreSpringProcessor - org.springframework.web.servlet中的接口
 
preview(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.office.trans.OfficeTransController
WPS加载项实时预览 //TODO 暂时通过此方法避开digest校验,待改造
print() - 类 中的静态方法com.seeyon.ctp.common.log.CapabilityLogHandler
 
print() - 类 中的方法com.seeyon.ctp.common.log.CapabilityLogHandler.Val
 
PRINT_PREF - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
打印组件用户个性化存储key
printAll(Properties) - 类 中的方法com.seeyon.ctp.common.constants.SystemProperties
debug状态下输出全部
printConfigIfConfigured(ServletContext, String) - 类 中的静态方法com.seeyon.ctp.common.web.filter.CTPCsrfGuardServletContextListener
 
printConnectionCallbackEvent(ProxyConnection, String, String) - 类 中的方法org.springframework.transaction.interceptor.CTPTransationPrinter
 
printStackTrace() - 异常错误 中的方法com.seeyon.ctp.common.exceptions.BusinessException
异常输出,找到非BusinessException类型的引发异常进行打印,否则视为提示信息处理
printStackTrace(PrintWriter) - 异常错误 中的方法com.seeyon.ctp.common.exceptions.BusinessException
异常输出到指定输出流,找到非BusinessException类型的引发异常进行打印,否则视为提示信息处理
printStackTrace(PrintStream) - 异常错误 中的方法com.seeyon.ctp.common.exceptions.BusinessException
异常输出到指定输出流,找到非BusinessException类型的引发异常进行打印,否则视为提示信息处理
printTasklist() - 类 中的方法com.seeyon.ctp.thread.trace.DaoRuntimeData
 
printTransaction(String, TransactionAspectSupport.TransactionInfo, CTPTransationPrinter.MonitorThreadInfo, String, String) - 类 中的方法org.springframework.transaction.interceptor.CTPTransationPrinter
 
printV3XJS(PrintWriter) - 类 中的方法com.seeyon.ctp.common.controller.BaseController
已过时。
使用printV3XJS(HttpServletResponse response)替代。
printV3XJS(HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.controller.BaseController
 
process() - 类 中的方法com.seeyon.ctp.common.parser.Excel2003EventUserModelParser
Initiates the processing
process() - 类 中的方法com.seeyon.ctp.common.parser.Excel2007EventUserModelParser
Initiates the processing of the XLS workbook file to CSV.
process() - 接口 中的方法org.springframework.web.servlet.PreSpringProcessor
该方法在spring容器初始化前,SystemProperties加载后调用.
processBlock() - 类 中的方法com.seeyon.ctp.common.security.SM3Digest
 
processHandlerException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.CTPDispatcherServlet
 
ProcessInDataSource - com.seeyon.ctp.datasource.annotation中的注释类型
 
processIndexClearAfterCommit(L2CacheIndex) - 类 中的静态方法com.seeyon.ctp.component.cache.CacheUtil
 
processIndexInValidAfterCommit(AtomicBoolean) - 类 中的静态方法com.seeyon.ctp.component.cache.CacheUtil
 
processInjection(Object) - 类 中的方法org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
'Native' processing method for direct calls with an arbitrary target instance, resolving all of its fields and methods which are annotated with @Autowired.
processLength(long) - 类 中的方法com.seeyon.ctp.common.security.SM3Digest
 
processListService(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.ws.CtpListingAgent
 
processPcAndMobileOnlineAtSameTime(Long, String, String, Map<Constants.login_sign, OnlineUser.LoginInfo>, String) - 接口 中的方法com.seeyon.ctp.common.usermessage.UserMessageManager
异步处理:登录时PC和移动端同时在线时的消息提醒
processRecord(Record) - 类 中的方法com.seeyon.ctp.common.parser.Excel2003EventUserModelParser
Main HSSFListener method, processes events.
processRequest(AJAXRequest) - 接口 中的方法com.seeyon.v3x.common.ajax.AJAXService
处理AJAX请求,并把数据放置在response中
processRequest(AJAXRequest) - 类 中的方法com.seeyon.v3x.common.ajax.impl.AJAXServiceImpl
 
processSheet(StylesTable, Excel2007EventUserModelParser.ReadonlySharedStringsTable, InputStream) - 类 中的方法com.seeyon.ctp.common.parser.Excel2007EventUserModelParser
Parses and shows the content of one sheet using the specified styles and shared-strings tables.
processUpload(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.fileupload.FileUploadController
上传文件
processUploadForCap4(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.fileupload.FileUploadController
上传文件
processUploadForH5(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.fileupload.FileUploadController
 
processWord(byte[], int) - 类 中的方法com.seeyon.ctp.common.security.SM3Digest
 
PRODUCT_DEFINITION_CATEGORY - 接口 中的静态变量com.seeyon.ctp.common.constants.Constants
产品定义:
ProductEditionEnum - com.seeyon.ctp.common.constants中的枚举
定义系统的各个版本 需要显示他对应的名称,这样来做:
1、在com.seeyon.v3x.common.resources.i18n.SeeyonCommonResources定义显示名称
2、在common\js\i18n\zh-cn.js定义显示名称
key的命名规范是 application.
ProductEditionMap - com.seeyon.ctp.common.constants中的枚举
已过时。
ProductLoader - com.seeyon.ctp.common.i18n.expand中的类
产品线的资源加载; 从不同的产品线目录下加载,需要覆盖的国际化 请添加到国际化资源文件到 /WEB-INF/cfgHome/i18n/i18nPoductLine
ProductLoader() - 类 的构造器com.seeyon.ctp.common.i18n.expand.ProductLoader
 
ProductVersionEnum - com.seeyon.ctp.common.constants中的枚举
A8产品版本号信息
PRODUCTVIEW - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
显示产品导航
PROFESSIONAL_SIGNETURES - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
 
PROJECT - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
 
PROP_ACCOUNT_ID - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_canEdit - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_CATEGORY - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_CATEGORY - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_CATEGORY - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_CHECKSUM - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_CREATE_DATE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_CREATE_MEMBER - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_CREATE_TIME - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Partition
 
PROP_CREATEDATE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_DESCRIPTION - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_DESCRIPTION - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Partition
 
PROP_DESCRIPTION - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_DESCRIPTION - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_DESCRIPTION - 类 中的静态变量com.seeyon.v3x.common.metadata.MetadataItem
 
PROP_END_DATE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Partition
 
PROP_EXTEND - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_FILE_URL - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_FILENAME - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_FILENAME - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
Prop_GenesisId - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_ID - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_ID - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Partition
 
PROP_ID - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_ID - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_ID - 类 中的静态变量com.seeyon.v3x.common.metadata.MetadataItem
 
PROP_LABEL - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_LABEL - 类 中的静态变量com.seeyon.v3x.common.metadata.MetadataItem
 
PROP_MIME_TYPE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_MIME_TYPE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_NAME - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Partition
 
PROP_NAME - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_NAME - 类 中的静态变量com.seeyon.v3x.common.metadata.MetadataItem
 
PROP_PATH - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Partition
 
PROP_REDIS_ADDRESS_PREFIX - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REDIS_CLUSTER_IDLE_TIMEOUT - 类 中的静态变量com.seeyon.ctp.common.dlock.impl.RedissonFactory
 
PROP_REDIS_CLUSTER_PASSWORD - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REDIS_CLUSTER_RETRY_INTERVAL - 类 中的静态变量com.seeyon.ctp.common.dlock.impl.RedissonFactory
 
PROP_REDIS_CLUSTER_SACE_INTERVAL - 类 中的静态变量com.seeyon.ctp.common.dlock.impl.RedissonFactory
 
PROP_REDIS_CONNECT_TIMEOUT - 类 中的静态变量com.seeyon.ctp.common.dlock.impl.RedissonFactory
 
PROP_REDIS_CONNECTION_POOL_SIZE - 类 中的静态变量com.seeyon.ctp.common.dlock.impl.RedissonFactory
 
PROP_REDIS_DB - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REDIS_ENABLED - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REDIS_HOST - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REDIS_PASSWORD - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REDIS_PORT - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REDIS_QUEUE_SIZE - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REDIS_SENTINEL_MASTER_NAME - 类 中的静态变量com.seeyon.ctp.common.dlock.impl.RedissonFactory
 
PROP_REDIS_TASK_TIMEOUT - 类 中的静态变量com.seeyon.ctp.component.cache.redis.RedisConfig
 
PROP_REFERENCE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_resourceBundle - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_role - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_SECRET_LEVEL - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_SIZE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_SIZE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_SORT - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_SORT - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_SORT - 类 中的静态变量com.seeyon.v3x.common.metadata.MetadataItem
 
PROP_START_DATE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Partition
 
PROP_STATE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Partition
 
PROP_SUB_REFERENCE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_TYPE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.Attachment
 
PROP_TYPE - 类 中的静态变量com.seeyon.ctp.common.po.filemanager.V3XFile
 
PROP_TYPE - 类 中的静态变量com.seeyon.v3x.common.metadata.Metadata
 
PROP_VALUE - 类 中的静态变量com.seeyon.v3x.common.metadata.MetadataItem
 
PropertiesLoader - com.seeyon.ctp.common.config中的类
Title: T1开发框架 Description: Properties加载工具类,支持properties或xml格式配置文件加载,xml配置描述如下: Provides the the ability to use simple XML property files.
PropertiesLoader() - 类 的构造器com.seeyon.ctp.common.config.PropertiesLoader
 
PropertiesLoaderTest - com.seeyon.ctp.common.config中的类
 
PropertiesLoaderTest() - 类 的构造器com.seeyon.ctp.common.config.PropertiesLoaderTest
 
PROVIDER_ASPOSE - 接口 中的静态变量com.seeyon.ctp.common.office.rmi.OfficeTransService
 
PROVIDER_YOZO - 接口 中的静态变量com.seeyon.ctp.common.office.rmi.OfficeTransService
 
PrvCheckObj - com.seeyon.ctp.component.cache中的类
 
PrvCheckObj() - 类 的构造器com.seeyon.ctp.component.cache.PrvCheckObj
 
pubEvent(String, Serializable) - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHandler
已过时。
PUBLIC_KEY - 接口 中的静态变量com.seeyon.ctp.security.trans.AppTransSecurityService
 
PublicResourceInitializer - com.seeyon.ctp.common.boot中的接口
 
pubNotification(Notification) - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHandler
已过时。
pubSeeyonEvent(Event) - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHandler
已过时。
push(String) - 类 中的方法com.seeyon.ctp.config.ConfigDeliver
推送配置信息。
push(E) - 类 中的方法com.seeyon.ctp.util.LRUStack
 
pushRecentObj(String, Object) - 类 中的静态方法com.seeyon.ctp.common.authenticate.domain.UserHelper
当前用户最近访问组件放入最近访问对象 - LRU支持
pushRecentObjs(String, List) - 类 中的静态方法com.seeyon.ctp.common.authenticate.domain.UserHelper
当前用户最近访问组件批量放入最近访问对象列表 - LRU支持
put(String, Object) - 类 中的方法com.alibaba.fastjson.JSONObject
 
put(String, Object, Class<T>) - 接口 中的方法com.seeyon.client.CTPRestClient
调用REST服务的PUT请求进行更新。
put(String, Object, Class<T>, String) - 接口 中的方法com.seeyon.client.CTPRestClient
 
put(String, Object, Class<T>) - 类 中的方法com.seeyon.client.GenericRestClient
 
put(String, Object, Class<T>, String) - 类 中的方法com.seeyon.client.GenericRestClient
 
put(String, String) - 类 中的方法com.seeyon.ctp.common.constants.SystemProperties
设置系统属性
put(K, V) - 类 中的方法com.seeyon.ctp.common.CTPConcurrentHashMap
 
put(Locale, Map<String, ResourceInfo>) - 类 中的方法com.seeyon.ctp.common.i18n.ResourceCache
 
put(Locale, String, ResourceInfo) - 类 中的方法com.seeyon.ctp.common.i18n.ResourceCache
 
put(String, Object) - 类 中的方法com.seeyon.ctp.common.po.DataContainer
put(E) - 类 中的方法com.seeyon.ctp.common.queue.CTPBlockQueue
存入元素,队列已满,阻塞等待
put(Object, Object) - 类 中的静态方法com.seeyon.ctp.common.shareMap.V3xShareMap
使用者采用自己的key来保存对象
put(Object) - 类 中的静态方法com.seeyon.ctp.common.shareMap.V3xShareMap
使用者仅仅将要保存的对象传入,该方法将返回保存所用的key 下载时可用该key从HashMap中取出所存如的对象
put(K, V) - 类 中的方法com.seeyon.ctp.common.SoftConcurrentHashMap
 
put(String, long) - 类 中的静态方法com.seeyon.ctp.common.submitLimit.cache.AntiRepeatCacheUtil
 
put(K, V) - 类 中的方法com.seeyon.ctp.common.task.MultMap
 
put(K, V) - 类 中的方法com.seeyon.ctp.component.cache.AdvanceCanalMap
向缓存添加数据
put(K, V) - 接口 中的方法com.seeyon.ctp.component.cache.AdvancedCacheMap
设置缓存。
put(K, V) - 接口 中的方法com.seeyon.ctp.component.cache.CacheMap
设置缓存。
put(K, V) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericAdvancedCacheMap
 
put(K, V) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericCacheMap
 
put(String, V) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericHotDataMap
 
put(K, I) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericIndexCacheMap
 
put(String, V) - 接口 中的方法com.seeyon.ctp.component.cache.HotDataMap
 
put(K, I) - 接口 中的方法com.seeyon.ctp.component.cache.IndexCacheMap
设置指定key对应的数据
put(K, V) - 类 中的方法com.seeyon.ctp.component.cache.IndexCanalMap
向缓存添加数据
put(K, V) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
 
put(K, V) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisCacheMap
插入、更新map对象结构中的mapKey key 在初始化时预制, 每一个RedisCacheMap实例,对应一个key
put(String, V) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisHotDataMap
 
put(K, I) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisIndexCacheMap
 
put(String, Object, String) - 类 中的方法com.seeyon.ctp.session.SessionExpiringMap
 
put(String, boolean) - 类 中的方法com.seeyon.ctp.util.JSObject
Put a key/boolean pair in the JSONObject.
put(String, double) - 类 中的方法com.seeyon.ctp.util.JSObject
Put a key/double pair in the JSONObject.
put(String, int) - 类 中的方法com.seeyon.ctp.util.JSObject
Put a key/int pair in the JSONObject.
put(String, Long) - 类 中的方法com.seeyon.ctp.util.JSObject
Put a key/long pair in the JSONObject.
put(String, long) - 类 中的方法com.seeyon.ctp.util.JSObject
 
put(String, Map) - 类 中的方法com.seeyon.ctp.util.JSObject
 
put(String, Object) - 类 中的方法com.seeyon.ctp.util.JSObject
 
put(String, Collection) - 类 中的方法com.seeyon.ctp.util.JSObject
 
put(K, V) - 类 中的方法com.seeyon.ctp.util.LRUMap
 
putAll(Map<? extends String, ? extends Object>) - 类 中的方法com.alibaba.fastjson.JSONObject
 
putAll(Properties) - 类 中的方法com.seeyon.ctp.common.constants.SystemProperties
批量设置系统属性
putAll(Map<? extends K, ? extends V>) - 类 中的方法com.seeyon.ctp.common.CTPConcurrentHashMap
 
putAll(Map<? extends String, ? extends Object>) - 类 中的方法com.seeyon.ctp.common.po.DataContainer
putAll(Map<K, V>) - 类 中的方法com.seeyon.ctp.component.cache.AdvanceCanalMap
向缓存添加数据
putAll(Map<K, V>) - 接口 中的方法com.seeyon.ctp.component.cache.AdvancedCacheMap
将Map中的所有项目设置到缓存中。
putAll(Map<? extends K, ? extends V>) - 接口 中的方法com.seeyon.ctp.component.cache.CacheMap
将Map中的所有项目设置到缓存中。
putAll(Map<K, V>) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericAdvancedCacheMap
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericCacheMap
 
putAll(Map<K, V>) - 类 中的方法com.seeyon.ctp.component.cache.IndexCanalMap
向缓存添加数据
putAll(Map<K, V>) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisCacheMap
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法com.seeyon.ctp.util.LRUMap
 
putAllThreadContext(Map) - 类 中的静态方法com.seeyon.ctp.common.AppContext
batch put data to ctx map
putCache(String, Object) - 类 中的静态方法com.seeyon.ctp.common.AppContext
 
putData(String, Object) - 类 中的方法com.seeyon.ctp.common.bo.Result
假如返回的数据是个Map,向Map添加数据
putExtraAttr(String, int) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, long) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, short) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, byte) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, float) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, double) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, boolean) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, char) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, String) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, Date) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, BasePO) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, Object) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, List<? extends Object>) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一条属性及它的值
putExtraAttr(String, String[]) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一个字符串数组
putExtraAttr(String, int[]) - 类 中的方法com.seeyon.ctp.common.po.BasePO
向数据集中添加一个整形数组
putListValue() - 类 中的方法com.seeyon.ctp.common.excel.FileToExcelManagerImplTest
 
putMemberLastLocation(Long, HashMap<String, Object>) - 接口 中的方法com.seeyon.ctp.login.online.OnlineManager
已过时。
更新最后一次定位
putNoWait(K, V) - 接口 中的方法com.seeyon.ctp.component.cache.AdvancedCacheMap
写入值,不等待缓存标记更新,在批量写入时能加快速度,异步清除本地缓存,和Redis上的缓存数据.不等待标志返回.
putNoWait(K, V) - 接口 中的方法com.seeyon.ctp.component.cache.CacheMap
写入值,不等待缓存标记更新,在批量写入时能加快速度,异步清除本地缓存,和Redis上的缓存数据.不等待标志返回.
putNoWait(K, V) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericAdvancedCacheMap
 
putNoWait(K, V) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericCacheMap
 
putNoWait(K, V) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
 
putNoWait(K, V) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisCacheMap
 
putProps(String, Object) - 类 中的方法com.seeyon.ctp.component.cache.CanalMapViewer.CacheSimpleData
 
putRequestContext(String, Object) - 类 中的静态方法com.seeyon.ctp.common.AppContext
设置request级上下文参数
putResponseHeader(Properties) - 类 中的方法com.seeyon.ctp.common.constants.SystemProperties
 
putSeed(String, String) - 类 中的静态方法com.seeyon.ctp.common.security.SecurityHelper
存放会话seed到缓存
putSessionContext(String, Object) - 类 中的静态方法com.seeyon.ctp.common.AppContext
设置session级上下文参数
putThreadContext(String, Object) - 类 中的静态方法com.seeyon.ctp.common.AppContext
设置线程上下文参数
putToLocal(K, V) - 接口 中的方法com.seeyon.ctp.component.cache.AdvancedCacheMap
更新一级缓存(本地)指定key的数据,不更新标志,必须在调用startPutToLocal才能使用.
putToLocal(K, V) - 接口 中的方法com.seeyon.ctp.component.cache.CacheMap
更新一级缓存(本地)指定key的数据,不更新标志,必须在调用startPutToLocal才能使用.
putToLocal(K, V) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericAdvancedCacheMap
 
putToLocal(K, V) - 类 中的方法com.seeyon.ctp.component.cache.generic.GenericCacheMap
 
putToLocal(K, V) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisAdvancedCacheMap
 
putToLocal(K, V) - 类 中的方法com.seeyon.ctp.component.cache.redis.RedisCacheMap
 
putTrackTableInfo(JMSQLOperation, String...) - 类 中的静态方法com.seeyon.ctp.util.JDBCAgent
 
PWD_EXPIRATION_TIME - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
密码超期时间
PWD_STRENGTH_VALIDATION_ENABLE - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
是否启用密码强度检测
PWD_STRONG_REQUIRE - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
密码强度要求
PWDMODIFY_FORCE_ENABLE - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
是否密码过期强制修改
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
跳过导航链接