- IBase<T extends AbstractBaseModel> - Interface in cn.sucang.core
-
- IBaseDao<T extends AbstractBaseModel> - Interface in cn.sucang.core.dao
-
- IBaseService<T extends AbstractBaseModel> - Interface in cn.sucang.core.service
-
- IBaseStation - Interface in cn.sucang.core.dao.hr
-
Service和Dao的共同接口方法
- IButtonProcess - Interface in cn.sucang.core.process
-
自定义扩展按钮接口
- ICatalogPageProcess - Interface in cn.sucang.core.process
-
- id - Variable in class cn.sucang.core.model.vo.BaseRequest
-
- IDocviewService - Interface in cn.sucang.doc.service
-
- IEachingCache - Interface in cn.sucang.core.cache
-
缓存管理接口
- IEChartsProcess - Interface in cn.sucang.core.process.face
-
图表元素数据接口
- IEditorExt - Interface in cn.sucang.core.service
-
对客户端FCKEditor编辑器的服务器端扩展,主要是提供普遍的图片保存替换等通用接口操作。
- IFinalUtil - Interface in cn.sucang.core.util
-
- IFormQueryProcess - Interface in cn.sucang.core.process
-
- IHttpCallback - Interface in cn.sucang.core.assist
-
用于HTTP请求的返回值处理回调接口
- IHttpCallbackWithResult - Interface in cn.sucang.core.assist
-
用于需要带返回值的回调接口
- IInitModule - Interface in cn.sucang.core
-
初始化模块操作
还需要增加模块初始化的的先后顺序及先决条件
- ILoginProcess - Interface in cn.sucang.core.process
-
- ImageUtils - Class in cn.sucang.core.util
-
生成缩略图帮助类,可以使用多线程异步创建或者静态方法调用创建。
- ImageUtils(String, int) - Constructor for class cn.sucang.core.util.ImageUtils
-
- IMessage - Interface in cn.sucang.core.model
-
实现新的消息类型时,需要增加类型名称TYPE_**="$name"
并实现接口IMessageService且命名为${name}Service的SpringBean
- IMessageService - Interface in cn.sucang.core.service
-
- IMG_LOCAL_FILE - Static variable in class cn.sucang.core.util.ImageUtils
-
表示本地图片文件
- IMG_URL - Static variable in class cn.sucang.core.util.ImageUtils
-
表示网络URL图片
- ImportData - Class in cn.sucang.imports.model
-
- ImportData() - Constructor for class cn.sucang.imports.model.ImportData
-
- importData(ImportData, InputStream, boolean) - Method in interface cn.sucang.imports.service.ImportDataService
-
返回值为JSON字符串格式,用于多线程获取相关数据.第一次为{threadid:$threadid,total:$recordCount,sucessCount:$nums,failedCount:$nums}
- importData(ImportData, InputStream, boolean, Map<String, String>) - Method in interface cn.sucang.imports.service.ImportDataService
-
- importData(String) - Method in interface cn.sucang.imports.service.ImportDataService
-
导入数据接口,如果字符串以{为开头,则表示JSON格式,否则视为SQL语句。多条JSON或SQL语句都使用\n;\n分隔
- ImportDataDao - Interface in cn.sucang.imports.dao
-
- ImportDataService - Interface in cn.sucang.imports.service
-
导入导出功能的服务接口
- importForm(String) - Method in interface cn.sucang.imports.service.ImportDataService
-
- importSelectItem(String, String, String) - Method in interface cn.sucang.core.service.SelectItemService
-
将data的数据导入为下拉框,数组格式为:Name[|Value],...
JSON格式:[{name:$name,value:$value,visible:$visible},{....]
- INCLUDE_LAYOUT_VIEW - Static variable in class cn.sucang.core.util.Constant
-
用于标识当前布局是否被Include内嵌
- indent(StringBuffer, int) - Static method in class cn.sucang.portal.util.StringUtil
-
- init(JSONObject, String) - Method in interface cn.sucang.bridge.imports.ExcelParser
-
返回0表示已经初始化过,1表示初始完成
- init(JSONObject, InputStream) - Method in interface cn.sucang.bridge.imports.ExcelParser
-
返回0表示已经初始化过,1表示初始完成
- init() - Method in class cn.sucang.core.cache.AbstractCacheManager
-
初始化操作
执行setCacheName(),setKeyPrefix()后初始化,只执行一次
- init() - Method in class cn.sucang.core.cache.CloudCacheManager
-
- init() - Method in class cn.sucang.core.cache.LocalCacheManager
-
- init() - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- init(WebApplicationContext) - Method in interface cn.sucang.core.IInitModule
-
初始化模块操作
- init(HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.core.process.AbstractPageProcess
-
- init(FormQuery, HttpServletRequest, HttpServletResponse) - Method in class cn.sucang.core.process.AbstractQueryProcess
-
- init(HttpServletRequest, HttpServletResponse, boolean) - Method in interface cn.sucang.core.process.ICatalogPageProcess
-
- init(FormQuery, HttpServletRequest, HttpServletResponse) - Method in interface cn.sucang.core.process.IFormQueryProcess
-
用于查询页调用时的初始化
- init(HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.core.process.LangResourceProcess
-
- init(HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.core.process.OrgPageProcess
-
- init(HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.core.process.SystemArgsPageProcess
-
- init(HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.core.process.TestLoggingCatalogProcess
-
- init(IFinalUtil) - Static method in class cn.sucang.core.util.ContextUtils
-
- init(IFinalUtil) - Static method in class cn.sucang.core.util.ResUtils
-
- init(HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.doc.service.DocumentPageProcess
-
- init() - Method in interface cn.sucang.doc.service.TransformDelayQueueManager
-
- init(JSONObject, String) - Method in class cn.sucang.imports.service.Excel2Xml
-
- init(JSONObject, InputStream) - Method in class cn.sucang.imports.service.Excel2Xml
-
- init() - Static method in class cn.sucang.portal.core.bean.PortletApp
-
- init(ServletConfig) - Method in interface cn.sucang.portal.core.PortletContainer
-
- init(Workflow, HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.wf.process.AbstractWorkflowProcess
-
- init(Workflow, HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.wf.process.DefaultWorkflowProcess
-
- init(Workflow, HttpServletRequest, HttpServletResponse, boolean) - Method in interface cn.sucang.wf.process.IWorkflowProcess
-
流程提交时初始化执行的方法
- init(Workflow, HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.wf.process.JavascriptWrapWorkflowProcess
-
- init(HttpServletRequest, HttpServletResponse, boolean) - Method in class cn.sucang.wf.process.UserSignatureProccess
-
- initBeanDefinition(List<String>) - Static method in class cn.sucang.core.util.loader.ProcessDynamicBeanDefinition
-
- initDataSource() - Method in interface cn.sucang.core.service.DataSourceService
-
- initDataSource(DataSourceBean) - Method in interface cn.sucang.core.service.DataSourceService
-
- initialLowerCase(String) - Static method in class cn.sucang.core.util.StrUtils
-
首字母小写
- initialUppercase(String) - Static method in class cn.sucang.core.util.StrUtils
-
首字母大写
- initKey() - Static method in class cn.sucang.core.util.EncryptUtils
-
初始化密钥
- initLangResource() - Method in class cn.sucang.core.util.LangUtils
-
- initNonWebEnv(String) - Static method in class cn.sucang.core.util.ContextUtils
-
初始化非Web环境下的变量,如初始化Log4j日志
- initOperateZero() - Method in class cn.sucang.core.model.PermissionRule
-
初始化操作权限为0即所有为空
- initOut(HttpServletResponse) - Static method in class cn.sucang.core.util.ReqUtils
-
- initPage() - Method in class cn.sucang.core.util.SucangServletPage
-
- InitParam - Class in cn.sucang.portal.core.bean
-
- InitParam() - Constructor for class cn.sucang.portal.core.bean.InitParam
-
- initRequest(HttpServletRequest) - Method in class cn.sucang.core.util.SucangServletRequest
-
- initResource(String[], String) - Method in class cn.sucang.core.util.LangUtils
-
- initSystemArgs() - Method in class cn.sucang.core.util.ResUtils
-
初始化系统参数方法或者更新系统参数
- initThreadLocalEnv() - Method in class cn.sucang.core.util.SucangThread
-
- initUserInfo(HttpServletRequest, String) - Method in class cn.sucang.core.util.ContextUtils
-
用于登录时初始化用户信息时调用
- initUserResource(String) - Method in interface cn.sucang.core.service.UserInfoService
-
- InnerMessage - Class in cn.sucang.core.model
-
- InnerMessage() - Constructor for class cn.sucang.core.model.InnerMessage
-
- InnerMessage(IMessage) - Constructor for class cn.sucang.core.model.InnerMessage
-
- InnerMessageDao - Interface in cn.sucang.core.dao
-
- InnerMessageService - Interface in cn.sucang.core.service
-
- innerReq - Variable in class cn.sucang.core.util.SucangServletRequest
-
- Int2int(Integer[]) - Static method in class cn.sucang.core.util.MapUtils
-
- int2Int(int[]) - Static method in class cn.sucang.core.util.MapUtils
-
- InternalActionResponse - Interface in cn.sucang.portal.core
-
- InternalPortletConfig - Interface in cn.sucang.portal.core
-
- invalidLabelCascade(String, String) - Method in class cn.sucang.core.service.AbstractBaseService
-
检查上下级关系的标签是否正确
- invalidLabelCascade(String, String) - Method in interface cn.sucang.core.service.IBaseService
-
校验检查label标签层级是否正确,返回label不合法或格式错误的记录ID,null或isEmpty()表示正确,否则返回错误的记录ID
- IRowProcess - Interface in cn.sucang.bridge.imports
-
Excel导入解析中行处理器
- isAbort() - Method in class cn.sucang.core.assist.WebProgressThread
-
表示是否被手动中止
- isAir() - Static method in class cn.sucang.core.util.ContextUtils
-
- isAllowAnyUrlAccess() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
判断当前单点登录是否允许任意URL登录,用/*表示
- isAllowSwitchUser() - Static method in class cn.sucang.core.util.ContextUtils
-
返回是否启用帐号切换功能
- isAndroid() - Static method in class cn.sucang.core.util.ContextUtils
-
判断客户端是否Android系统
- isAnonymous() - Static method in class cn.sucang.core.util.ContextUtils
-
- isAttachDownload() - Method in class cn.sucang.wf.model.StepOperator
-
- isAttachPrint() - Method in class cn.sucang.wf.model.StepOperator
-
- isBack() - Method in class cn.sucang.wf.model.StepPath
-
标识是否退回路径
- isBatchSubmit() - Method in class cn.sucang.wf.model.StepInfo
-
- isBoolTrue(Object) - Static method in class cn.sucang.core.util.StrUtils
-
如果s=1,y,yes,true等字符串内容,则返回true.
- isCatalog(String) - Method in interface cn.sucang.core.service.CatalogService
-
确定是否分类模块
- isCell() - Method in class cn.sucang.imports.model.FieldsMapping
-
判断是否单元格,用于能导入常量数据
- isChangeLog() - Method in class cn.sucang.core.model.Catalog
-
确定是否具有修改内容的记录
- isChangeLog() - Method in class cn.sucang.wf.model.Workflow
-
确定是否具有修改内容的记录
- isChildForm() - Method in class cn.sucang.core.model.FormInfo
-
表示当前表单是否有子单存在
- isCloudRuntime() - Static method in class cn.sucang.core.util.ContextUtils
-
判断当前系统是否多数据源的云平台应用
- isCollectionEmpty(Object) - Static method in class cn.sucang.core.util.MapUtils
-
- IScriptEngine - Interface in cn.sucang.core.assist
-
脚本执行接口封装,可实现js,groovy,jpython等。。。
- isDb2() - Static method in class cn.sucang.core.util.ContextUtils
-
- isDebug() - Method in interface cn.sucang.core.assist.IScriptEngine
-
- isDebug() - Method in class cn.sucang.core.util.GroovyUtils
-
- isDebug() - Method in class cn.sucang.core.util.JavascriptEngine
-
- isDebug - Static variable in class cn.sucang.core.util.SQLUtils
-
- isDebugForm() - Static method in class cn.sucang.core.util.StrUtils
-
是否对表单的Sql语句操作开启Debug功能
- isDefaulted() - Method in class cn.sucang.portal.util.LabelBean
-
- isDeleteAction() - Method in class cn.sucang.core.model.DataInterface
-
- isDerby() - Static method in class cn.sucang.core.util.ContextUtils
-
- isDingtalk() - Static method in class cn.sucang.core.util.ContextUtils
-
判断是否钉钉H5内的访问
- isDisabledTheme() - Method in class cn.sucang.core.model.Layout
-
表示当前布局是否禁用主题覆盖,默认都不禁用
- isDot() - Method in class cn.sucang.core.model.vo.H5MenuItem
-
- isDynamicNumber() - Method in class cn.sucang.core.model.NumberRule
-
- isEditLayout() - Method in class cn.sucang.core.model.Layout
-
- isEmpty(Object) - Static method in class cn.sucang.core.cache.JedisPoolConfigInit
-
- isEmpty() - Method in class cn.sucang.core.model.attach.ByteMultipartFile
-
- isEmpty(Object) - Method in interface cn.sucang.core.util.BeanMap
-
指定某键值是否为空,相当于StrUtils.isEmpty(get(key));
- isEmpty(Object) - Static method in class cn.sucang.core.util.StrUtils
-
- isEmpty(Object, boolean) - Static method in class cn.sucang.core.util.StrUtils
-
表示 <null>,长度为0的字符串 ,null,"",'',undefined都被视为空内容
- isEmpty(String) - Static method in class cn.sucang.portal.util.StringUtil
-
- isExist(String) - Method in interface cn.sucang.portal.dao.PortletDao
-
- isExistBeanById(String) - Method in class cn.sucang.core.util.DynamicSpringBean
-
- isExistByName(String) - Method in interface cn.sucang.core.dao.SystemArgsDao
-
确定是否存在该名称的变量
- isExistFunction(String) - Static method in class cn.sucang.core.util.RuntimeJavaUtils
-
- isExistPortletByName(String) - Method in class cn.sucang.portal.core.bean.PortletApp
-
确定指定的Portlets.portletName=$name是否存在于portlet.xml中
- isExportButton() - Method in class cn.sucang.imports.model.ExportResult
-
- isFF() - Static method in class cn.sucang.core.util.ContextUtils
-
- isFillGridWidth() - Method in class cn.sucang.core.model.FormQuery
-
- isFinish() - Method in class cn.sucang.core.assist.WebProgressThread
-
表示是否完成
- isFirstPage() - Method in interface cn.sucang.core.util.PageList
-
确定是否第一页
- isFirstStep() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- isFirstStep() - Method in class cn.sucang.wf.model.StepInfo
-
- isFolder() - Method in class cn.sucang.core.model.Catalog
-
表示当前分类是否文档目录
- isFolder(String) - Method in interface cn.sucang.core.service.CatalogService
-
确定指定的catalogid是否为文件夹即知识管理下的分类模块
- isForwardRequest() - Method in class cn.sucang.wf.model.StepOperator
-
- isForwardWithEdit() - Method in class cn.sucang.wf.model.StepOperator
-
- isFreeLayout() - Method in class cn.sucang.portal.model.PortalPage
-
判断当前门户页是否自由布局,当columnsWidth等于[]或以[[为前缀时 表示允许跨列的自由布局
- isFtpFile() - Method in class cn.sucang.core.model.Attach
-
- isFunction() - Method in class cn.sucang.core.model.SystemArgs
-
- isGecko() - Static method in class cn.sucang.core.util.ContextUtils
-
- isGUID(Object) - Static method in class cn.sucang.core.util.StrUtils
-
判断是否32位小写格式的GUID
- isGUID_Multiple(Object) - Static method in class cn.sucang.core.util.StrUtils
-
判断是否32位的GUID组成的多个id,根据位数的长度和字符限制来判断
- isHibernateQueryCache() - Static method in class cn.sucang.core.util.ContextUtils
-
确定hibernate是否需要二级查询缓存
- isHrSystemTable(String) - Static method in class cn.sucang.core.util.Constant
-
- isHttpFile() - Method in class cn.sucang.core.model.Attach
-
- isIE() - Static method in class cn.sucang.core.util.ContextUtils
-
- isImageFile() - Method in class cn.sucang.core.model.Attach
-
- isInitialized() - Method in interface cn.sucang.portal.core.PortletContainer
-
- isInsertAction() - Method in class cn.sucang.core.model.DataInterface
-
- isIos() - Static method in class cn.sucang.core.util.ContextUtils
-
判断客户端是否ios系统
- isIsAutoRecreatePermission() - Method in class cn.sucang.core.model.Catalog
-
- isIsDisabledTheme() - Method in class cn.sucang.core.model.TreeInfo
-
- isIsFixedLayout() - Method in class cn.sucang.core.model.Layout
-
- isLastPage() - Method in interface cn.sucang.core.util.PageList
-
确定是否最后一页
- isLastStep() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- isLastStep() - Method in class cn.sucang.wf.model.StepInfo
-
- isLocalDs() - Method in class cn.sucang.core.model.FormInfo
-
判断是否本地数据源
- isLog() - Method in class cn.sucang.core.model.Catalog
-
00前缀的文档不再默认记录日志,可以考虑加上开关,不然文档需要记录日志时需要每个分类都要设置一次
- isLog() - Method in class cn.sucang.core.model.ResourceType
-
- isMob() - Static method in class cn.sucang.core.util.ContextUtils
-
判断是否手机终端
- isMobile() - Static method in class cn.sucang.core.util.ContextUtils
-
判断当前请求是否移动端手机请求 判断是否Wap和Mob,或Mob和Touch
- isMobile() - Method in class cn.sucang.portal.model.PortletRef
-
- isMobileSubmit() - Method in class cn.sucang.wf.model.StepInfo
-
- isModify(String) - Method in class cn.sucang.core.util.SClassLoader
-
- isModule() - Method in class cn.sucang.core.model.WebPage
-
- isMongoDb() - Method in class cn.sucang.core.model.FormInfo
-
- isMore() - Method in class cn.sucang.portal.model.PortletRef
-
- isMulti() - Method in class cn.sucang.core.model.BrowserBox
-
- isMulti - Variable in class cn.sucang.core.process.AbstractPageProcess
-
- isMultipart() - Method in interface cn.sucang.core.service.IEditorExt
-
- isMultipart - Variable in class cn.sucang.wf.process.AbstractWorkflowProcess
-
- isMultipartForm() - Method in class cn.sucang.core.model.Layout
-
- isMustSignin() - Method in class cn.sucang.wf.model.Workflow
-
- isMySql() - Static method in class cn.sucang.core.util.ContextUtils
-
- isNonGUIDSelectDynamic() - Method in class cn.sucang.core.model.FormField
-
判断当前字段是否动态多级联动,且非GUID的下拉框值,如果是GUID的下拉框值,则某些情况下不需要特殊处理
判断选项字段validString是否是dynamic为前缀并 不等于dynamic
- isNumber(Object) - Static method in class cn.sucang.core.util.StrUtils
-
- isNumeric() - Method in class cn.sucang.imports.model.FieldsMapping
-
- isOfficeFile() - Method in class cn.sucang.core.model.Attach
-
- isOfficeFile(String) - Static method in class cn.sucang.core.util.StrUtils
-
检测扩展名是否是Office文件: .doc .docx .xls .xlsx .ppt .pptx
- isOfficePreviewSupp(String) - Static method in class cn.sucang.core.util.StrUtils
-
检测指定的扩展名,是否支持预览,除了6类Office和PDf外指定参数officeSupportExtname
- isOnlineStaff(String) - Static method in class cn.sucang.core.util.ContextUtils
-
- isOpera() - Static method in class cn.sucang.core.util.ContextUtils
-
- isOperationUrl() - Method in class cn.sucang.core.model.FormQueryButton
-
用于确定按钮或标签页,是否URL相对地址,
是否需要对选中行进行确认,默认都需要确认。
而如果是链接的话,则不需要确认输出直接获取即可
确定操作内容是否为空
- isOracle() - Static method in class cn.sucang.core.util.ContextUtils
-
- isOrgRelation(String, String, int) - Method in class cn.sucang.core.util.JdbcUtils
-
求RootId和orgId之间的关系
- isPdfFile() - Method in class cn.sucang.core.model.Attach
-
- isPermission(HttpServletRequest) - Static method in class cn.sucang.core.util.ContextUtils
-
根据当前URI获取Permission选项至Request中以便页面使用,如果返回false则默认不检验权限
可以访问getAttribute(LOGIN_IS_PERMISSION)和getAttribute(Constant.
- isPermission(int) - Method in class cn.sucang.wf.model.RequestStatus
-
- isPermissionByStaffid(String) - Method in class cn.sucang.portal.model.PortletRef
-
确定人员是否有权限访问当前元素
- isReadonly() - Method in class cn.sucang.core.model.SystemArgs
-
- isRealDelete() - Method in class cn.sucang.bridge.document.AttachOperationEvent
-
- isRedis() - Method in class cn.sucang.core.model.FormInfo
-
- isReplaceSystemUrl() - Method in class cn.sucang.core.process.AbstractQueryProcess
-
返回请求Json数据的URL是否为当前处理接口,如果是则处理内容转到方法requestJsonData(out)内。
- isReplaceSystemUrl() - Method in interface cn.sucang.core.process.IFormQueryProcess
-
返回请求Json数据的URL是否为当前处理接口,如果是则处理内容转到方法requestJsonData(out)内。
- isRoot() - Static method in class cn.sucang.core.util.ContextUtils
-
- isSafari() - Static method in class cn.sucang.core.util.ContextUtils
-
- isSapServer() - Method in class cn.sucang.core.model.DataSourceBean
-
- isServerPage(String) - Static method in class cn.sucang.core.util.ReqUtils
-
确定指定的Url是否服务器端页面带有*.do,*.jsp和*.pl
- isServerRun() - Method in class cn.sucang.core.model.FormQueryButton
-
是否有服务端代码需要执行
- isSet() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- isSingleton() - Method in class cn.sucang.core.cache.CacheFactory
-
- isSkipEmpty() - Method in class cn.sucang.core.model.NumberRule
-
是否跳过空号,默认跳过,在EL表达式中直接用obj.skipEmpty判断
- isSoftLayout() - Method in class cn.sucang.core.model.Layout
-
- isSqlCondition() - Method in class cn.sucang.wf.model.StepPath
-
- isSqlItem() - Method in class cn.sucang.core.model.SelectItem
-
判断该下拉框是不是定义了从Sql语句取值
- isSqlServer() - Static method in class cn.sucang.core.util.ContextUtils
-
- isStation() - Method in class cn.sucang.core.model.Group
-
- isSupported() - Method in class cn.sucang.portal.util.Language
-
- isSupportFindNode() - Method in class cn.sucang.core.model.TreeInfo
-
- isSystemChannel(String) - Static method in class cn.sucang.core.util.ContextUtils
-
判断指定ID是否系统自带配置的四个频道
- isSystemForm(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- isSystemLog() - Method in class cn.sucang.wf.model.Workflow
-
是否记录系统操作日志
- isTodo() - Method in class cn.sucang.wf.model.RequestLog
-
- isUACompatible() - Static method in class cn.sucang.core.util.ContextUtils
-
用于判断是否Trident/7.0且是IE11的
- isUnique(String, String) - Method in class cn.sucang.imports.model.FieldsMapping
-
- isUniqueCheck() - Method in class cn.sucang.core.model.Layout
-
- isUpdateAction() - Method in class cn.sucang.core.model.DataInterface
-
- isUserResPage() - Method in class cn.sucang.core.model.WebPage
-
判断当前模板是否为css/js在线编辑的内容.为了安全性,防止覆盖系统文件,仅特js/css/files特定目录下的文件能修改
- isValidFile(String) - Method in interface cn.sucang.core.service.IEditorExt
-
检测指定的file是否正确。
- isVisible() - Method in class cn.sucang.portal.model.PortalPage
-
- isVisibleRoot() - Method in class cn.sucang.core.model.TreeInfo
-
- isWap() - Static method in class cn.sucang.core.util.ContextUtils
-
判断是否Wap
- isWebSite() - Method in class cn.sucang.core.model.Catalog
-
表示当前分类是否外部网站或手机频道
- isWebSite() - Method in class cn.sucang.portal.model.PortalPage
-
- isWeixin() - Static method in class cn.sucang.core.util.ContextUtils
-
判断是否微信内访问页面
- isWithDDL() - Method in class cn.sucang.imports.model.ExportResult
-
- isWorkday(Object) - Static method in class cn.sucang.core.util.DateUtils
-
- isWrapFieldsNeed() - Static method in class cn.sucang.core.util.JdbcUtils
-
判断表示当前数据库的字段列名是否需要大小写的限定,默认为Oracle,Derby,Db2都需要加"限定符
- ISyncOrgProcess - Interface in cn.sucang.core.process
-
用于同步组织/角色/岗位/人员时用的接口,用于另外模块自定义实现同步的具体功能,当前模块只是调用而已
方法内需要自行捕获异常,如果长时间处理操作,请使用异步处理.
- ITheme - Interface in cn.sucang.core.model
-
主题调用接口
- IWorkflowProcess - Interface in cn.sucang.wf.process
-
流程处理接口和事件响应类,
接口完成后可以调用WorkflowService.processDebugWorkflowProcess()方法调试
- IWorkflowService - Interface in cn.sucang.core.process
-
用于别的模块调用流程操作用的接口,也被用于工作流接口的WebService实现
该接口需要在Workflow模块中实现并命名SpringBean.id=workflowGenergator