Skip navigation links
Eaching-all 3.7 JavaDoc
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

F

failedCount - Variable in class cn.sucang.core.assist.WebProgressThread
 
failure(HttpResponse) - Method in interface cn.sucang.core.assist.IHttpCallback
当连接失败或Http返回状态码非200 OK时调用
FIELD_MULTIVALUE_PRIFEX - Static variable in class cn.sucang.core.util.Constant
用于多选浏览框字段值太多无法保存,如多先人员ID在权限表中无法保存,用于转存另外表的标记 = #
FIELD_NAME_SPLIT - Static variable in class cn.sucang.core.util.Constant
用于同一个字段名出现在查询条件中区分不同的字段用 = __SUFFIX
FieldsMapping - Class in cn.sucang.imports.model
 
FieldsMapping() - Constructor for class cn.sucang.imports.model.FieldsMapping
 
FieldsMapping(Map<String, Object>) - Constructor for class cn.sucang.imports.model.FieldsMapping
 
FILE_NAME - Static variable in class cn.sucang.core.util.DynamicSpringBean
/datasource.xml
filterClsName(String, String, String) - Static method in class cn.sucang.core.util.StrUtils
将一串CSS样式,根据前缀和后缀符合的则返回,前缀和后缀其中之一可以为空。否则返回null
filterDbKeyField(Object) - Static method in class cn.sucang.core.util.Constant
过虑数据库关键字段(转译)
filterEmoji(String) - Static method in class cn.sucang.core.util.StrUtils
过滤表情字符,用于utf8mb4保存至Mysql失败
filterJsLine(Object) - Static method in class cn.sucang.core.util.StrUtils
转译字符串中JavaScript的特殊字符,***转译双引号',并将换行符清空
filterJsLine2(Object) - Static method in class cn.sucang.core.util.StrUtils
转译字符串中JavaScript的特殊字符,并保留换行符
filterJSText(Object) - Static method in class cn.sucang.core.util.StrUtils
jstr中的JS关键字符转义,以便直接输出为js脚本内容,***转译双引号"
filterPlainText(Object) - Static method in class cn.sucang.core.util.StrUtils
过滤字符串参数为仅保留,英文字母、数字和中文
filterRegexpChar(String) - Static method in class cn.sucang.core.util.StrUtils
过滤字符串中的正则表达式关键词。
filterSqlChar(Object) - Static method in class cn.sucang.core.util.StrUtils
转义Sql中的'字符,关键字符:换行回符和制表符等清空处理
filterSqlChar(Object, int) - Static method in class cn.sucang.core.util.StrUtils
转义特定的SQL字符串,一般用于将字符串转换为SQL语句纯字符时使用,不然请调用filterSqlChar($sql)即可.
如果dbType<=0则只处理单引号转义
filterSqlChar2(String) - Static method in class cn.sucang.core.util.StrUtils
 
FINAL_UTIL - Static variable in class cn.sucang.core.util.Constant
 
FINAL_WHERE - Static variable in interface cn.sucang.core.util.BeanMap
__FINALWHERE用于标识常量条件组合
findAttribute(PageContext, String, Class<T>) - Static method in class cn.sucang.core.util.ReqUtils
 
fixDouble(double, int) - Static method in class cn.sucang.core.util.StrUtils
将$num数值保存$len位
fixDouble2(double) - Static method in class cn.sucang.core.util.StrUtils
将dobule型默认保留两位小数
FixedLayout - Class in cn.sucang.core.model
 
FixedLayout() - Constructor for class cn.sucang.core.model.FixedLayout
 
FixedLayoutField - Class in cn.sucang.core.model
固定布局的字段列表
FixedLayoutField() - Constructor for class cn.sucang.core.model.FixedLayoutField
 
FixedLayoutParser - Class in cn.sucang.core.service
 
FixedLayoutParser() - Constructor for class cn.sucang.core.service.FixedLayoutParser
 
fixFloat(double, int) - Static method in class cn.sucang.core.util.StrUtils
格式化小数位数,需要传入double类型的,否则如184.284F,以六位小数格式化后的结果为184.283997
fixFloat2(double) - Static method in class cn.sucang.core.util.StrUtils
格式化小数位数,需要传入double类型的,否则如184.284F,以六位小数格式化后的结果为184.283997
精度不准确。默认保存2位小数
fixNumber(Object, int, Class<T>) - Static method in class cn.sucang.core.util.StrUtils
 
fliterRegexString(String) - Static method in class cn.sucang.core.util.StrUtils
 
flush() - Method in class cn.sucang.core.dao.AbstractBaseDao
 
flush() - Method in interface cn.sucang.core.dao.IBaseDao
 
Folder - Class in cn.sucang.doc.model
用于封装分类为文件夹类名,便于以后重构扩展或功能分拆
Folder(Catalog) - Constructor for class cn.sucang.doc.model.Folder
 
FolderDao - Interface in cn.sucang.doc.dao
 
FolderDaoHB - Class in cn.sucang.doc.dao.HB
 
FolderDaoHB() - Constructor for class cn.sucang.doc.dao.HB.FolderDaoHB
 
FolderService - Interface in cn.sucang.doc.service
 
FORM_QUERY_EDITOR - Static variable in class cn.sucang.core.util.Constant
查询页数据显示列中的Sql自定义列同时用于可编辑属性的设置标记 = Editor
FORM_TOTAL_FIELD - Static variable in class cn.sucang.core.util.Constant
查询页标识需要统计求和之类的字段列 = __TOTAL_FIELD
format(Date) - Static method in class cn.sucang.portal.util.DateFormatter
 
format(Date, String) - Static method in class cn.sucang.portal.util.DateFormatter
 
format(Date, Locale, String) - Static method in class cn.sucang.portal.util.DateFormatter
 
formatDate(Object, String) - Static method in class cn.sucang.core.util.DateUtils
 
formatHost(String) - Static method in class cn.sucang.core.util.ReqUtils
对传入的host地址格式化:https?://host[:port]
formatLabel(int) - Static method in class cn.sucang.core.util.StrUtils
 
formatSQLINWhere(Object) - Static method in class cn.sucang.core.util.StrUtils
将$id1,$id2,$id3...格式化为'$id1','$id2','$id3',...
formatUpgradeSQL(String) - Static method in class cn.sucang.core.util.JdbcUtils
Deprecated.
//以前遗留的类,不启用
formatZhMoney(String, boolean) - Static method in class cn.sucang.core.util.GB2Alpha
 
FormChangeLog - Class in cn.sucang.core.model
 
FormChangeLog() - Constructor for class cn.sucang.core.model.FormChangeLog
 
FormChangeLogDao - Interface in cn.sucang.core.dao
 
FormChangeLogService - Interface in cn.sucang.core.service
 
FormdataService - Interface in cn.sucang.ws.service
 
FormField - Class in cn.sucang.core.model
 
FormField() - Constructor for class cn.sucang.core.model.FormField
 
FormFieldDao - Interface in cn.sucang.core.dao
 
FormInfo - Class in cn.sucang.core.model
 
FormInfo() - Constructor for class cn.sucang.core.model.FormInfo
 
FormInfoChild - Class in cn.sucang.core.model
 
FormInfoChild() - Constructor for class cn.sucang.core.model.FormInfoChild
 
FormInfoChildDao - Interface in cn.sucang.core.dao
 
FormInfoDao - Interface in cn.sucang.core.dao
 
formInfoService - Variable in class cn.sucang.core.process.AbstractPageProcess
 
formInfoService - Variable in class cn.sucang.core.process.AbstractQueryProcess
 
FormInfoService - Interface in cn.sucang.core.service
 
FormItem() - Constructor for class cn.sucang.bridge.dingtalk.dto.DingRequest.FormItem
 
FormItem(String, String) - Constructor for class cn.sucang.bridge.dingtalk.dto.DingRequest.FormItem
 
FormQuery - Class in cn.sucang.core.model
 
FormQuery() - Constructor for class cn.sucang.core.model.FormQuery
 
formQuery - Variable in class cn.sucang.core.process.AbstractQueryProcess
 
FormQueryButton - Class in cn.sucang.core.model
 
FormQueryButton() - Constructor for class cn.sucang.core.model.FormQueryButton
 
FormQueryColumnDecorator - Class in cn.sucang.core.util
 
FormQueryColumnDecorator(FormQueryData) - Constructor for class cn.sucang.core.util.FormQueryColumnDecorator
必须设置data的setDisplayTagId()属性,用该${tagId}获取行对象,${tagId}_rowNum表示行号
FormQueryDao - Interface in cn.sucang.core.dao
 
FormQueryData - Class in cn.sucang.core.model
 
FormQueryData() - Constructor for class cn.sucang.core.model.FormQueryData
 
FormQueryExport - Class in cn.sucang.core.model
用于查询页的数据导出定义和列字段说明
FormQueryExport() - Constructor for class cn.sucang.core.model.FormQueryExport
 
FormQuerySearch - Class in cn.sucang.core.model
 
FormQuerySearch() - Constructor for class cn.sucang.core.model.FormQuerySearch
 
FormQueryService - Interface in cn.sucang.core.service
 
FORMULAR_VAR_FLAG - Static variable in class cn.sucang.core.util.Constant
存放明细表的公式变量名称
forwardMessageView(HttpServletRequest, HttpServletResponse, String) - Static method in class cn.sucang.core.util.ReqUtils
将msg消息显示到指定的messagePage.jsp页面中,不缓存当前页面信息,还有保证输出HTML的页面完整性
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links
Eaching-all 3.7 update@2019-06-05 11:00:00

Copyright © 2019 by Sucang.cn