A B C D E F G H I J K L M N O P Q R S T U V W Y

F

FileDownloadEvent - com.seeyon.ctp.common.filemanager.event 中的 类
文件下载事件,在文件下载设置输出流之前触发。
FileDownloadEvent(Object, V3XFile, long, HttpServletRequest, HttpServletResponse, FileManager) - 类 com.seeyon.ctp.common.filemanager.event.FileDownloadEvent 的构造方法
 
FileItem - com.seeyon.ctp.common.filemanager.event 中的 接口
 
FileManager - com.seeyon.ctp.common.filemanager.manager 中的 接口
 
FileUploadEvent - com.seeyon.ctp.common.filemanager.event 中的 类
文件上传事件,在文件上传到服务器存储在文件系统中并保存到数据库之前触发。
FileUploadEvent(Object, FileItem) - 类 com.seeyon.ctp.common.filemanager.event.FileUploadEvent 的构造方法
 
find(String, Object...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
find(String, int, int, Map<String, Object>, List<Object>) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
find(String, int, int, Map<String, Object>, Object...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
find(String, String, boolean, Map<String, Object>, List<Object>) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
find(String, String, boolean, Map<String, Object>, Object...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
find(String, Map<String, Object>, List<Object>) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
find(String, Map<String, Object>, Object...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
find(String) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据HQL进行查询操作,查询结果集数据量大时不建议使用 规范规定该方法只能在DAO中调用
find(String, Map) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据HQL和HQL命名参数查询条件进行查询操作,查询结果集数据量大时不建议使用 规范规定该方法只能在DAO中调用
find(String, Map, FlipInfo) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据HQL和HQL命名参数查询条件进行翻页查询操作 规范规定该方法只能在DAO中调用
findAllSidelineAccountCntPost(Long) - 接口 com.seeyon.ctp.organization.manager.OrgManagerDirect 中的方法
获取某单位内所有兼职列表
findBy(String, Object) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
findByCriteria(DetachedCriteria) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据Criteria进行查询操作
findByCriteria(DetachedCriteria, FlipInfo) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据Criteria进行查询操作
findByFileName(String) - 接口 com.seeyon.ctp.common.filemanager.manager.FileManager 中的方法
 
findByLike(String, String) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
findByNamedQuery(String) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据hbm中配置的hql查询语句进行查询操作,查询结果集数据量大时不建议使用 <hibernate-mapping> <query name="samples_hibernate_findAll"><!
findByNamedQuery(String, Map) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据hbm中配置的hql查询语句和指定参数进行查询操作。
findByNamedQuery(String, Map, FlipInfo) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据hbm中配置的hql查询语句和指定参数进行翻页查询操作。
findByNamedQueryAndValueBean(String, Object) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据hbm中配置的hql查询语句和指定参数Value Bean进行查询操作,查询结果集数据量大时不建议使用
findByNamedQueryAndValueBean(String, Object, FlipInfo) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据hbm中配置的hql查询语句和指定参数Value Bean进行翻页查询操作
findByValueBean(String, Object) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据HQL查询语句和指定参数Value Bean进行查询操作,查询结果集数据量大时不建议使用 规范规定该方法只能在DAO中调用
findByValueBean(String, Object, FlipInfo) - 类 com.seeyon.ctp.util.DBAgent 中的静态方法
根据HQL查询语句和指定参数Value Bean进行翻页查询操作 规范规定该方法只能在DAO中调用
findDataById(long, long, String[]) - 类 com.seeyon.ctp.form.service.V5FormService 中的静态方法
查找主表数据对象(包含重复项表)
findFormBean() - 类 com.seeyon.ctp.form.bean.FormTableBean 中的方法
 
findFormTableBean() - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
 
findMasterDataList(long, String[], int, int, String, String) - 类 com.seeyon.ctp.form.service.V5FormService 中的静态方法
获取表单主表信息列表,主要用于无流程表单提取列表
findModifyEntity(String, Date) - 接口 com.seeyon.ctp.organization.manager.OrgManager 中的方法
根据时间获取在这时间后修改的实体列表
findRealFieldBean() - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
解决各种关联表单与数据关联嵌套的核心方法,加上表单自定义控件字段 返回关联表单的FormFieldBean
findSerialNumberIds4Formula() - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
获取计算式中的流水号ID,用逗号分隔
findSimpleObjects(List<Criterion>, List<Order>, String...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
findSimpleObjects(List<Criterion>, List<Order>, int, int, String...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
findUnique(String, Map<String, Object>, List<Object>) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
findUnique(String, Map<String, Object>, Object...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
findUniqueBy(String, Object) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
findWithCount(String, String, Map<String, Object>, Object...) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
findWithCount(String, String, Map<String, Object>, List<Object>) - 类 com.seeyon.ctp.common.dao.BaseDao 中的方法
 
fireEvent(Event) - 类 com.seeyon.ctp.event.EventDispatcher 中的静态方法
触发事件,不抛出异常,只记录日志。
fireEventAfterCommit(Event) - 类 com.seeyon.ctp.event.EventDispatcher 中的静态方法
触发事件,不立即触发。
fireEventWithException(Event) - 类 com.seeyon.ctp.event.EventDispatcher 中的静态方法
触发事件,有异常则抛出。
FlipInfo - com.seeyon.ctp.util 中的 类
Title: T1开发框架 Description: 翻页信息类。
FlipInfo() - 类 com.seeyon.ctp.util.FlipInfo 的构造方法
翻页信息类初始化
FlipInfo(int) - 类 com.seeyon.ctp.util.FlipInfo 的构造方法
翻页信息类初始化
FlipInfo(int, int) - 类 com.seeyon.ctp.util.FlipInfo 的构造方法
翻页信息类初始化
FlipInfo(Map) - 类 com.seeyon.ctp.util.FlipInfo 的构造方法
 
FlipPageInfo - com.seeyon.ctp.util 中的 类
Title: T1开发框架 Description: 翻页信息类,带界面交互信息。
FlipPageInfo(HttpServletRequest) - 类 com.seeyon.ctp.util.FlipPageInfo 的构造方法
根据HttpServletRequest请求初始化翻页信息类
FlipPageInfo(HttpServletRequest, Map) - 类 com.seeyon.ctp.util.FlipPageInfo 的构造方法
根据HttpServletRequest请求和自定义参数初始化翻页信息类
FlipPageInfo(int, int) - 类 com.seeyon.ctp.util.FlipPageInfo 的构造方法
根据当前要显示页和每页记录数初始化翻页信息类
format(Date, String) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
将日期转成字符串, 指定显示格式,使用当前登录者所在时区和语言
format(Date, String, Locale) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
将日期转成字符串, 指定显示格式
format(Date, String, TimeZone) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
将日期转成字符串, 指定显示格式,并转换成指定区域的时区,如果不采用时区,即用TimeZone.getDefault()
format(Date, String, TimeZone, Locale) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
将日期转成字符串, 指定显示格式
format(Date, String) - 类 com.seeyon.ctp.util.DateUtil 中的静态方法
根据传入的日期格式化pattern将传入的日期格式化成字符串。
format(Date) - 类 com.seeyon.ctp.util.DateUtil 中的静态方法
将传入的日期按照默认形势转换成字符串(yyyy-MM-dd)
formatDate(Date) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
将日期转成字符串,格式为yyyy-MM-dd,使用当前登录者所在时区和语言
formatDateOrDatetime(Date) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
格式化为日期或者日期+时间, 判别依据是:时、分、秒、毫秒都为0
formatDatetime(Date) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
将日期转成字符串,格式为yyyy-MM-dd HH:mm:ss,使用当前登录者所在时区和语言
formatDateTime(Date) - 类 com.seeyon.ctp.util.DateUtil 中的静态方法
获取(yyyy-MM-dd HH:mm:ss)格式的日期时间
formatDatetimeWithoutSecond(Date) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
将日期转成字符串,格式为yyyy-MM-dd HH:mm,使用当前登录者所在时区和语言
formateToLocaleDate(Date) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
日期转换成字符串,采用当前登录的语言
formateToLocaleDatetime(Date) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
日期转换成字符串,采用当前登录的语言
formatFileSize(long, boolean) - 类 com.seeyon.ctp.util.Strings 中的静态方法
将文件大小格式化输出
如: Strings.formatFileSize(123456L, false) --> 120.47 KB
Strings.formatFileSize(12345678L, false) --> 11.77 MB
Strings.formatFileSize(18L, true) --> 1 KB
Strings.formatFileSize(18L, false) --> 18 B
前端显示采用${v3x:formatFileSize(21433L, true)}
formatLongToTimeStr(long) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
long型数据转换
formatMins2TimeStr(Integer) - 类 com.seeyon.ctp.util.Datetimes 中的静态方法
将分钟数转换成XX小时XX分
FormAuthViewBean - com.seeyon.ctp.form.bean 中的 类
表单操作权限对于XML中的operation标签
FormAuthViewBean() - 类 com.seeyon.ctp.form.bean.FormAuthViewBean 的构造方法
 
FormBean - com.seeyon.ctp.form.bean 中的 类
表单信息主类
FormBean() - 类 com.seeyon.ctp.form.bean.FormBean 的构造方法
 
FormDataBean - com.seeyon.ctp.form.bean 中的 类
表单动态表超类,抽象重复项表与主表
FormDataBean() - 类 com.seeyon.ctp.form.bean.FormDataBean 的构造方法
 
FormDataBean(FormAuthViewBean, FormTableBean, boolean...) - 类 com.seeyon.ctp.form.bean.FormDataBean 的构造方法
构造空数据(如果有默认值则填充默认值)的对象
FormDataBean(Map<String, Object>, FormTableBean, boolean...) - 类 com.seeyon.ctp.form.bean.FormDataBean 的构造方法
FormDataBean构造器
FormDataMasterBean - com.seeyon.ctp.form.bean 中的 类
表单动态业务主表类
FormDataMasterBean(FormAuthViewBean, FormTableBean, boolean...) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 的构造方法
构造空数据(如果有默认值则填充默认值)的对象
FormDataMasterBean(Map<String, Object>, FormTableBean, boolean...) - 类 com.seeyon.ctp.form.bean.FormDataMasterBean 的构造方法
 
FormFieldBean - com.seeyon.ctp.form.bean 中的 类
.
FormFieldBean() - 类 com.seeyon.ctp.form.bean.FormFieldBean 的构造方法
 
FormFieldBean(String, String, String, String) - 类 com.seeyon.ctp.form.bean.FormFieldBean 的构造方法
获取对应组织机构、日期、系统变量的FormFieldBean,其中只设置了getHtml所必须的属性,其他情况不建议使用
formLogManager - 类 com.seeyon.ctp.form.modules.trigger.FormTriggerActionTypeManager 中的变量
 
formManager - 类 com.seeyon.ctp.form.modules.trigger.FormTriggerActionTypeManager 中的变量
 
FormSerialNumberBean - com.seeyon.ctp.form.bean 中的 类
Title: 流水号描述类 Description: 描述流水号.
FormSerialNumberBean() - 类 com.seeyon.ctp.form.bean.FormSerialNumberBean 的构造方法
 
formTable - 类 com.seeyon.ctp.form.bean.FormDataBean 中的变量
表单中 表格对象
FormTableBean - com.seeyon.ctp.form.bean 中的 类
Title: 表结构对象 Description: 定义表单中所包含表的结构。
FormTableBean() - 类 com.seeyon.ctp.form.bean.FormTableBean 的构造方法
 
FormTriggerActionDesignManager - com.seeyon.ctp.form.modules.trigger 中的 类
 
FormTriggerActionDesignManager() - 类 com.seeyon.ctp.form.modules.trigger.FormTriggerActionDesignManager 的构造方法
 
FormTriggerActionTypeManager - com.seeyon.ctp.form.modules.trigger 中的 类
触发动作父类,所有触发动作继承此类,并实现execute方法,完成动作
FormTriggerActionTypeManager() - 类 com.seeyon.ctp.form.modules.trigger.FormTriggerActionTypeManager 的构造方法
 
formulaGetFormulaBean(Map<String, Object>) - 类 com.seeyon.ctp.form.bean.FormFieldBean 中的方法
返回计算式的 公式对象
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgDutyLevel 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgLevel 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgMember 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgPost 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgProperty 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgRelationship 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgRole 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgTeam 中的方法
 
fromPO(BasePO) - 类 com.seeyon.ctp.organization.bo.V3xOrgUnit 中的方法
 

A B C D E F G H I J K L M N O P Q R S T U V W Y