- GB2Alpha - Class in cn.sucang.core.util
-
- GB2Alpha() - Constructor for class cn.sucang.core.util.GB2Alpha
-
- generateAccessKey(String, String) - Method in interface cn.sucang.bridge.site.MobileUserService
-
根据用户ID生成accesskey有效期:暂默认为1天
- generateAgentPermission(String, RequestOperator, StepOperator) - Method in interface cn.sucang.wf.service.RequestService
-
生成代理人员的权限,用于权限重构时调用
- generateCode(OutputStream) - Static method in class cn.sucang.core.util.VerifyCode
-
- generateFile(String, Map<String, Object>, Writer) - Static method in class cn.sucang.core.util.TemplateUtils
-
根据模板和Context内容生成至Writer流中。
- generateFile(String, Map<String, Object>, String) - Static method in class cn.sucang.core.util.TemplateUtils
-
生成根据模板和Write生成静态文件至路径
- generateFirstLogin(String) - Method in interface cn.sucang.bridge.site.MobileUserService
-
生成第一次用户登录所需的信息,如果当前用户已登录则同时生成tokenId
如果返回null表示未授权,或授权已到期
返回值格式为{errNum:1,errMsg'ok',value:'xxxx'}如果errNum小于0就表示有异常
- generateImage(OutputStream, String, int, int) - Static method in class cn.sucang.core.util.ImageUtils
-
- generateNumber(String, int) - Static method in class cn.sucang.core.service.NumberRuleService
-
- generateNumber(String, int, Map<String, String>) - Static method in class cn.sucang.core.service.NumberRuleService
-
如:String rule="DATE${yyyy}-${MM}-${dd}(${nnnnnn}-${rr})";
- generateNumber(String, String, String, int) - Method in class cn.sucang.core.service.NumberRuleService
-
- generateNumber2(String, String) - Method in class cn.sucang.core.service.NumberRuleService
-
根据配置的编码规则和参数条件,生成编号或根据参数生成动态编号
- generaterRule(PermissionRule, WfRequest, BeanMap<String, Object>) - Method in class cn.sucang.wf.model.StepOperator
-
根据操作者对象StepOperator生成对应的权限规则对象PermissionRule
动态权限规则生成为CatalogPermissionRule
在后续生成真实的流程访问权限的时候,静态规则的PermissionRule则直接保存
而动态权限规则再生成具体的哪一类型的静态规则作为访问权限
则CatalogPermissionRule保存数据库中用于关联生成的多条静态规则用
- generateStepPermission(WfRequest, StepInfo, boolean, List<RequestOperator>) - Method in interface cn.sucang.wf.service.RequestService
-
根据指定的节点的操作规则StepOperator生成流程权限规则,有可能会抛出未找到操作者的异常:NotFoundOperationException
- generateWebPageFile(WebPage, String) - Static method in class cn.sucang.core.util.TemplateUtils
-
- generateWebPageFile(WebPage, String, String, String) - Static method in class cn.sucang.core.util.TemplateUtils
-
- generatorCatalogData(Catalog, JSONObject) - Method in interface cn.sucang.core.service.CatalogService
-
根据已有的数据ID生成分类数据权限,dataid是指所在的表单的数据ID,同request.dataid
- generatorLayoutContent(PageContext, Layout, PrintWriter) - Method in class cn.sucang.core.service.FixedLayoutParser
-
解析固定布局的输出
- generatorPortlet(HttpServletRequest, HttpServletResponse, String) - Method in interface cn.sucang.portal.service.PortalService
-
- generatorRealRule2(CatalogPermissionRule, List<RequestOperator>) - Method in interface cn.sucang.wf.service.RequestService
-
返回当前动态权限规则的真正规则,即PermissionRuleUser,PermissionRuleStation,PermissionRuleOrg之一。
当前规则只是作为暂存处理动态规则用,不保存至数据库,一对一对应至其他组织/岗位/人员的规则记录中。动态规则有可能会产生多条权限规则
- genGraphImage(String, File) - Static method in class cn.sucang.wf.service.GraphParser
-
- genOAuth2Url(String, String) - Method in interface cn.sucang.bridge.weixin.WeixinOAuthProcess
-
如果appid为非法格式,则直接返回/login.do地址
- genRendererJS(String, boolean) - Method in class cn.sucang.core.model.FormQueryData
-
返回用于客户端JS格式化的函数
- genSignOnInfoCount(String, String, int) - Method in interface cn.sucang.core.service.SingleSignOnInfoService
-
- genSignOnInfoDay(String, String, int, String, String) - Method in interface cn.sucang.core.service.SingleSignOnInfoService
-
返回SingleSignOnInfo,获取单点登录用的IDkey,每次获取都是new对象且已保存至数据库
- getAbsolutePath() - Method in class cn.sucang.core.model.Attach
-
不推荐使用,使用NfsUtils操作已实现不同的文件存储位置的操作方法封装。
- getAccessCount() - Method in class cn.sucang.core.model.UserInfo
-
- getAccount() - Method in class cn.sucang.bridge.cloud.Company
-
- getAction() - Method in class cn.sucang.bridge.document.AttachOperationEvent
-
- getAction() - Method in enum cn.sucang.core.model.vo.RequestAction
-
- getAction() - Method in class cn.sucang.ws.model.WorkflowParams
-
- getActionClazz() - Method in class cn.sucang.core.model.Catalog
-
- getActionClazz() - Method in class cn.sucang.imports.model.ImportData
-
- getActionClazz() - Method in class cn.sucang.wf.model.Workflow
-
- getActionClazz2() - Method in class cn.sucang.wf.model.Workflow
-
- getActionInt() - Method in enum cn.sucang.core.model.vo.RequestAction
-
- getActionInt(String) - Static method in class cn.sucang.core.util.Constant
-
返回所有已知定义的Action操作
- getActionMap(String) - Static method in class cn.sucang.wf.model.WfRequest
-
将Action字符名称转化成索引ID
- getActionName(String) - Method in class cn.sucang.portal.core.PortalContext
-
- getActionName(PortletRequest) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getActionName(int) - Static method in class cn.sucang.wf.model.WfRequest
-
将Action__数字转换为中文名称
- getActionProcess(Map<String, String>) - Method in class cn.sucang.imports.model.ImportData
-
- getActionProcess(WfRequest) - Method in class cn.sucang.wf.model.Workflow
-
- getActionProcess() - Method in class cn.sucang.wf.model.Workflow
-
- getActionText() - Method in class cn.sucang.core.model.Catalog
-
- getActionText() - Method in class cn.sucang.core.model.LoginStartup
-
- getActionText() - Method in enum cn.sucang.core.model.vo.RequestAction
-
- getActionText() - Method in class cn.sucang.core.model.WebPage
-
- getActionText() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getActionText() - Method in class cn.sucang.wf.model.StepInfo
-
- getActionType() - Method in class cn.sucang.core.model.SystemLog
-
- getActionType(String) - Static method in class cn.sucang.core.service.PageProcessEngine
-
根据文本内容判断返回参数文本的脚本类型,是Java类名还是Groovy或者是JS脚本。
如果是groovy脚本,必须是GUID指向模板页内容,默认为JavaScript,如果是类名样式则指向Java接口实现类
- getActionTypeId() - Method in class cn.sucang.core.model.SystemLog
-
- getAddDate() - Method in class cn.sucang.core.model.BrowseMultiValue
-
- getAddDate() - Method in class cn.sucang.core.model.CatalogData
-
- getAdddate() - Method in class cn.sucang.core.model.FixedLayout
-
- getAdddate() - Method in class cn.sucang.core.model.FormChangeLog
-
- getAdddate() - Method in class cn.sucang.core.model.LangResource
-
- getAddDate() - Method in class cn.sucang.core.model.PermissionRule
-
- getAdddate() - Method in class cn.sucang.core.model.ReadLog
-
- getAdddate() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getAdddate() - Method in class cn.sucang.core.model.site.OuterUser
-
- getAdddate() - Method in class cn.sucang.core.model.SqlLine
-
- getAddDate() - Method in class cn.sucang.core.model.SystemLog
-
- getAddDate() - Method in class cn.sucang.core.model.TestTable
-
- getAddDate() - Method in class cn.sucang.core.model.UserInfo
-
- getAdddate() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getAdddate() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getAddDate() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getAdddate() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getAdddate() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getAdddate() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getAdddate() - Method in class cn.sucang.wf.model.UserSignature
-
- getAddDate() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getAddDateObject() - Method in class cn.sucang.core.model.SystemLog
-
- getAddressBylatLng(double, double) - Static method in class cn.sucang.core.util.BaiduApiUtils
-
根据经纬度获取 中文的街道路名地址,如果转换失败,返回null.
- getAfterAllSteps(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
获取指定节点之后的所有节点,不包含当前节点,但包含结束节点在内。
- getAgentByid() - Method in class cn.sucang.wf.model.RequestLog
-
- getAgentByid() - Method in class cn.sucang.wf.model.RequestOperator
-
- getAgentByid() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getAgentByStaff() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getAgentid() - Method in class cn.sucang.core.model.BaseMessage
-
- getAgentid() - Method in interface cn.sucang.core.model.IMessage
-
获取微信或钉钉的应用id
- getAgentid() - Method in class cn.sucang.core.model.InnerMessage
-
- getAgentid() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getAgentOperator(String, RequestOperator) - Method in interface cn.sucang.wf.dao.RequestOperatorDao
-
根据当前操作者,获取代理人操作或者被代理人操作,如果返回为null表示既没有代理人也没有被代理人
- getAgentOperator(String, RequestOperator) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
根据当前操作者,获取代理人操作或者被代理人操作,如果返回为null表示既没有代理人也没有被代理人
- getAgentStaff() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getAgentStaffName() - Method in class cn.sucang.wf.model.RequestLog
-
- getAliasName() - Method in class cn.sucang.core.dao.datasource.CropDatabase
-
- getAlign() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getAllOperateAction() - Static method in class cn.sucang.core.util.Constant
-
获取所有的操作权限
- getAllOrgids() - Method in class cn.sucang.core.model.Staff
-
获取所有所属组织ID,包括主部门和兼职部门并用逗号分隔,第一位为主部门
- getAllowempty() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getAllowStaffids() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getAllStation() - Method in class cn.sucang.core.model.Staff
-
返回主岗位ID和兼职岗位ID组成的字符串
- getAllSubordinate() - Method in class cn.sucang.core.model.PermissionRuleOrg
-
- getAllSubordinate() - Method in class cn.sucang.core.util.OptRule
-
- getAllSubordinate() - Method in class cn.sucang.wf.model.StepOperator
-
- getAllSuperior() - Method in class cn.sucang.core.util.OptRule
-
- getAllWorkflow() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getAlwaysAccumulation() - Method in class cn.sucang.core.model.NumberRule
-
- getAndWhere() - Method in interface cn.sucang.core.util.BeanMap
-
用于当查询页的条件返回对象为BeanMap类型时用该方法返回串接好的SQL条件语句
见FormQueryService.getQueryWhereObject(...);等价于FormQueryService.getQueryWhere(...);
- getApiCode() - Method in class cn.sucang.core.service.SmsService
-
- getApplicationContext() - Static method in class cn.sucang.core.util.BeanUtils
-
兼容非WebApplicaion情况下的Spring单元测试用
- getArgsList() - Method in class cn.sucang.core.model.SystemArgs
-
- getArray() - Method in class cn.sucang.wf.model.MxGeometry
-
- getArrayBytes() - Method in class cn.sucang.core.util.ScaleImage
-
- getArrays(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getArrays(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getArriveRemindType() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getArriveRemindType() - Method in class cn.sucang.wf.model.StepInfo
-
- getArriveRemindType() - Method in class cn.sucang.wf.model.StepOperator
-
- getArriveRemindTypes() - Method in class cn.sucang.wf.model.StepOperator
-
获取到达提醒的方式,返回值已从节点属性中继承获得
- getAs() - Method in class cn.sucang.wf.model.MxArray
-
- getAs() - Method in class cn.sucang.wf.model.MxGeometry
-
- getAs() - Method in class cn.sucang.wf.model.MxPoint
-
- getAssignStaffid() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getAttach() - Method in class cn.sucang.bridge.document.AttachOperationEvent
-
- getAttachById(String) - Method in interface cn.sucang.ws.service.FormdataService
-
- getAttachDeletes() - Method in interface cn.sucang.core.model.LayoutData
-
获取待删除的附件ID
- getAttachDeletes() - Method in class cn.sucang.core.model.LayoutDataImpl
-
- getAttachDeletes() - Method in class cn.sucang.core.model.vo.BaseLayoutData
-
- getAttachFiletype() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getAttachid() - Method in class cn.sucang.bridge.document.AttachOperationEvent
-
- getAttachid() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getAttachids() - Method in class cn.sucang.core.model.InnerMessage
-
- getAttachIds() - Method in class cn.sucang.wf.model.RequestLog
-
- getAttachImgHeight() - Method in class cn.sucang.core.model.FormQueryExport
-
- getAttachImgWidth() - Method in class cn.sucang.core.model.FormQueryExport
-
- getAttachList() - Method in interface cn.sucang.core.model.LayoutData
-
获取上传附件的对象(未保存Attach对象及指向的附件文件).
- getAttachList() - Method in class cn.sucang.core.model.LayoutDataImpl
-
- getAttachList() - Method in class cn.sucang.core.model.vo.BaseLayoutData
-
- getAttachList(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
返回指定字段前缀的附件
- getAttachListByOrder(String[]) - Method in interface cn.sucang.core.service.AttachService
-
根据附件ID按数组顺序获取附件对象,如果其中某个附件不存在,则返回空
- getAttachMaxsize() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getAttachNums() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getAttachPath() - Static method in class cn.sucang.core.util.ContextUtils
-
获取附件保存的路径,先默认从eaching.properties中eaching.attachPath获取值
如果不存在则从数据库参数配置中attachPath变量的值,返回的路径以/为结尾
- getAttachPermit() - Method in class cn.sucang.wf.model.StepOperator
-
- getAttachs() - Method in class cn.sucang.doc.model.DocReply
-
- getAttachs() - Method in class cn.sucang.doc.model.Document
-
- getAttachTextByIds(String) - Method in interface cn.sucang.core.dao.AttachBase
-
根据附件字段ID获取显示文本
- getAttr1() - Method in class cn.sucang.core.model.BaseMessage
-
- getAttr1() - Method in interface cn.sucang.core.model.IMessage
-
- getAttr1() - Method in class cn.sucang.core.model.InnerMessage
-
- getAttr2() - Method in class cn.sucang.core.model.BaseMessage
-
- getAttr2() - Method in interface cn.sucang.core.model.IMessage
-
- getAttr2() - Method in class cn.sucang.core.model.InnerMessage
-
- getAttr3() - Method in class cn.sucang.core.model.BaseMessage
-
- getAttr3() - Method in interface cn.sucang.core.model.IMessage
-
- getAttr3() - Method in class cn.sucang.core.model.InnerMessage
-
- getAttribute(HttpServletRequest, String, Class<T>) - Static method in class cn.sucang.core.util.ReqUtils
-
- getAttributeBoolean(Object, String) - Static method in class cn.sucang.core.util.PageUtils
-
获取obj.$attrName:boolean
- getAttributeObject(Object, String) - Static method in class cn.sucang.core.util.PageUtils
-
获取obj.$attrName:Object
- getAttributeString(MutableAttributeSet) - Static method in class cn.sucang.core.util.HtmlTextUtils
-
- getAttributeString(Object, String) - Static method in class cn.sucang.core.util.PageUtils
-
获取obj.$attrName:String
- getAuthorList(String) - Method in interface cn.sucang.doc.dao.DocumentDao
-
获取文档作者ID列表
- getAuthorList(String) - Method in class cn.sucang.doc.dao.HB.DocumentDaoHB
-
- getAutoComplete() - Method in class cn.sucang.core.model.BrowserBox
-
- getAutoFlow() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
[1,操作者存在于上一节点,2,操作者存在于之前的节点,3:自动流转(用于保留节点步骤) ]
- getAutoFlow() - Method in class cn.sucang.wf.model.StepInfo
-
[1,操作者存在于上一节点,2,操作者存在于之前的节点,3:自动流转(用于保留节点步骤) ]
- getAutoRecreatePermission() - Method in class cn.sucang.core.model.Catalog
-
- getAutoRefresh() - Method in class cn.sucang.portal.model.PortletRef
-
- getBackgroundColor() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getBackStep() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
退回节点,如果为空表示不需要退回,1、表示'1'之前的节点选择框,2、指定的节点
- getBackStep() - Method in class cn.sucang.wf.model.StepInfo
-
退回节点,如果为空表示不需要退回,1、表示'1'之前的节点选择框,2、指定的节点
- getBackStepsById(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getBackStepsById(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
Deprecated.
- getBadge() - Method in class cn.sucang.core.model.vo.H5MenuItem
-
- getBASE64(String) - Static method in class cn.sucang.core.util.EncodeUtils
-
- getBaseDao() - Method in class cn.sucang.core.service.AbstractBaseService
-
- getBbox() - Method in class cn.sucang.core.model.FormField
-
- getBean(String) - Static method in class cn.sucang.core.util.BeanUtils
-
获取Spring的Bean对象
- getBean(String, Class<T>) - Static method in class cn.sucang.core.util.BeanUtils
-
- getBeanByType(Class<T>) - Static method in class cn.sucang.core.util.BeanUtils
-
- getBeanMap(HttpServletRequest) - Static method in class cn.sucang.core.util.ReqUtils
-
- getBeanMap(HttpServletRequest, String, String) - Static method in class cn.sucang.core.util.ReqUtils
-
根据某一前缀获取数据为Map
- getBeanMap(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getBeanMap() - Method in class cn.sucang.core.util.SucangServletRequest
-
- getBeanMap(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getBeansByType(Class<T>) - Static method in class cn.sucang.core.util.BeanUtils
-
获取实现该接口的所有Bean对象
- getBeforeStepListById(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
获取指定节点的所有之前的节点列表
- getBirthday() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getBoolean(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getboolean(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getBoolean(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getBoolean(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getBorder() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getBoundChar() - Static method in class cn.sucang.core.util.JdbcUtils
-
根据数据库类型返回字段的边界符,Oracle,Derby,Db2为”,MySql为`,Sqlserver为[ **非对称
- getBoundChar(int) - Static method in class cn.sucang.core.util.JdbcUtils
-
- getBoundChar2() - Static method in class cn.sucang.core.util.JdbcUtils
-
根据数据库类型返回字段的边界符,Oracle,Derby,Db2为”,MySql为`,Sqlserver为] **非对称
- getBoundChar2(int) - Static method in class cn.sucang.core.util.JdbcUtils
-
- getBoxMulti() - Method in class cn.sucang.core.model.FormField
-
返回0表示当前字段非浏览框,返回1表示单选浏览框,返回2表示多选浏览框
- getBrowseBoxDao() - Method in class cn.sucang.core.service.NumberRuleService
-
- getBrowserParams() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getBrowserWhere(String, String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
生成浏览框查询SQL条件,格式如 INSTR(fieldName,',1,')>0 or INSTR(fieldName,',13,')>0
- getBrowserWhere2(String, String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
生成浏览框查询SQL条件,格式如 fieldName in (1,11,13,5)
- getBrwoserDatainterface() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getBrwoserText() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getBtnById(String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
- getBtnsByPageId(String, int, String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
返回指定的类型的按钮(菜单,Tab按钮)
- getBtnsByPageId(String, int, int, String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
返回指定的类型的按钮(菜单,Tab按钮)
- getBtnsByPageId(String, int) - Method in interface cn.sucang.core.service.FormQueryService
-
返回指定的类型的按钮(菜单,Tab按钮)
- getBtnsByPageId(String, int, int) - Method in interface cn.sucang.core.service.FormQueryService
-
返回指定的类型的按钮(菜单,Tab按钮)
- getBtnsByWhere(String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
- getButtons() - Method in class cn.sucang.core.model.FormQuery
-
- getByAccount(String) - Method in interface cn.sucang.bridge.cloud.CompanyService
-
根据企业注册的帐号名称来查询,不存在则返回null
- getByDataid(String) - Method in interface cn.sucang.core.dao.CatalogDataDao
-
- getByDataid(String, String, String) - Method in interface cn.sucang.ws.service.FormdataService
-
根据查询条件获取分类卡片数据
- getByDomain(String) - Method in interface cn.sucang.bridge.cloud.CompanyService
-
根据绑定的域名来查询,不存在则返回null
- getById(String) - Method in interface cn.sucang.bridge.cloud.CompanyService
-
根据id来获取,不存在则返回null
- getById(String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getById(String, Class<O>) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getById(String) - Method in interface cn.sucang.core.IBase
-
获取指定对象id的对象
- getById(String, Class<O>) - Method in interface cn.sucang.core.IBase
-
根据Id获取指定类型的对象
- getById(String) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getById(String, Class<O>) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getById(int, String) - Method in interface cn.sucang.core.service.PermissionService
-
如果type为0表示依次查询组织/岗位/角色/人员中是否有匹配的权限ID
- getByName(String) - Method in interface cn.sucang.core.dao.DataSourceDao
-
- getByName(String, String) - Method in interface cn.sucang.core.dao.SqlLineDao
-
- getByName(String) - Method in interface cn.sucang.core.dao.SystemArgsDao
-
- getByName(String) - Method in interface cn.sucang.core.service.DataSourceService
-
- getByPid(String) - Method in interface cn.sucang.core.service.AttachService
-
- getByQuery(Map<String, Object>) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getByQuery(Map<String, Object>) - Method in interface cn.sucang.core.IBase
-
Deprecated.
- getByQuery(Map<String, Object>) - Method in class cn.sucang.core.service.AbstractBaseService
-
Deprecated.
- getByResName(String) - Method in interface cn.sucang.core.dao.ResourceTypeDao
-
- getBytes() - Method in class cn.sucang.core.model.attach.ByteMultipartFile
-
- getByWhere(String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getByWhere(String, Object[]) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getByWhere(String, Class<O>) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getByWhere(String, Object[], Class<O>) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getByWhere(String) - Method in interface cn.sucang.core.dao.IBaseDao
-
- getByWhere(String, Object[]) - Method in interface cn.sucang.core.dao.IBaseDao
-
- getByWhere(String, Object[]) - Method in interface cn.sucang.core.IBase
-
- getByWhere(String, Class<O>) - Method in interface cn.sucang.core.IBase
-
- getByWhere(String, Object[], Class<O>) - Method in interface cn.sucang.core.IBase
-
- getByWhere(String, Object[]) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getByWhere(String, Class<O>) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getByWhere(String, Object[], Class<O>) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getByWorkflowid(String, String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getCacheDouble(String) - Static method in class cn.sucang.core.util.BBoxValueCacheUtils
-
- getCacheInt(String) - Static method in class cn.sucang.core.util.BBoxValueCacheUtils
-
- getCacheLong(String) - Static method in class cn.sucang.core.util.BBoxValueCacheUtils
-
- getCacheName() - Method in class cn.sucang.core.cache.AbstractCacheManager
-
- getCacheName() - Method in interface cn.sucang.core.cache.IEachingCache
-
获取当前缓存的cacheName
- getCacheObject(String) - Static method in class cn.sucang.core.util.BBoxValueCacheUtils
-
- getCacheValue(String) - Static method in class cn.sucang.core.util.BBoxValueCacheUtils
-
- getCallback() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getCanBatchSubmit() - Method in class cn.sucang.wf.model.StepInfo
-
- getCanClose() - Method in class cn.sucang.portal.model.PortletRef
-
- getCanEdit() - Method in class cn.sucang.portal.model.Portlets
-
- getCanHelp() - Method in class cn.sucang.portal.model.Portlets
-
- getCanMobileSubmit() - Method in class cn.sucang.wf.model.StepInfo
-
- getCapacity() - Method in class cn.sucang.core.model.DataSourceBean
-
- getCatalog() - Method in class cn.sucang.core.model.SelectItem
-
- getCatalog() - Method in class cn.sucang.imports.model.ImportData
-
- getCatalog() - Method in class cn.sucang.wf.model.Workflow
-
- getCatalogActionClazz(String) - Method in interface cn.sucang.core.service.CatalogService
-
如果当前$mid模块没有定义actionClazz则往上继承获取
- getCatalogByFormid(String) - Method in interface cn.sucang.core.service.CatalogService
-
- getCatalogByName(String, String) - Method in interface cn.sucang.core.service.CatalogService
-
同一层级下的Catalog.name是唯一的不可重复
根据名称和父级ID查找分类(目录)
- getCatalogByNameAndParent(String, String) - Method in interface cn.sucang.core.service.CatalogService
-
根据名称和父级名称查找分类(目录)
- getCatalogDao() - Method in class cn.sucang.core.service.MenuService
-
- getCatalogDataByDataid(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getCatalogFormid(String) - Method in interface cn.sucang.core.service.CatalogService
-
如果当前$mid模块没有定义formid则往上继承获取和自动判断权限控制.
- getCatalogid() - Method in class cn.sucang.core.model.BrowserBox
-
- getCatalogid() - Method in class cn.sucang.core.model.CatalogData
-
- getCatalogid() - Method in class cn.sucang.core.model.DataInterface
-
- getCatalogid() - Method in class cn.sucang.core.model.FormInfo
-
- getCatalogid() - Method in class cn.sucang.core.model.FormQuery
-
- getCatalogid() - Method in class cn.sucang.core.model.NumberRule
-
- getCatalogid() - Method in class cn.sucang.core.model.SelectItem
-
- getCatalogid() - Method in class cn.sucang.core.model.TreeInfo
-
- getCatalogid() - Method in class cn.sucang.core.model.WebPage
-
- getCatalogid() - Method in class cn.sucang.imports.model.ImportData
-
- getCatalogid() - Method in class cn.sucang.wf.model.Workflow
-
- getCatalogid() - Method in class cn.sucang.ws.model.WorkflowParams
-
- getCatalogidByType(String) - Static method in class cn.sucang.core.util.ContextUtils
-
根据网站类型获取当前的根目录(分类)ID.
- getCatalogLabel() - Method in class cn.sucang.core.model.SelectItem
-
- getCatalogLayout(String, int) - Method in interface cn.sucang.core.service.CatalogService
-
获取指定模块的指定类型的布局Id
- getCatalogName() - Method in class cn.sucang.core.model.BrowserBox
-
- getCatalogName() - Method in class cn.sucang.core.model.DataInterface
-
- getCatalogName() - Method in class cn.sucang.core.model.FormInfo
-
- getCatalogName() - Method in class cn.sucang.core.model.FormQuery
-
- getCatalogName() - Method in class cn.sucang.core.model.NumberRule
-
- getCatalogName() - Method in class cn.sucang.core.model.SelectItem
-
- getCatalogName() - Method in class cn.sucang.core.model.WebPage
-
- getCatalogName() - Method in class cn.sucang.imports.model.ImportData
-
- getCatalogName() - Method in class cn.sucang.wf.model.Workflow
-
- getCatalogObject() - Method in class cn.sucang.core.model.BrowserBox
-
- getCatalogObject() - Method in class cn.sucang.core.model.DataInterface
-
- getCatalogObject() - Method in class cn.sucang.core.model.FormInfo
-
- getCatalogObject() - Method in class cn.sucang.core.model.FormQuery
-
- getCatalogObject() - Method in class cn.sucang.core.model.NumberRule
-
- getCatalogPermission(String, Staff) - Method in interface cn.sucang.core.service.PermissionService
-
获取指定的用户对指定模块分类具有什么样的权限
- getCatalogPermissionByWhere(String) - Method in interface cn.sucang.core.service.PermissionService
-
- getCatalogPermissionList(Map<String, Object>) - Method in interface cn.sucang.core.service.PermissionService
-
返回模块分类的动态权限规则
- getCellById(String) - Method in class cn.sucang.wf.service.GraphParser
-
根据Id标识获取MxCell
- getCellId() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getCellid() - Method in class cn.sucang.wf.model.StepInfo
-
- getCellid() - Method in class cn.sucang.wf.model.StepPath
-
- getCellIds() - Method in class cn.sucang.wf.service.GraphParser
-
获取所有Cell的Id标识
- getCellInstance(String, String, String, String, int) - Method in class cn.sucang.imports.service.ExcelGenerator
-
- getCells() - Method in class cn.sucang.wf.service.GraphParser
-
- getCellStyle() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getCellType() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getChangeData() - Method in class cn.sucang.core.model.FormChangeLog
-
- getChangeFields() - Method in class cn.sucang.core.model.FormChangeLog
-
- getChannelIds() - Method in class cn.sucang.core.model.UserInfo
-
- getChannelObject() - Method in class cn.sucang.core.model.UserInfo
-
返回推送终端ID和频道ID
- getCheckOptionsJson() - Method in class cn.sucang.core.model.Layout
-
- getChildCatalogid() - Method in class cn.sucang.core.model.FormInfoChild
-
用于明细表记录也关联生成分类权限数据
- getChildCatalogObject() - Method in class cn.sucang.core.model.FormInfoChild
-
- getChildField() - Method in class cn.sucang.core.model.FormInfoChild
-
- getChildFieldName() - Method in class cn.sucang.core.model.FormInfoChild
-
- getChildForm() - Method in class cn.sucang.core.model.FormInfoChild
-
- getChildFormField() - Method in class cn.sucang.core.model.FormInfoChild
-
- getChildFormid() - Method in class cn.sucang.core.model.FormQuery
-
- getChildrenDatas() - Method in interface cn.sucang.core.model.LayoutData
-
返回明细表中的数据对象
Map { 子表ID,子表数据对象列表 }
List [ BeanMap { 子表字段名,子表字段的数据项 } ]---子表的多条记录
BeanMap { rowindex为空时表示新增数据 }
- getChildrenDatas() - Method in class cn.sucang.core.model.LayoutDataImpl
-
- getChildrenDatas() - Method in class cn.sucang.core.model.vo.BaseLayoutData
-
- getChildrenDeleteIds() - Method in interface cn.sucang.core.model.LayoutData
-
明细表中需要删除的(明细)记录ID
- getChildrenDeleteIds() - Method in class cn.sucang.core.model.LayoutDataImpl
-
- getChildrenDeleteIds() - Method in class cn.sucang.core.model.vo.BaseLayoutData
-
- getChildrenForm(String) - Method in interface cn.sucang.core.service.FormInfoService
-
获取所有子表(不包括外键关联类型的扩展),如果空为null
- getChildrenFormName(String) - Method in interface cn.sucang.core.service.FormInfoService
-
用于DWR查询明细表单列表用,带回所有关系(主从,扩展,外键)的子表
- getChildrenLayout() - Method in class cn.sucang.core.model.Layout
-
获取关联当前布局的非软件模式的布局
- getChilForm(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getChilForm(String, String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getChilForms(String) - Method in interface cn.sucang.core.dao.FormInfoDao
-
根据主表获取关联的子表信息,但不包括外键关联表
- getChilForms(String, int) - Method in interface cn.sucang.core.dao.FormInfoDao
-
获取指定关系类型的子表关联对象
- getChilForms(String) - Method in interface cn.sucang.core.service.FormInfoService
-
根据主表获取关联的子表信息
- getChilFormsByChild(String) - Method in interface cn.sucang.core.dao.FormInfoDao
-
- getCity() - Method in class cn.sucang.core.model.site.OuterUser
-
- getClassInstance(String) - Method in class cn.sucang.core.util.SClassLoader
-
- getClassName() - Method in class cn.sucang.portal.core.PortalSimpleCommand
-
- getClassName() - Method in class cn.sucang.portal.model.PortletRef
-
- getClearPassword() - Method in class cn.sucang.core.model.UserInfo
-
- getClearTypeObject(HttpServletRequest, String, int, String) - Static method in class cn.sucang.core.util.ReqUtils
-
根据iType获取明确的数据类型至Object对象中
- getClearTypeObject(HttpServletRequest, String, int, String, String) - Static method in class cn.sucang.core.util.ReqUtils
-
根据iType获取明确的数据类型至Object对象中
- getClearTypeObject(String, int) - Method in class cn.sucang.core.util.SucangServletRequest
-
根据iType获取明确的数据类型至Object对象中
- getClickAction() - Method in class cn.sucang.core.model.FormQuery
-
- getClient() - Method in class cn.sucang.core.model.DataSourceBean
-
- getClientHtml() - Method in class cn.sucang.core.process.AbstractQueryProcess
-
- getClientHtml() - Method in interface cn.sucang.core.process.IFormQueryProcess
-
客户端加载时初始HTML
- getClientInfo(HttpServletRequest) - Static method in class cn.sucang.core.util.ContextUtils
-
- getClientLoaded() - Method in class cn.sucang.core.process.AbstractQueryProcess
-
- getClientLoaded() - Method in interface cn.sucang.core.process.IFormQueryProcess
-
客户端执行加载完毕时需要执行的Script
- getClientScript() - Method in class cn.sucang.core.process.AbstractPageProcess
-
- getClientScript() - Method in class cn.sucang.core.process.AbstractQueryProcess
-
- getClientScript() - Method in interface cn.sucang.core.process.ICatalogPageProcess
-
获取客户端浏览器用的脚本引用名称,如:["/js/catalog/officialDoc.js"]
- getClientScript() - Method in interface cn.sucang.core.process.IFormQueryProcess
-
在查询页中嵌入自定义的的脚本引用,如:return new String[]{"/scripts/userDoc.js"};
- getClientScript() - Method in class cn.sucang.wf.process.AbstractWorkflowProcess
-
- getClientScript() - Method in interface cn.sucang.wf.process.IWorkflowProcess
-
获取客户端浏览器用的脚本引用名称,如:["/js/workflow/officialDoc.js","/js/test1.js"]
- getClientScript() - Method in class cn.sucang.wf.process.JavascriptWrapWorkflowProcess
-
- getClientType() - Method in class cn.sucang.wf.model.RequestLog
-
- getCode() - Method in class cn.sucang.core.model.LangResource
-
- getCode() - Method in class cn.sucang.core.model.vo.ApiResult
-
- getCode() - Method in enum cn.sucang.core.util.ApiConst
-
- getCol1() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getCol1() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getCol1() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getCol2() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getCol2() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getCol2() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getCol3() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getCol3() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getCol3() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getCol4() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getCol4() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getCol5() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getCol5() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getColor() - Method in class cn.sucang.portal.model.PortletRef
-
- getColsInt() - Method in class cn.sucang.core.model.FixedLayout
-
- getColumns() - Method in class cn.sucang.portal.model.PortalPage
-
- getColumns() - Method in class cn.sucang.portal.model.UserPortalColumns
-
- getColumnsHeader() - Method in class cn.sucang.portal.model.PortalPage
-
Deprecated.
- getColumnsObject() - Method in class cn.sucang.portal.model.PortalPage
-
返回结果的格式为:[{width : ** , items : [ id121 , id23 , id21 ]},...]
- getColumnsObject2(boolean) - Method in class cn.sucang.portal.model.PortalPage
-
返回结果的格式为:[{width : ** , items : [ id121 , id23 , id21 ]},...]
- getColumnsWidth() - Method in class cn.sucang.portal.model.PortalPage
-
- getColumnsWidth() - Method in class cn.sucang.portal.model.UserPortalColumns
-
- getCommonVariant() - Static method in class cn.sucang.core.util.ContextUtils
-
- getCompanyName() - Method in class cn.sucang.core.model.Licence
-
- getCompanys() - Method in class cn.sucang.core.model.Licence
-
- getConcat(String...) - Static method in class cn.sucang.core.util.JdbcUtils
-
返回值为串接好的,当前对应的数据库Sql语句
字符串常量值需要两头加单引号
- getCondition() - Method in class cn.sucang.wf.model.StepPath
-
- getConditions() - Method in class cn.sucang.wf.model.StepPath
-
- getConditionTree() - Method in class cn.sucang.wf.model.StepPath
-
- getConnection() - Method in class cn.sucang.core.dao.datasource.SucangProxoolDataSource
-
- getConnStr() - Static method in class cn.sucang.core.util.JdbcUtils
-
- getContent() - Method in class cn.sucang.bridge.dingtalk.dto.DingRequest.FormItem
-
- getContent() - Method in class cn.sucang.core.model.BaseMessage
-
如果是短信类型的话,则保存的是信息内部指向的URL,或者为空。
- getContent() - Method in class cn.sucang.core.model.FixedLayout
-
- getContent() - Method in interface cn.sucang.core.model.IMessage
-
- getContent() - Method in class cn.sucang.core.model.InnerMessage
-
- getContent() - Method in class cn.sucang.core.model.Layout
-
- getContent(String, String, String) - Static method in class cn.sucang.core.util.HttpUtils
-
根据指定的URL和引号页地址,获取当前URL的文本内容
- getContent(String, String) - Static method in class cn.sucang.core.util.HttpUtils
-
根据指定的URL和引号页地址,获取当前URL的文本内容(二进制)未确定文本编码
- getContent() - Method in class cn.sucang.doc.model.Document
-
- getContentField() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getContentFieldName() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getContentType() - Method in class cn.sucang.core.model.attach.ByteMultipartFile
-
- getContext() - Method in class cn.sucang.core.util.SafeProperties
-
- getContextMenus(String) - Method in interface cn.sucang.core.dao.TreeInfoDao
-
- getContextPath() - Static method in class cn.sucang.core.util.ContextUtils
-
- getCountByStatusAndMobile(int, int) - Method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getCountByStatusAndMobile(int, int) - Method in interface cn.sucang.core.dao.UserInfoDao
-
根据人员状态和手机终端登录用户数确定个数
- getCounterSign() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
节点默认为不会签=0
- getCounterSign() - Method in class cn.sucang.wf.model.StepInfo
-
节点默认为不会签=0,1-表示会签,2-表示逐个会签
- getCounterSign() - Method in class cn.sucang.wf.model.StepOperator
-
{'0':'非会签','1':'会签','2':'知会'}
- getCounterSignString() - Method in class cn.sucang.wf.model.StepOperator
-
用于El表示式中从传给Map获取中文转译显示数据
- getCountry() - Method in class cn.sucang.core.model.site.OuterUser
-
- getCounts() - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getCounts(String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getCounts() - Method in interface cn.sucang.core.IBase
-
获取记录总和
- getCounts(String) - Method in interface cn.sucang.core.IBase
-
- getCounts() - Method in class cn.sucang.core.service.AbstractBaseService
-
- getCounts(String) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getCounts(String, String) - Method in interface cn.sucang.core.service.FormInfoService
-
获取指定formId表单的记录数
- getCountsSql(String) - Method in class cn.sucang.core.util.SQLUtils
-
获取指定select的查询记录总数的Sql
- getCountsWhere(String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getCreate() - Method in class cn.sucang.core.util.OptRule
-
- getCreateDate() - Method in class cn.sucang.core.model.Catalog
-
- getCreateDate() - Method in class cn.sucang.core.model.InnerMessage
-
- getCreateDate() - Method in class cn.sucang.core.model.Layout
-
- getCreateDate() - Method in class cn.sucang.core.model.Licence
-
- getCreateDate() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getCreateDate() - Method in class cn.sucang.core.model.WebPage
-
- getCreateDate() - Method in class cn.sucang.doc.model.DocReply
-
- getCreateDate() - Method in class cn.sucang.doc.model.Document
-
- getCreateDate() - Method in class cn.sucang.wf.model.RequestLog
-
- getCreateDateObject() - Method in class cn.sucang.wf.model.WfRequest
-
- getCreateor() - Method in class cn.sucang.core.model.Catalog
-
- getCreaterId() - Method in class cn.sucang.doc.model.Document
-
- getCreateTableSQL(FormInfo) - Method in interface cn.sucang.core.service.FormInfoService
-
每个表单都自动添加rowOrder和catalogid字段
- getCreateTableSQL(FormInfo, int) - Method in interface cn.sucang.core.service.FormInfoService
-
- getCreateTime() - Method in class cn.sucang.bridge.dingtalk.dto.DingRequest
-
- getCreatorid() - Method in class cn.sucang.core.model.CatalogData
-
- getCreatorid() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getCreatorId() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getCreatorName() - Method in class cn.sucang.wf.model.WfRequest
-
- getCreatorType() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
当规则为数据操作者时,返回操作者类型,有staff(默认), station
- getCurrentCompany() - Static method in class cn.sucang.core.util.ContextUtils
-
获取当前访问的企业相关信息
- getCurrentLanguage() - Static method in class cn.sucang.core.util.ContextUtils
-
- getCurrentLeftMenu() - Method in class cn.sucang.core.model.UserInfo
-
返回当前用户是否隐藏还是显示左侧菜单,如果没有定义则返回系统默认
0-无Tab标签 , 1-Tab标签
- getCurrentLocale() - Method in class cn.sucang.portal.core.PortalContext
-
- getCurrentMenuStyle() - Method in class cn.sucang.core.model.UserInfo
-
返回当前用户是否定义菜单样式,如果没有定义则返回系统默认
0-QQ面板型 , 1-弹出菜单型 , 2-树形菜单
- getCurrentMultiTab() - Method in class cn.sucang.core.model.UserInfo
-
返回当前用户是否定义多Tab样式,如果没有定义则返回系统默认
0-隐藏 , 1-显示 , 2-禁止显示
- getCurrentOfficeCtrl() - Method in class cn.sucang.core.model.UserInfo
-
返回值为dianju或goldgrid,如果用户设置中默认则从系统变量DefaultWebOfficeControl中获取
- getCurrentUser() - Static method in class cn.sucang.core.util.ContextUtils
-
- getCustomJsonConfig() - Static method in class cn.sucang.core.util.StrUtils
-
返回经过处理的JSON配置
- getData() - Method in class cn.sucang.core.model.DeleteDatas
-
- getData() - Method in class cn.sucang.core.model.vo.ApiResult
-
- getData() - Method in interface cn.sucang.core.util.PageList
-
获取当前页的真实数据列表,无分页信息的指定页数据
- getData() - Static method in class cn.sucang.imports.service.ExampleExcelGenerate
-
- getDataByUserSql(String, int, int, String, String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
根据定义SQL返回分页数据
- getDataByUserSql(String, int, int, String, String) - Method in interface cn.sucang.core.service.FormQueryService
-
根据定义SQL返回分页数据
- getDataFieldsById(String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
- getDataFieldsByPageId(String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
- getDataFrom() - Method in class cn.sucang.core.model.CatalogData
-
- getDataid() - Method in class cn.sucang.core.model.CatalogData
-
- getDataid() - Method in class cn.sucang.core.model.FormChangeLog
-
- getDataid() - Method in class cn.sucang.core.model.ReadLog
-
- getDataid() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getDataIds() - Method in class cn.sucang.imports.model.ExportResult
-
- getDataInterface() - Method in class cn.sucang.core.model.Catalog
-
- getDataInterface() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getDataInterface() - Method in class cn.sucang.wf.model.StepInfo
-
- getDataModelsByWhere(String, String, JSONObject) - Method in interface cn.sucang.core.service.FormInfoService
-
获取布局需要的数据对象模型
- getDataSource() - Method in class cn.sucang.core.model.FormInfo
-
- getDataSource() - Method in class cn.sucang.core.util.JdbcUtils
-
- getDatasource() - Method in class cn.sucang.imports.model.ImportData
-
- getDatasourceList() - Method in interface cn.sucang.core.service.DataSourceService
-
- getDatasourceName() - Method in class cn.sucang.core.model.FormInfo
-
- getDataStatus() - Method in class cn.sucang.core.model.CatalogData
-
默认值为0,1表示为草稿状态
- getDataType() - Method in class cn.sucang.core.model.FormQuery
-
0表示全部数据,1表示分类模块数据,2表示流程数据,3-自定义数据,4-Sap函数接口
- getDataType() - Method in class cn.sucang.imports.model.ImportData
-
- getDataUniqueCheck() - Method in class cn.sucang.core.model.Layout
-
- getDate(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getDate(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getDate(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getDate1() - Method in class cn.sucang.core.model.UpgradeLog
-
- getDateNow() - Static method in class cn.sucang.core.util.DateUtils
-
- getDateString(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getDays() - Static method in class cn.sucang.portal.util.CalendarUtil
-
- getDbExtra() - Method in class cn.sucang.bridge.cloud.Company
-
- getDbHost() - Method in class cn.sucang.bridge.cloud.Company
-
- getDblClickAction() - Method in class cn.sucang.core.model.FormQuery
-
双击行的动作脚本封装,可以写脚本也可以直接写URL模板
- getDblnum1() - Method in class cn.sucang.core.model.site.OuterUser
-
- getDblnum2() - Method in class cn.sucang.core.model.site.OuterUser
-
- getDblnum3() - Method in class cn.sucang.core.model.site.OuterUser
-
- getDblnum4() - Method in class cn.sucang.core.model.site.OuterUser
-
- getDblnum5() - Method in class cn.sucang.core.model.site.OuterUser
-
- getDbName() - Method in class cn.sucang.bridge.cloud.Company
-
- getDbName() - Method in class cn.sucang.core.service.SmsService
-
- getDbPasswd() - Method in class cn.sucang.bridge.cloud.Company
-
- getDbPort() - Method in class cn.sucang.bridge.cloud.Company
-
- getDbType() - Method in class cn.sucang.core.model.DataSourceBean
-
- getDbType() - Method in class cn.sucang.core.model.FormInfo
-
- getDbType() - Static method in class cn.sucang.core.util.ContextUtils
-
DB_SqlServer=1,DB_MySql=2,DB_Oracle=3 ,DB_Derby=4
- getDbType() - Method in class cn.sucang.imports.model.ExportResult
-
- getDbUser() - Method in class cn.sucang.bridge.cloud.Company
-
- getDefaultBtn() - Method in class cn.sucang.core.model.FormQueryButton
-
- getDefaultBtns() - Method in class cn.sucang.core.model.FormQuery
-
- getDefaultChannel(String) - Static method in class cn.sucang.core.util.ContextUtils
-
根据当前登录模式获取默认的频道根分类(模块)ID,如果是默认系统软件模式则返回空
- getDefaultEditer() - Method in class cn.sucang.core.model.WebPage
-
- getDefaultLang() - Method in class cn.sucang.core.model.UserInfo
-
'cn':'中文简体','tw':'中文繁体','en':'英语'
- getDefaultLayoutByFormid(String, int) - Method in interface cn.sucang.core.service.LayoutService
-
返回指定类型的布局,默认布局始终只有一个
- getDefaultMenuList(Staff) - Method in interface cn.sucang.bridge.site.MobileUserService
-
获取根据手机终端格式化后的菜单数据
- getDefaultOptions() - Method in class cn.sucang.portal.model.Portlets
-
- getDefaultPortal() - Method in interface cn.sucang.bridge.portal.PortalPageService
-
- getDefaultPortal() - Method in class cn.sucang.core.model.UserInfo
-
- getDefaultPortal() - Method in interface cn.sucang.portal.service.PortalService
-
- getDefaultSkin() - Method in class cn.sucang.core.model.UserInfo
-
- getDefaultTextSignature(String) - Method in interface cn.sucang.wf.service.UserSignatureService
-
获取指定人员的默认文字签字意见,如果参数为空则默认为当前登录的用户
- getDefaultValue() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getDefaultValue() - Method in class cn.sucang.core.model.FormField
-
- getDefaultValue() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getDefaultValue2() - Method in class cn.sucang.core.model.FormField
-
- getDelay(TimeUnit) - Method in class cn.sucang.doc.model.DelayOrderTask
-
- getDelete() - Method in class cn.sucang.core.util.OptRule
-
- getDeleteDate() - Method in class cn.sucang.core.model.DeleteDatas
-
- getDesc() - Method in class cn.sucang.portal.util.LabelBean
-
- getDesc() - Method in class cn.sucang.portal.util.Language
-
- getDesc() - Method in class cn.sucang.portal.util.Region
-
- getDescribe() - Method in class cn.sucang.core.model.SystemArgs
-
- getDescribeText() - Method in class cn.sucang.core.model.DataSourceBean
-
- getDescribeText() - Method in class cn.sucang.core.model.FormInfo
-
- getDescribeText() - Method in class cn.sucang.core.model.UpgradeLog
-
- getDescribeText() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getDescribeText() - Method in class cn.sucang.imports.model.ImportData
-
- getDescribeText() - Method in class cn.sucang.portal.model.PortalPage
-
- getDescribeText() - Method in class cn.sucang.wf.model.Workflow
-
- getDescription() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getDestCatalogid() - Method in class cn.sucang.core.model.DataInterface
-
- getDestFieldid() - Method in class cn.sucang.core.model.DataInterfaceField
-
- getDestFieldName() - Method in class cn.sucang.core.model.DataInterfaceField
-
- getDestFieldObject() - Method in class cn.sucang.core.model.DataInterfaceField
-
- getDestFields() - Method in class cn.sucang.core.model.DataInterface
-
- getDestForm() - Method in class cn.sucang.core.model.DataInterface
-
- getDestFormCondition() - Method in class cn.sucang.core.model.DataInterface
-
- getDestFormInfo() - Method in class cn.sucang.core.model.DataInterface
-
- getDestFormName() - Method in class cn.sucang.core.model.DataInterface
-
- getDestFormular() - Method in class cn.sucang.core.model.DataInterface
-
- getDestRelationFieldName() - Method in class cn.sucang.core.model.DataInterface
-
- getDestRelationId() - Method in class cn.sucang.core.model.DataInterface
-
- getDestType() - Method in class cn.sucang.core.model.DataInterface
-
用前缀判断,如果为catalog_为分类,workflow_为工作流,其他为表单数据.
- getDestTypeName() - Method in class cn.sucang.core.model.DataInterface
-
- getDestWorkfowid() - Method in class cn.sucang.core.model.DataInterface
-
- getDetailData(String, HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
获取指定表单的明细数据,id用rowIndex获取
- getDetailData() - Method in class cn.sucang.wf.model.WfRequest
-
- getDetailData2(String, HttpServletRequest, Map<String, FormField>) - Static method in class cn.sucang.core.util.ReqUtils
-
获取指定表单的明细数据,id用rowIndex获取
- getDetailFields() - Method in class cn.sucang.core.model.Layout
-
- getDetailInQuerySql(BrowserBox, String, String) - Method in interface cn.sucang.core.service.BrowseBoxService
-
根据浏览框判断是否指向查询页,并且判断是否带有子表。如果不是则返回null,如果是有子表,则组合为联合查询语句
- getDetailKeyFeilds() - Method in class cn.sucang.core.model.Layout
-
- getDetailMultiView() - Method in class cn.sucang.core.util.Constant
-
该方法用于布局中的EL表达式
- getDetailOptions() - Method in class cn.sucang.core.model.Layout
-
- getDetailOptionsJSON() - Method in class cn.sucang.core.model.Layout
-
- getDetailPairLayout() - Method in class cn.sucang.core.model.Layout
-
- getDetailView() - Method in class cn.sucang.core.model.Layout
-
如果主表也以明细表多行格式的布局
- getDeviceid() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getDingCatalogId() - Method in class cn.sucang.wf.model.Workflow
-
- getDingCatalogName() - Method in class cn.sucang.wf.model.Workflow
-
- getDingid() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getDingid() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getDingRecordid() - Method in class cn.sucang.wf.model.RequestOperator
-
- getDingtalkTodoByRecordid(String, String) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
- getDingtalkTodoByStaffid(String, String) - Method in interface cn.sucang.wf.dao.RequestOperatorDao
-
查找某一个流程下指定人员的,带有推送至钉钉【待办事项】标记的最近的操作者
- getDingtalkTodoByStaffid(String, String) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
查找某一个流程下指定人员的,带有推送至钉钉【待办事项】标记的最近的操作者
- getDingtalkTodoByStepid(String, String, String) - Method in interface cn.sucang.wf.dao.RequestOperatorDao
-
查找某一个流程下指定节点的所有带有推送至钉钉【待办事项】标记的操作者
- getDingtalkTodoByStepid(String, String, String) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
查找某一个流程下指定节点的所有带有推送至钉钉【待办事项】标记的操作者
- getDingUser(String, int) - Method in interface cn.sucang.bridge.dingtalk.DingtalkOAuthProcess
-
如果已登录则返回人员ID,否则返回null
- getDisabled() - Method in class cn.sucang.core.model.FormInfo
-
- getDisabled() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getDisabled() - Method in class cn.sucang.wf.model.Workflow
-
- getDisabled() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getDisabledTheme() - Method in class cn.sucang.core.model.TreeInfo
-
- getDisplayName() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getDisplayTagPage() - Method in interface cn.sucang.core.util.PageList
-
返回DisplayTag所需要的包含分页信息的List
- getDocid() - Method in class cn.sucang.doc.model.DocReply
-
- getDocid() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getDocType(String) - Static method in class cn.sucang.core.util.Constant
-
- getDocType(int) - Static method in class cn.sucang.core.util.Constant
-
- getDoctype() - Method in class cn.sucang.doc.model.Document
-
- getDocument() - Method in class cn.sucang.doc.model.DocReply
-
- getDocviewPostlogService() - Method in class cn.sucang.doc.model.DocTransformMessage
-
- getDomain() - Method in class cn.sucang.bridge.cloud.Company
-
- getDouble(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getdouble(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getDouble(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getdouble(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getDouble(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getdouble(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getDouble(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getdouble(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getDouble(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getdouble(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getDouble(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getDouble(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getDouble(PortletRequest, String) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getDriver() - Method in class cn.sucang.core.model.DataSourceBean
-
- getDriverUrl() - Method in class cn.sucang.core.model.DataSourceBean
-
- getDSBean(String) - Method in class cn.sucang.core.util.DynamicSpringBean
-
- getDspOrder() - Method in class cn.sucang.core.model.BrowseMultiValue
-
- getDsporder() - Method in class cn.sucang.core.model.Catalog
-
- getDspOrder() - Method in class cn.sucang.core.model.FormField
-
- getDsporder() - Method in class cn.sucang.core.model.FormQueryButton
-
- getDsporder() - Method in class cn.sucang.core.model.FormQueryData
-
- getDsporder() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getDspOrder() - Method in class cn.sucang.core.model.Menu
-
- getDspOrder() - Method in class cn.sucang.core.model.SelectItem
-
- getDsporder() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getDspOrder() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getDsporder() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getDsporder() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getDspOrder() - Method in class cn.sucang.portal.model.PortalPage
-
- getDspOrder() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getDspOrder() - Method in class cn.sucang.wf.model.RequestOperator
-
- getDspOrder() - Method in class cn.sucang.wf.model.StepInfo
-
- getDspOrder() - Method in class cn.sucang.wf.model.StepOperator
-
- getDspOrder() - Method in class cn.sucang.wf.model.StepPath
-
- getDsporder() - Method in class cn.sucang.wf.model.Workflow
-
- getDsType() - Method in class cn.sucang.core.model.DataSourceBean
-
- getDsTypeString() - Method in class cn.sucang.core.model.DataSourceBean
-
- getDuty() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getEachingProperty(String) - Static method in class cn.sucang.core.util.ContextUtils
-
从eaching.properties中获取属值值
- getEdge() - Method in class cn.sucang.wf.model.MxCell
-
- getEdit() - Method in class cn.sucang.core.util.OptRule
-
- getEditable() - Method in class cn.sucang.core.model.FormQueryData
-
- getEditLayout() - Method in class cn.sucang.core.model.Catalog
-
null,表示继承上级,0表示默认布局
- getEditorJs(FormField) - Method in class cn.sucang.core.model.FormQueryData
-
用于查询页的字段列编辑功能的EditorGridPanel的编辑代码
- getElFactory() - Static method in class cn.sucang.core.util.ContextUtils
-
- getEmail() - Method in class cn.sucang.core.model.site.OuterUser
-
- getEmail() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getEmptyWhere(String) - Static method in class cn.sucang.core.util.JdbcUtils
-
获取兼容Oracle和SqlServer的字段为空的条件
- getEnabled() - Method in class cn.sucang.core.model.DataSourceBean
-
- getEncodeByStaffid(String) - Static method in class cn.sucang.core.util.ContextUtils
-
获取当前用户的Office登录混淆码
- getEndDate() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getEndRecordNum() - Method in interface cn.sucang.core.util.SplitPageInfo
-
获取当前页的最后记录数.
- getEngine() - Static method in class cn.sucang.core.util.TemplateUtils
-
获取BeetlEngine对象
- getEntityClass() - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getEntityClass() - Method in class cn.sucang.core.model.AbstractBaseModel
-
- getEntityObject() - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getErrMsg() - Method in class cn.sucang.bridge.site.AjaxResult
-
- getErrMsg() - Method in interface cn.sucang.core.assist.IScriptEngine
-
获取错误信息
- getErrMsg() - Method in interface cn.sucang.core.process.face.IEChartsProcess
-
返回错误信息
- getErrMsg() - Method in class cn.sucang.core.service.GoldgridWebOfficeService
-
- getErrMsg() - Method in class cn.sucang.core.util.GroovyUtils
-
- getErrMsg(int) - Static method in class cn.sucang.core.util.HttpUtils
-
如果没有收集错误,则返回null
- getErrMsg() - Method in class cn.sucang.core.util.JavascriptEngine
-
- getErrMsg() - Method in class cn.sucang.core.util.RequestValidation
-
Deprecated.
- getErrMsg() - Method in class cn.sucang.core.util.ValidationUtils
-
- getErrmsg() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getErrMsg() - Method in class cn.sucang.imports.model.ExportResult
-
- getErrNum() - Method in class cn.sucang.bridge.site.AjaxResult
-
- getErrorMsg(int) - Method in class cn.sucang.core.service.SmsService
-
- getErrorMsg() - Static method in class cn.sucang.core.util.GroovyUtils
-
- getErrorMsgByCode(int) - Method in interface cn.sucang.core.service.IMessageService
-
获取具体的错误信息
- getErrorMsgByCode(int) - Method in interface cn.sucang.core.service.InnerMessageService
-
- getErrorMsgByCode(String, int) - Method in interface cn.sucang.core.service.MessageService
-
获取具体的错误信息,根据msgType到指定的具体服务类中查询
- getErrorMsgByCode(int) - Method in class cn.sucang.core.service.PushMessageService
-
- getErrorMsgByCode(int) - Method in class cn.sucang.core.service.SmsService
-
- getErrorUrl(int) - Static method in class cn.sucang.core.util.ContextUtils
-
获取错误页面URL,主要用于JSP页面的权限检查或其他错误时转向用
- getEvalExpress() - Method in class cn.sucang.core.model.LoginStartup
-
- getEvalText(HttpServletRequest, HttpServletResponse) - Method in class cn.sucang.core.model.WebPage
-
返回模板解析运算后的文本,只限于Velocity模板和JS脚本
- getEvalText(Map<String, Object>) - Method in class cn.sucang.core.model.WebPage
-
返回模板解析运算后的文本,只限于Beetl模板和JS脚本
- getExcelCfg() - Static method in class cn.sucang.imports.service.ExampleExcelGenerate
-
- getExcludeWorkflowid() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getExpirationCache() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getExport() - Method in class cn.sucang.core.util.OptRule
-
- getExportTemplate() - Method in class cn.sucang.core.model.FormQueryExport
-
- getExportType() - Method in class cn.sucang.core.model.FormQueryExport
-
- getExtendType() - Method in class cn.sucang.core.model.FormInfoChild
-
0-主从表,1-扩展表,3-外键关联表(用于查询页表连接或带出明细字段时使用,布局关联或保存时又不需要关联的情况)
默认为主从表
- getExternalUrl(String, String) - Method in interface cn.sucang.doc.service.IDocviewService
-
获取文档的查看链接,如果附件没有上传到Docview则直接以外链的形式转换
- getExtFieldid() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getExtFieldName() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getExtName() - Method in class cn.sucang.core.model.Attach
-
- getExtraAttr() - Method in class cn.sucang.core.model.BaseMessage
-
- getExtraAttr() - Method in interface cn.sucang.core.model.IMessage
-
返回额外的属性,字符串格式为JSON
- getExtraAttr() - Method in class cn.sucang.core.model.InnerMessage
-
- getExtraDocid() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getFax() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getFeildsBySql(String, String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getFeildsBySql2(String) - Method in interface cn.sucang.core.service.FormInfoService
-
根据Sql解析获取字段列表
- getField1() - Method in class cn.sucang.core.model.Catalog
-
当isWebSite()为true时,该字段保存的是网站的访问域名,如果为requestData时,表示当前分类的所属数据来源于流程共享。
- getField1() - Method in class cn.sucang.core.model.DataSourceBean
-
- getField1() - Method in class cn.sucang.core.model.SelectItem
-
- getField1() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getField1() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getField1() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getField1() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getField1() - Method in class cn.sucang.wf.model.RequestLog
-
- getField1() - Method in class cn.sucang.wf.model.StepInfo
-
- getField1() - Method in class cn.sucang.wf.model.Workflow
-
- getField2() - Method in class cn.sucang.core.model.Catalog
-
- getField2() - Method in class cn.sucang.core.model.DataSourceBean
-
- getField2() - Method in class cn.sucang.core.model.SelectItem
-
- getField2() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getField2() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getField2() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getField2() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getField2() - Method in class cn.sucang.wf.model.RequestLog
-
- getField2() - Method in class cn.sucang.wf.model.StepInfo
-
- getField2() - Method in class cn.sucang.wf.model.Workflow
-
- getField3() - Method in class cn.sucang.core.model.Catalog
-
- getField3() - Method in class cn.sucang.core.model.DataSourceBean
-
- getField3() - Method in class cn.sucang.core.model.SelectItem
-
- getField3() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getField3() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getField3() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getField3() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getField3() - Method in class cn.sucang.wf.model.RequestLog
-
- getField3() - Method in class cn.sucang.wf.model.StepInfo
-
- getField3() - Method in class cn.sucang.wf.model.Workflow
-
- getField4() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getField4() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getField4() - Method in class cn.sucang.wf.model.RequestLog
-
- getField4() - Method in class cn.sucang.wf.model.StepInfo
-
- getField5() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getField5() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getField5() - Method in class cn.sucang.wf.model.RequestLog
-
- getField5() - Method in class cn.sucang.wf.model.StepInfo
-
- getFieldById(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getFieldById(String) - Method in interface cn.sucang.imports.dao.ImportDataDao
-
- getFieldByIds(String) - Method in interface cn.sucang.imports.dao.ImportDataDao
-
- getFieldByImportid(String) - Method in interface cn.sucang.imports.dao.ImportDataDao
-
- getFieldByJson(JSONObject) - Method in interface cn.sucang.core.dao.FormFieldDao
-
根据JSONObject得到FormField对象,用于更新或添加
- getFieldByNameAndFormId(String, String) - Method in interface cn.sucang.core.dao.FormFieldDao
-
- getFieldByNameAndFormId(String, String) - Method in interface cn.sucang.core.service.FormInfoService
-
根据表单ID和字段名获取该字段的定义
- getFieldDDL(String, FormField, int) - Method in interface cn.sucang.core.service.FormInfoService
-
获取该字段创建物理表字段DDL语句
- getFieldid() - Method in class cn.sucang.core.model.BrowseMultiValue
-
- getFieldId() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getFieldid() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getFieldId() - Method in class cn.sucang.core.model.FormQueryData
-
- getFieldId() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getFieldid() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getFieldId() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getFieldId() - Method in class cn.sucang.wf.model.StepOperator
-
- getFieldIds() - Method in class cn.sucang.core.model.FormQueryExport
-
- getFieldLabels() - Method in class cn.sucang.core.model.FormQueryExport
-
- getFieldName() - Method in class cn.sucang.core.model.Attach
-
- getFieldName() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getFieldName() - Method in class cn.sucang.core.model.FormField
-
- getFieldName() - Method in class cn.sucang.core.model.FormQueryData
-
- getFieldName() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getFieldName() - Method in class cn.sucang.core.model.SystemArgs
-
- getFieldName() - Method in class cn.sucang.core.model.TreeColumn
-
- getFieldName() - Method in class cn.sucang.core.util.RequestValidation
-
Deprecated.
- getFieldName() - Method in class cn.sucang.core.util.ValidationUtils
-
- getFieldName() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getFieldName() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getFieldName() - Method in class cn.sucang.wf.model.StepOperator
-
- getFieldNameById(String) - Method in interface cn.sucang.core.dao.FormFieldDao
-
- getFieldNameById(String) - Method in interface cn.sucang.core.service.FormInfoService
-
当多个ID时返回的也是多个ID对应的字段名(用逗号分隔)且保持顺序一致
- getFieldNameListById(String) - Method in interface cn.sucang.core.dao.FormFieldDao
-
- getFieldNameListById(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getFieldNamesMap(String) - Method in interface cn.sucang.core.dao.FormFieldDao
-
获取指定表单名字的所以字段和数据类型
- getFieldNameWithPrefix(int) - Method in class cn.sucang.core.model.FormField
-
返回带表别名前缀的字段名
如果ntype=0则保持不变同getFieldName()
如果ntype=1表示F$indexFlag.$fieldName的别名形式,是指子表字段名
如果ntype=2表示sc.$fieldName的别名,是指主表字段
- getFieldObject() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getFieldObject() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getFieldObject() - Method in class cn.sucang.wf.model.StepOperator
-
- getFieldOption() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getFieldOptions() - Method in class cn.sucang.core.model.FormField
-
当htmlType=浏览框或下拉框时,保存的是引用的ID,如果是字符串,保存的是存储类型的长度,如果是浮点数则保存的是浮点数小数位
- getFieldPureName() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getFields() - Method in class cn.sucang.core.model.FormInfo
-
- getFields() - Method in class cn.sucang.core.util.SQLUtils
-
- getFields() - Method in class cn.sucang.imports.model.ExportResult
-
- getFields() - Method in class cn.sucang.imports.model.ImportData
-
- getFieldsBySql(JdbcTemplate, String) - Static method in class cn.sucang.core.util.JdbcUtils
-
分析Sql语句,获取字段列表
- getFieldsJSONArray() - Method in class cn.sucang.core.model.DataInterface
-
格式为:[{fieldid:'xxx',srcFieldid:'xxx',formular:'${currentUserid}|${value}'},...]
- getFieldsMap() - Method in class cn.sucang.core.model.DataInterface
-
格式为:[{fieldid:'xxx',srcFieldid:'xxx',formular:'${currentUserid}|${value}'},...]
- getFieldsMapByName() - Method in class cn.sucang.core.model.FormInfo
-
返回根据字段名生成的FormField对象
- getFieldsMaping() - Method in class cn.sucang.core.model.DataInterface
-
- getFieldsMapString() - Method in class cn.sucang.core.model.FormInfo
-
获取该表单对象下的字段信息,以fields:$type,fields:$type形式的字段数据类型标识
- getFieldsName(String) - Method in interface cn.sucang.core.dao.FormFieldDao
-
- getFieldsName(String) - Method in interface cn.sucang.core.service.FormInfoService
-
获取指定表单的字段名列表
- getFieldsNameMap(String) - Method in interface cn.sucang.core.service.FormInfoService
-
获取指定表单的所有字段名称对应的数据类型
- getFieldsObjectMap(String) - Method in interface cn.sucang.core.dao.FormFieldDao
-
- getFieldsObjectMap(String) - Method in interface cn.sucang.core.service.FormInfoService
-
获取指定表单的所有字段名称对应的字段对象
- getFieldStaff(String) - Method in interface cn.sucang.core.service.FormInfoService
-
获取所有人力资源字段即BrowserBox类型为组织(单/多选),岗位(单/多选),人员(单/多选)
如果用[#表单ID]则表示也获取子表的人力资源字段
也可以是 [_分类ID],会自动将分类catalog.formid取出
也可以是[&浏览框ID]获取浏览框关联的表单人力资源字段
- getFieldsType() - Method in class cn.sucang.core.model.FormInfo
-
获取数据字段名和数据类型的对应Map集合
- getFieldsTypeMap() - Static method in class cn.sucang.core.util.Constant
-
- getFieldType() - Method in class cn.sucang.core.model.FormField
-
- getFieldType() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getFieldValue() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getFieldValuesByIds(String, String) - Method in interface cn.sucang.core.service.FormInfoService
-
获取字段名列表
- getFieldVars() - Method in class cn.sucang.core.model.SqlLine
-
- getFileExtName() - Method in class cn.sucang.core.model.WebPage
-
根据模板类型tempType属性值,返回文件扩展名。返回值带.为前缀
- getFilename() - Method in class cn.sucang.core.model.Layout
-
- getFilename() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getFilename() - Method in class cn.sucang.core.model.WebPage
-
- getFilename() - Method in class cn.sucang.doc.model.Document
-
- getFileNames() - Method in interface cn.sucang.core.service.IEditorExt
-
返回当前上传文件中,所有表单中type="file"的name属性值.
- getFilepath() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getFilePath() - Method in interface cn.sucang.core.service.IEditorExt
-
返回以type="file"中的所以value值,以属性name为键值,即表单名称。
- getFilesize() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getFiletype() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getFillWidth() - Method in class cn.sucang.core.model.FormQuery
-
- getFirstStep(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getFirstStep(WfRequest) - Method in interface cn.sucang.wf.service.RequestService
-
- getFirstStep(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
- getFixedLayoutById(String) - Method in interface cn.sucang.core.service.LayoutService
-
- getFixedLayoutList() - Method in class cn.sucang.core.model.Layout
-
Deprecated.
- getFixedLayoutListById(String) - Method in interface cn.sucang.core.service.LayoutService
-
- getFixedLayouts() - Method in class cn.sucang.core.model.Layout
-
- getFixedStaffCount() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getFloat(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getfloat(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getFloat(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getfloat(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getFloat(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getfloat(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getFloat(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getfloat(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getFloat(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getfloat(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getFloat(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getFloat(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getFloat(PortletRequest, String) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getFloatField1() - Method in class cn.sucang.doc.model.Document
-
- getFloatField2() - Method in class cn.sucang.doc.model.Document
-
- getFloatField3() - Method in class cn.sucang.doc.model.Document
-
- getFolderId() - Method in class cn.sucang.doc.model.Document
-
即分类ID,指向Catalog.id,
- getFolderPath(String) - Method in interface cn.sucang.core.service.CatalogService
-
- getFolderPath(String, int) - Method in interface cn.sucang.core.service.CatalogService
-
返回指定模块(分类)的上级路径
- getFontFamily() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getFontSize() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getFontStyle() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getFooter() - Method in class cn.sucang.core.model.FormQueryExport
-
- getForbidLabel() - Method in class cn.sucang.core.model.PermissionRuleOrg
-
- getForbidOrgid() - Method in class cn.sucang.core.model.PermissionRuleOrg
-
- getForbidOrgid() - Method in class cn.sucang.wf.model.StepOperator
-
- getForbidStaffids() - Method in class cn.sucang.portal.model.PortletRef
-
- getForeignFormid() - Method in class cn.sucang.core.model.FormField
-
- getFormData(String) - Method in class cn.sucang.core.model.Catalog
-
获取该分类模块下的表单数据
- getFormData() - Method in class cn.sucang.wf.model.WfRequest
-
- getFormdata() - Method in class cn.sucang.ws.model.WorkflowParams
-
- getFormDataModels(String, Object) - Method in interface cn.sucang.core.service.FormInfoService
-
获取表单数据对象模型,对于JSP中用JSTL渲染
- getFormDataWithPermission(Layout, Object) - Method in interface cn.sucang.core.service.FormInfoService
-
获取表单数据对象模型根据Layout中是否对明细表设置带权限,数据未转译。
如果不控制明细表记录的权限则同getFormDataModels(formid,dataid);
- getFormField() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getFormField() - Method in class cn.sucang.core.model.FormQueryData
-
- getFormField() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getFormField() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getFormFieldByFlag(int, String) - Method in interface cn.sucang.core.service.FormInfoService
-
根据表单的前缀号和字段名获取字段的定义对象
- getFormFields(String) - Method in interface cn.sucang.core.service.FormInfoService
-
返回指定表单的所有字段列表,如果formid以child_为前缀则表示也获取该表单的子表字段.
- getFormFieldsByIds(String[]) - Method in interface cn.sucang.core.service.FormInfoService
-
- getFormFieldsByWhere(String, String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getFormid() - Method in class cn.sucang.core.model.BrowserBox
-
- getFormid() - Method in class cn.sucang.core.model.Catalog
-
- getFormid() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getFormid() - Method in class cn.sucang.core.model.FixedLayout
-
- getFormid() - Method in class cn.sucang.core.model.FormChangeLog
-
- getFormId() - Method in class cn.sucang.core.model.FormField
-
- getFormId() - Method in class cn.sucang.core.model.FormQuery
-
- getFormid() - Method in class cn.sucang.core.model.Layout
-
- getFormid() - Method in interface cn.sucang.core.model.LayoutData
-
返回主表单ID
- getFormid() - Method in class cn.sucang.core.model.LayoutDataImpl
-
- getFormid() - Method in class cn.sucang.core.model.NumberRule
-
- getFormid() - Method in class cn.sucang.core.model.TreeInfo
-
- getFormid() - Method in class cn.sucang.core.model.vo.BaseLayoutData
-
- getFormid() - Method in class cn.sucang.imports.model.ImportData
-
- getFormid() - Method in class cn.sucang.wf.model.Workflow
-
- getFormIdByBid(String) - Method in interface cn.sucang.core.service.FormInfoService
-
根据浏览框id,获取浏览框里面设置的表单ID,如果是系统表则返回物理表名
- getFormidByCid(String) - Method in interface cn.sucang.core.service.FormInfoService
-
根据当前分类ID获取表单ID
- getFormIndexFlag(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getFormInfo() - Method in class cn.sucang.core.model.BrowserBox
-
- getFormInfo() - Method in class cn.sucang.core.model.Catalog
-
- getFormInfo() - Method in class cn.sucang.core.model.FormQuery
-
- getFormInfo() - Method in class cn.sucang.core.model.Layout
-
- getFormInfo() - Method in class cn.sucang.core.model.TreeInfo
-
- getFormInfo() - Method in class cn.sucang.imports.model.ImportData
-
- getFormInfo() - Method in class cn.sucang.wf.model.Workflow
-
- getFormInfoData(HttpServletRequest, FormInfo) - Method in interface cn.sucang.core.service.LayoutService
-
获取布局中的表单数据,根据指定的表单对象
- getFormInfoData(HttpServletRequest, FormInfo, int) - Method in interface cn.sucang.core.service.LayoutService
-
- getFormInfoService() - Method in class cn.sucang.core.service.NumberRuleService
-
- getFormMainData(HttpServletRequest, FormInfo) - Static method in class cn.sucang.core.util.ReqUtils
-
获取指定的表单的主表字段,包括附件。不包括附件的处理调用ReqUtils.getMainData(request,formInfo);
- getFormName() - Method in class cn.sucang.core.model.BrowserBox
-
- getFormName() - Method in class cn.sucang.core.model.FormQuery
-
- getFormName() - Method in class cn.sucang.core.model.Layout
-
- getFormName(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getFormName() - Method in class cn.sucang.imports.model.ImportData
-
- getFormName() - Method in class cn.sucang.wf.model.Workflow
-
- getFormNames(String) - Method in interface cn.sucang.core.dao.FormInfoDao
-
- getFormNames(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getFormPageColumns(String) - Method in interface cn.sucang.core.service.FormQueryService
-
获取FormPage查询页的显示字段列表,默认不查询被隐藏的字段列
- getFormPageFields(String) - Method in interface cn.sucang.core.service.FormQueryService
-
获取该查询页下显示列的对应字段对象,默认隐藏的列和空值列都不返回,如果是查询页自定义列子查询则FormField.id为空
- getFormPageFileds(String, String[]) - Method in interface cn.sucang.core.service.FormQueryService
-
- getFormPrefix() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getFormQueryMobileTitleField(String) - Method in interface cn.sucang.core.service.FormQueryService
-
如果查询页未设置显示手机显示且标题,则获取数据显示列的第一列,非空字段
- getFormTableName() - Method in class cn.sucang.core.model.TreeInfo
-
- getFormType() - Method in class cn.sucang.core.model.FormInfo
-
默认为0表示用户(业务)表单(新建),1表示系统表,2表示虚拟表,3表示模型表(无数据库关联),4表示Nosql的模型表
- getFormular() - Method in class cn.sucang.core.model.DataInterfaceField
-
- getFormular() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getFormular() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getForwardPermit() - Method in class cn.sucang.wf.model.StepOperator
-
- getFreeLayoutColumns(boolean) - Method in class cn.sucang.portal.model.PortalPage
-
返回的格式为:[
[{element},{element}]
[{element},{ },{ }]
[{ }]
]
- getFrom() - Method in class cn.sucang.core.model.WebPage
-
- getFromBASE64(String) - Static method in class cn.sucang.core.util.EncodeUtils
-
- getFromBASE64(String) - Static method in class cn.sucang.core.util.EncryptUtils
-
BASE64解密
- getFromType() - Method in class cn.sucang.core.model.WebPage
-
用于标识该模板用于别名的模型下,如formquery的外网视图
- getFunLang() - Method in class cn.sucang.core.model.SystemArgs
-
- getGenCatalogData() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getGenCatalogData() - Method in class cn.sucang.wf.model.StepInfo
-
- getGender() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getGenericClass(Class, int) - Static method in class cn.sucang.core.util.StrUtils
-
- getGraphModel() - Method in class cn.sucang.wf.service.GraphParser
-
- getGraphXml() - Method in class cn.sucang.wf.service.GraphParser
-
- getGrid() - Method in class cn.sucang.core.model.FormQuery
-
- getGridColumns() - Method in class cn.sucang.core.process.AbstractQueryProcess
-
- getGridColumns() - Method in interface cn.sucang.core.process.IFormQueryProcess
-
- getGridColumns(List<FormQueryData>) - Method in interface cn.sucang.core.service.FormQueryService
-
获取Ext.Grid所需要的列定义及字段名称
- getGridColumns(List<FormQueryData>, Object) - Method in interface cn.sucang.core.service.FormQueryService
-
参数extendParams用于扩展传递数据,为统一复用,功能同getGridColumns(List<FormQueryData>)方法
返回值中有{dataFields:JSONArray,columns:JSONArray,renders:JSONArray,totalFields:String}
- getGridDataByPage(FormQuery, BeanMap<String, Object>, int, int) - Method in interface cn.sucang.core.service.FormQueryService
-
根据配置的FormPage获取分页数据,参数从reqParams中获得。
- getGroupby() - Method in class cn.sucang.core.util.SQLUtils
-
- getGroupField() - Method in class cn.sucang.core.model.FormQuery
-
- getGroupFieldid() - Method in class cn.sucang.core.model.PermissionRuleGroup
-
- getGroupFieldName() - Method in class cn.sucang.core.model.FormQuery
-
- getGroupFormField() - Method in class cn.sucang.core.model.FormQuery
-
- getGroupid() - Method in class cn.sucang.core.model.vo.BaseGroupMember
-
- getGroupMembers(String) - Method in interface cn.sucang.core.dao.GroupDao
-
- getGroupRuelDao() - Method in interface cn.sucang.core.service.PermissionService
-
- getGUID(Object) - Static method in class cn.sucang.core.util.StrUtils
-
去两头空格,如果为null,则返回空字符串
- getGUID() - Static method in class cn.sucang.core.util.StrUtils
-
返回32位的GUID字符串
- getGUIDType(String) - Method in interface cn.sucang.core.service.CatalogService
-
- getH5AppId() - Method in class cn.sucang.core.model.Catalog
-
获取H5应用ID(如钉钉应用ID,企业微信ID)
- getHasChangeLog() - Method in class cn.sucang.core.model.Catalog
-
- getHasChangeLog() - Method in class cn.sucang.wf.model.Workflow
-
- getHasChildForm() - Method in class cn.sucang.core.model.FormInfo
-
- getHasInit() - Method in class cn.sucang.core.model.FormQueryButton
-
- getHeader() - Method in class cn.sucang.core.model.FormQueryExport
-
- getHeader() - Method in class cn.sucang.core.model.TreeColumn
-
- getHeader() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getHeaderImg() - Method in class cn.sucang.core.model.site.OuterUser
-
- getHeight() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getHeight() - Method in class cn.sucang.portal.model.PortletRef
-
- getHeight() - Method in class cn.sucang.wf.model.MxGeometry
-
- getHibernateQueryCache(Class) - Static method in class cn.sucang.core.util.StrUtils
-
获取Hibernate实体类是否支持二级缓存,默认都是支持的
- getHibernateTableName(Object) - Static method in class cn.sucang.core.util.StrUtils
-
- getHibernateTableName(Class) - Static method in class cn.sucang.core.util.StrUtils
-
获取Hibernate映射的物理表名
- getHidden() - Method in class cn.sucang.core.model.FormQueryData
-
是否隐藏,默认为否
- getHideBtns() - Method in class cn.sucang.core.model.Layout
-
- getHistoryList(String) - Method in interface cn.sucang.core.service.InnerMessageService
-
- getHost() - Method in class cn.sucang.core.service.SmsService
-
- getHrstatus() - Method in class cn.sucang.core.model.vo.BaseStaff
-
人员状态[1 - 在职,2 - 离职,3 - 离岗,4 - 试用]
- getHtmlOptions() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getHtmlOptions() - Method in class cn.sucang.core.util.Constant
-
- getHtmlTagType() - Method in class cn.sucang.core.util.Constant
-
- getHtmlTitle() - Method in class cn.sucang.core.model.Layout
-
- getHtmlTitleLang() - Method in class cn.sucang.core.model.Layout
-
- getHtmlType() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getHtmlType() - Method in class cn.sucang.core.model.FormField
-
- getHtmlType() - Method in class cn.sucang.core.model.SystemArgs
-
- getHtmlType() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getHtmlTypeid() - Method in class cn.sucang.core.model.SystemArgs
-
指向HtmlType的值,如htmlType是Browser,htmlTypeid指的是brosserid,如果是selectItem,htmlTypeid是指selectItem.id
- getHtmlTypeMap() - Method in class cn.sucang.core.util.Constant
-
- getHttpData(String, String, String, IHttpCallback) - Static method in class cn.sucang.core.util.HttpUtils
-
GET方式获取数据,返回值大0表示发送成功,
返回小于0表示错误(专用:-10 ~ -19 ),使用getErrMsg()返回错误消息
- getHumresBBox() - Method in class cn.sucang.core.util.Constant
-
- getHumresType() - Method in class cn.sucang.wf.model.StepOperator
-
- getIcon() - Method in class cn.sucang.core.model.Catalog
-
- getIcon() - Method in class cn.sucang.core.model.FormQueryButton
-
- getIcon() - Method in class cn.sucang.core.model.Menu
-
- getIcon() - Method in class cn.sucang.core.model.vo.H5MenuItem
-
- getIcon() - Method in class cn.sucang.portal.model.PortalPage
-
- getIcon() - Method in class cn.sucang.portal.model.PortletRef
-
- getIcon2() - Method in class cn.sucang.core.model.Menu
-
- getIconStyles() - Method in class cn.sucang.core.service.MenuService
-
- getId() - Method in class cn.sucang.bridge.cloud.Company
-
以上为域名路由相关的信息
- getId() - Method in class cn.sucang.core.model.AbstractBaseModel
-
- getId() - Method in class cn.sucang.core.model.Attach
-
- getId() - Method in class cn.sucang.core.model.BrowseMultiValue
-
- getId() - Method in class cn.sucang.core.model.BrowserBox
-
- getId() - Method in class cn.sucang.core.model.Catalog
-
- getId() - Method in class cn.sucang.core.model.CatalogData
-
- getId() - Method in class cn.sucang.core.model.DataInterface
-
- getId() - Method in class cn.sucang.core.model.DataInterfaceField
-
- getId() - Method in class cn.sucang.core.model.DataSourceBean
-
- getId() - Method in class cn.sucang.core.model.DeleteDatas
-
- getId() - Method in class cn.sucang.core.model.FixedLayout
-
- getId() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getId() - Method in class cn.sucang.core.model.FormChangeLog
-
- getId() - Method in class cn.sucang.core.model.FormField
-
- getId() - Method in class cn.sucang.core.model.FormInfo
-
- getId() - Method in class cn.sucang.core.model.FormInfoChild
-
- getId() - Method in class cn.sucang.core.model.FormQuery
-
- getId() - Method in class cn.sucang.core.model.FormQueryButton
-
- getId() - Method in class cn.sucang.core.model.FormQueryData
-
- getId() - Method in class cn.sucang.core.model.FormQueryExport
-
- getId() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getId() - Method in class cn.sucang.core.model.Group
-
- getId() - Method in class cn.sucang.core.model.GroupMember
-
- getId() - Method in class cn.sucang.core.model.InnerMessage
-
- getId() - Method in class cn.sucang.core.model.LangResource
-
- getId() - Method in class cn.sucang.core.model.Layout
-
- getId() - Method in class cn.sucang.core.model.Menu
-
- getId() - Method in class cn.sucang.core.model.NumberRule
-
- getId() - Method in class cn.sucang.core.model.Organization
-
- getId() - Method in class cn.sucang.core.model.OrgMenu
-
- getId() - Method in class cn.sucang.core.model.ReadLog
-
- getId() - Method in class cn.sucang.core.model.ResourceType
-
- getId() - Method in class cn.sucang.core.model.SelectItem
-
- getId() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getId() - Method in class cn.sucang.core.model.site.OuterUser
-
- getId() - Method in class cn.sucang.core.model.SqlLine
-
- getId() - Method in class cn.sucang.core.model.Staff
-
- getId() - Method in class cn.sucang.core.model.Station
-
- getId() - Method in class cn.sucang.core.model.SystemArgs
-
- getId() - Method in class cn.sucang.core.model.SystemLog
-
- getId() - Method in class cn.sucang.core.model.TestTable
-
- getId() - Method in class cn.sucang.core.model.TreeColumn
-
- getId() - Method in class cn.sucang.core.model.TreeInfo
-
- getId() - Method in class cn.sucang.core.model.UpgradeLog
-
- getId() - Method in class cn.sucang.core.model.UserInfo
-
- getId() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getId() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getId() - Method in class cn.sucang.core.model.vo.BaseGroupMember
-
- getId() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getId() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getId() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getId() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getId() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getId() - Method in class cn.sucang.core.model.vo.H5MenuItem
-
- getId() - Method in class cn.sucang.core.model.WebPage
-
- getID(HttpServletRequest) - Static method in class cn.sucang.core.util.ReqUtils
-
- getID(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getID(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getId() - Method in class cn.sucang.doc.model.DocReply
-
- getId() - Method in class cn.sucang.doc.model.Document
-
- getId() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getId() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getId() - Method in class cn.sucang.imports.model.ImportData
-
- getId() - Method in class cn.sucang.portal.model.PortalPage
-
- getId() - Method in class cn.sucang.portal.model.PortletRef
-
- getId() - Method in class cn.sucang.portal.model.Portlets
-
- getId() - Method in class cn.sucang.portal.model.UserPortalColumns
-
- getId() - Method in class cn.sucang.portal.util.LabelBean
-
- getId() - Method in class cn.sucang.portal.util.Language
-
- getId() - Method in class cn.sucang.portal.util.Region
-
- getId() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getId() - Method in class cn.sucang.wf.model.MxCell
-
- getId() - Method in class cn.sucang.wf.model.RequestLog
-
- getId() - Method in class cn.sucang.wf.model.RequestOperator
-
- getId() - Method in class cn.sucang.wf.model.RequestStatus
-
- getId() - Method in class cn.sucang.wf.model.StepInfo
-
- getId() - Method in class cn.sucang.wf.model.StepOperator
-
- getId() - Method in class cn.sucang.wf.model.StepPath
-
- getId() - Method in class cn.sucang.wf.model.UserSignature
-
- getId() - Method in class cn.sucang.wf.model.Workflow
-
- getId() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getIdentifyField() - Method in class cn.sucang.imports.model.ImportData
-
- getIdentifyFieldObject() - Method in class cn.sucang.imports.model.ImportData
-
- getIdnumber() - Method in class cn.sucang.core.model.site.OuterUser
-
- getIeVersion() - Static method in class cn.sucang.core.util.ContextUtils
-
获取IE浏览器的版本号,如果为0表示当前用户访问的是非IE浏览器
- getIfNullFun(String, String) - Static method in class cn.sucang.core.util.JdbcUtils
-
如果指定的字段名fieldName为null时则返回defaultValue默认值
如果默认值为常量字符串,则需要显式的添加'$defValue'单引号。
- getImmediateSubordinate() - Method in class cn.sucang.core.util.OptRule
-
- getImmediateSuperior() - Method in class cn.sucang.core.util.OptRule
-
- getImportConfig() - Method in class cn.sucang.imports.model.ImportData
-
返回用于Excel导入解析用的配置信息
- getImportFile() - Method in class cn.sucang.imports.model.ImportData
-
- getImportId() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getImportProcess(long) - Method in interface cn.sucang.imports.service.ImportDataService
-
根据线程ID获取当前线程导入数据的相关信息,当字符串包含{...,result:\"OK\",...}时表示导入成功
- getIndexFlag() - Method in class cn.sucang.core.model.FormInfo
-
默认为1,当修改扩展表关系的时候修改
- getIndexOfFun(String, String, int) - Static method in class cn.sucang.core.util.JdbcUtils
-
字符串常量值需要两头加单引号
- getInfo() - Method in class cn.sucang.wf.model.RequestLog
-
- getInherit() - Method in class cn.sucang.core.model.Catalog
-
- getInheritFormid() - Method in class cn.sucang.core.model.Catalog
-
获取表单ID,如果自身为空则向上级获取
- getInitialValue() - Method in class cn.sucang.core.model.NumberRule
-
- getInitJs() - Method in class cn.sucang.core.model.FormQueryButton
-
- getInitModule(String) - Static method in class cn.sucang.core.util.ContextUtils
-
- getInitParams() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getInputDateformat() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getInputStream() - Method in class cn.sucang.core.model.attach.ByteMultipartFile
-
- getInputStream(String) - Static method in class cn.sucang.core.util.SmbUtil
-
- getInputString(HttpServletRequest) - Static method in class cn.sucang.core.util.ReqUtils
-
从request中InputStream读入转换成字符串
- getInputString() - Method in class cn.sucang.core.util.SucangServletRequest
-
从request中InputStream读入转换成字符串
- getInputType() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getInsertSql(Map, String) - Static method in class cn.sucang.core.util.JdbcUtils
-
如果需要对内容进行长文本换行符等进行转译,请在m参数中传入Constant.ARGS_DATABASE_TYPE为名的数据库类型
将Map转类型的对象转化为InsertSql语句
- getInsertSql(Map, String) - Method in interface cn.sucang.imports.service.ImportDataService
-
返回SQL语句
- getInstance() - Static method in class cn.sucang.core.cache.CacheFactory
-
- getInstance() - Static method in class cn.sucang.core.cache.CacheUtils
-
- getInstance(String) - Static method in class cn.sucang.core.cache.CacheUtils
-
- getInstance(String, String) - Static method in class cn.sucang.core.cache.CacheUtils
-
根据缓存名称获取某个缓存接口对象,对应ehcache.xml中的Cache对象
- getInstance(String) - Static method in class cn.sucang.core.model.BaseMessage
-
获取指定消息类型的对象
- getInstance(String) - Method in interface cn.sucang.core.service.MessageService
-
- getInstance() - Static method in class cn.sucang.core.util.Constant
-
- getInstance() - Static method in class cn.sucang.core.util.DynamicSpringBean
-
- getInstance() - Static method in class cn.sucang.core.util.JavascriptEngine
-
总是返回新的对象new,类似于工厂方法。
- getInstance() - Static method in class cn.sucang.core.util.JdbcUtils
-
- getInstance() - Static method in class cn.sucang.core.util.LangUtils
-
- getInstance() - Static method in class cn.sucang.core.util.LicenceUtils
-
- getInstance(String) - Static method in class cn.sucang.core.util.LicenceUtils
-
- getInstance() - Static method in class cn.sucang.core.util.OptRule
-
- getInstance() - Static method in class cn.sucang.core.util.SClassLoader
-
- getInstance() - Static method in class cn.sucang.core.util.StrUtils
-
- getInstance() - Static method in class cn.sucang.core.util.TemplateUtils
-
- getInstance() - Method in class cn.sucang.imports.service.ExcelGenerator
-
- getInstance() - Static method in class cn.sucang.portal.core.bean.PortletApp
-
- getInstance(String, PrintWriter, String) - Static method in class cn.sucang.wf.process.JavascriptWrapWorkflowProcess
-
需要捕获异常
- getInstanceDefault() - Static method in class cn.sucang.core.cache.CacheUtils
-
返回默认名为userCache的缓存池名称,即默认的当前应用缓存,用于兼容多版本平台用的实现
- getInstanceDefault(String) - Static method in class cn.sucang.core.cache.CacheUtils
-
返回默认名为default的缓存池名称同,并有prefix为key的前缀
- getInstant() - Static method in class cn.sucang.core.util.GroovyUtils
-
- getint(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getint(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getint(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getint(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getInt(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getInt(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getInt(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getInt(PortletRequest, String) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getInt(PortletRequest, String, int) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getIntByXor(int[]) - Static method in class cn.sucang.core.util.ResUtils
-
将数组内的数字异域后返回
- getIntByXor(String[]) - Static method in class cn.sucang.core.util.ResUtils
-
- getIntByXor(String) - Static method in class cn.sucang.core.util.ResUtils
-
- getIntcol1() - Method in class cn.sucang.core.model.DataSourceBean
-
- getIntCol1() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getIntCol1() - Method in class cn.sucang.wf.model.Workflow
-
- getIntcol2() - Method in class cn.sucang.core.model.DataSourceBean
-
- getIntCol2() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getIntCol2() - Method in class cn.sucang.wf.model.Workflow
-
- getInteger(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getInteger(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getInteger(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getInteger(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getInteger(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getInteger(Object, int) - Method in interface cn.sucang.core.util.BeanMap
-
- getInterfaceType() - Method in class cn.sucang.core.model.DataInterface
-
- getIntField1() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getIntField1() - Method in class cn.sucang.doc.model.Document
-
- getIntField1() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getIntField1() - Method in class cn.sucang.wf.model.RequestLog
-
- getIntField1() - Method in class cn.sucang.wf.model.StepInfo
-
- getIntField2() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getIntField2() - Method in class cn.sucang.doc.model.Document
-
- getIntField2() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getIntField2() - Method in class cn.sucang.wf.model.RequestLog
-
- getIntField2() - Method in class cn.sucang.wf.model.StepInfo
-
- getIntField3() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getIntField3() - Method in class cn.sucang.doc.model.Document
-
- getIntField3() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getIntField3() - Method in class cn.sucang.wf.model.RequestLog
-
- getIntField3() - Method in class cn.sucang.wf.model.StepInfo
-
- getIpAddr(HttpServletRequest) - Static method in class cn.sucang.core.util.ContextUtils
-
- getIsBack() - Method in class cn.sucang.wf.model.StepPath
-
- getIsDefault() - Method in class cn.sucang.core.model.Layout
-
- getIsDefault() - Method in class cn.sucang.portal.model.PortalPage
-
- getIsDefault() - Method in class cn.sucang.wf.model.UserSignature
-
- getIsdelete() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getIsdelete() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getIsdelete() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getIsDetail() - Method in class cn.sucang.core.model.DataInterface
-
- getIsDocument() - Method in class cn.sucang.core.model.DataInterface
-
- getIsDraft() - Method in class cn.sucang.core.model.Catalog
-
当前分类是否具有草稿状态,默认为有
- getIsDynamicNumber() - Method in class cn.sucang.core.model.NumberRule
-
- getIsDynamicPass() - Method in class cn.sucang.core.model.UserInfo
-
- getIsEdit() - Method in class cn.sucang.wf.model.RequestLog
-
- getIsEditMode() - Method in class cn.sucang.portal.model.PortletRef
-
- getIsEditor() - Method in class cn.sucang.core.model.FormQuery
-
- getIsEncrypt() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getIsFunction() - Method in class cn.sucang.core.model.SystemArgs
-
- getIsHelpMode() - Method in class cn.sucang.portal.model.PortletRef
-
- getIsIndirect() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getIsIndirect() - Method in class cn.sucang.wf.model.StepOperator
-
- getIsLog() - Method in class cn.sucang.core.model.Catalog
-
- getIsLog() - Method in class cn.sucang.core.model.ResourceType
-
- getIsMaximized() - Method in class cn.sucang.portal.model.PortletRef
-
- getIsMenu() - Method in class cn.sucang.core.model.FormQueryButton
-
- getIsMinimized() - Method in class cn.sucang.portal.model.PortletRef
-
- getIsMobile() - Method in class cn.sucang.core.model.FormQueryData
-
- getIsMobile() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getIsMobile() - Method in class cn.sucang.portal.model.PortletRef
-
- getIsMobileLogin() - Method in class cn.sucang.core.model.UserInfo
-
- getIsModule() - Method in class cn.sucang.core.model.WebPage
-
- getIsMulti() - Method in class cn.sucang.core.model.BrowserBox
-
- getIsMultipartForm() - Method in class cn.sucang.core.model.Layout
-
- getIsMultiRow() - Method in class cn.sucang.imports.model.ImportData
-
- getIsNotNull() - Method in class cn.sucang.core.model.FormField
-
- getIsNumeric() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getIsOriOperator() - Method in class cn.sucang.wf.model.RequestOperator
-
- getIsReadonly() - Method in class cn.sucang.core.model.SystemArgs
-
- getIsRemind() - Method in class cn.sucang.wf.model.RequestOperator
-
默认为0表示未提醒或者需要提醒,否则n表示已提醒n次,-1表示提醒发送失败
- getIsRoot() - Method in class cn.sucang.core.model.UserInfo
-
- getIsSkipEmpty() - Method in class cn.sucang.core.model.NumberRule
-
- getIsSql() - Method in class cn.sucang.core.model.UpgradeLog
-
- getIsStation() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getIsSubmit() - Method in class cn.sucang.wf.model.RequestOperator
-
- getIsSystem() - Method in class cn.sucang.core.model.SystemLog
-
- getIsSystem() - Method in class cn.sucang.core.model.WebPage
-
返回1表示系统模板不能删除
- getIsSystemLog() - Method in class cn.sucang.wf.model.Workflow
-
- getIsTodo() - Method in class cn.sucang.wf.model.RequestLog
-
- getIsTopShow() - Method in class cn.sucang.core.model.Menu
-
- getIsUnique() - Method in class cn.sucang.core.model.FormField
-
- getIsUnique() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getIsUsbKey() - Method in class cn.sucang.core.model.UserInfo
-
- getIsUserPage() - Method in class cn.sucang.portal.model.PortalPage
-
- getIsVisible() - Method in class cn.sucang.core.model.Catalog
-
- getIsVisible() - Method in class cn.sucang.portal.model.PortalPage
-
- getIsWap() - Method in class cn.sucang.core.service.SmsService
-
- getIsZip() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getItemByName(String, String) - Method in interface cn.sucang.core.dao.SelectItemDao
-
- getItemByName(String, String) - Method in interface cn.sucang.core.service.SelectItemService
-
- getItemByValue(String, String) - Method in interface cn.sucang.core.dao.SelectItemDao
-
- getItemByValue(String, String) - Method in interface cn.sucang.core.service.SelectItemService
-
- getItemByValues(String, String) - Method in interface cn.sucang.core.dao.SelectItemDao
-
value属性可以多值用逗号分隔
- getItemList() - Method in class cn.sucang.bridge.dingtalk.dto.DingRequest
-
- getItemList(String) - Method in interface cn.sucang.core.dao.SelectItemDao
-
获取下拉选择项
- getItemList(String, Integer) - Method in interface cn.sucang.core.dao.SelectItemDao
-
- getItemList(String) - Method in interface cn.sucang.core.service.SelectItemService
-
用于DWR方法获取下拉框,getItemList方法有重载无法区分,所以新命名该方法
- getItemObject(String) - Method in interface cn.sucang.core.dao.SelectItemDao
-
获取该下拉框的JSON格式,用于Ext.grid的数据转译显示
- getItemObject(String) - Method in interface cn.sucang.core.service.SelectItemService
-
获取该下拉框的JSON格式,用于Ext.grid的数据转译显示
- getJavascript() - Method in class cn.sucang.core.model.LoginStartup
-
- getJdbcDao() - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getJdbcDao() - Method in interface cn.sucang.core.IBase
-
- getJdbcDao() - Method in class cn.sucang.core.model.FormInfo
-
- getJdbcDao() - Method in class cn.sucang.core.service.AbstractBaseService
-
- getJdbcDao(FormInfo) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getJdbcDao() - Static method in class cn.sucang.core.util.ContextUtils
-
- getJdbcDao(String) - Static method in class cn.sucang.core.util.JdbcUtils
-
从数据源管理中获取JdbcTemplate对象
- getJdbcData(String) - Method in class cn.sucang.core.model.TestTable
-
- getJdbcTemplate() - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getJdbcTemplate() - Method in interface cn.sucang.core.IBase
-
- getJdbcTemplate() - Method in class cn.sucang.core.service.AbstractBaseService
-
- getJdbcTemplate() - Method in class cn.sucang.core.util.JdbcUtils
-
- getJdbcTemplate0() - Static method in class cn.sucang.core.util.JdbcUtils
-
- getJsapiTicketConfig(HttpServletRequest) - Method in interface cn.sucang.bridge.dingtalk.DingtalkOAuthProcess
-
返回JsapiTicket授权需要的配置信息
- getJsEscape(String) - Static method in class cn.sucang.core.util.EncodeUtils
-
- getJsonObject() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getJSONObject() - Method in class cn.sucang.core.util.DynamicSpringBean
-
- getJsonObjectHTML() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getJsonStore(String) - Method in interface cn.sucang.core.util.PageList
-
返回供Ext.data.JsonStore使用的格式,{\"totalCount\":\"42745\",\"rootData\":[{...},{...},...]}
- getJsonStore(String, String) - Method in interface cn.sucang.core.util.PageList
-
如果参数keepFields==UpperCase的则返回的键值对为大写,仅Map类型的对象有效
{\"totalCount\":\"42745\",\"rootData\":[{...},{...},...]}
- getJsonString() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getJsonString() - Method in class cn.sucang.wf.model.StepInfo
-
- getJsonString() - Method in class cn.sucang.wf.model.StepPath
-
- getJspIntercepter() - Static method in class cn.sucang.core.util.ContextUtils
-
获取Jsp页面拦截器,在StartupServer中初始化实现SucangIntercepter接口
- getKeepTrace() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getKeyByValue(String) - Method in class cn.sucang.portal.core.PortalContext
-
- getKeyField() - Method in class cn.sucang.core.model.FormQuery
-
- getKeyField() - Method in class cn.sucang.core.model.TreeInfo
-
- getKeyId() - Method in class cn.sucang.core.model.BrowserBox
-
- getKeyid() - Method in class cn.sucang.core.model.DeleteDatas
-
- getKeyid() - Method in class cn.sucang.core.model.Layout
-
- getKeyPrefix() - Method in class cn.sucang.core.cache.AbstractCacheManager
-
- getKeyPrefix() - Method in interface cn.sucang.core.cache.IEachingCache
-
返回Key的前缀,默认为空
- getKeys(Class<K>) - Method in interface cn.sucang.core.util.BeanMap
-
- getKeys(Map<T, ?>, Class) - Static method in class cn.sucang.core.util.MapUtils
-
以数组形式返回Map中的Keys
- getKeysLong(Map) - Static method in class cn.sucang.core.util.MapUtils
-
以数组形式返回Map中的Keys
- getKeysString(Map) - Static method in class cn.sucang.core.util.MapUtils
-
- getKeywords() - Method in class cn.sucang.portal.core.bean.PortletInfo
-
- getLabel() - Method in class cn.sucang.core.model.Catalog
-
- getLabel() - Method in class cn.sucang.core.model.FormQueryData
-
- getLabel() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getLabel() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getLabel() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getLabel() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getLabel() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getLabel2() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getLabel2() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getLabelGroup(String) - Static method in class cn.sucang.core.util.ResUtils
-
将Label分解出父级,如000102=[00,0001,000102]
- getLabelNowrap() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getLabelPath(String) - Static method in class cn.sucang.core.util.ResUtils
-
将Label按两位分级组合成Sql条件
- getLabels() - Method in class cn.sucang.wf.model.Workflow
-
- getLabelsByFieldName() - Method in class cn.sucang.wf.model.Workflow
-
- getLabelWidth() - Method in class cn.sucang.core.model.Layout
-
- getLabelWidthPercent() - Method in class cn.sucang.core.model.Layout
-
- getLang() - Method in class cn.sucang.core.model.LangResource
-
- getLang0() - Method in class cn.sucang.core.model.DataSourceBean
-
- getLastAccessDate() - Method in class cn.sucang.core.model.ReadLog
-
- getLastDate() - Method in class cn.sucang.bridge.cloud.Company
-
- getLastLog(String, String) - Method in interface cn.sucang.core.service.SystemLogService
-
根据当前操作人和对象类型获取最后一次操作的日志对象
- getLastLog(String, String, int) - Method in interface cn.sucang.core.service.SystemLogService
-
根据当前操作人,对象类型和操作动作获取最后一次操作的日志对象
- getLastLog(String, String, String, int) - Method in interface cn.sucang.core.service.SystemLogService
-
- getLastLoginDate() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getLastlogindate() - Method in class cn.sucang.core.model.UserInfo
-
- getLastModifyDate() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getLastModifyDateObject() - Method in class cn.sucang.wf.model.WfRequest
-
- getLastRemindDate() - Method in class cn.sucang.wf.model.RequestOperator
-
- getLastReplyDate() - Method in class cn.sucang.core.model.InnerMessage
-
- getLastReplyid() - Method in class cn.sucang.core.model.InnerMessage
-
- getLastReplyName() - Method in class cn.sucang.core.model.InnerMessage
-
- getLastStaffid() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getLastSteps(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
- getLatestLog4Save(String, String, String, String) - Method in interface cn.sucang.wf.dao.RequestLogDao
-
- getLayout(int) - Method in class cn.sucang.core.model.Catalog
-
- getLayout() - Method in class cn.sucang.core.model.FixedLayout
-
- getLayoutByFormid(String) - Method in interface cn.sucang.core.service.LayoutService
-
获取指点表单的布局列表
- getLayoutByFormid(String, int) - Method in interface cn.sucang.core.service.LayoutService
-
- getLayoutEdit() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getLayoutEdit() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getLayoutEdit() - Method in class cn.sucang.wf.model.StepInfo
-
- getLayoutEdit() - Method in class cn.sucang.wf.model.StepOperator
-
- getLayoutEditObject() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getLayoutEditObject() - Method in class cn.sucang.wf.model.StepInfo
-
- getLayoutField() - Method in class cn.sucang.core.model.FixedLayout
-
- getLayoutFieldById(String) - Method in interface cn.sucang.core.service.LayoutService
-
- getLayoutFixedid() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getLayoutid() - Method in class cn.sucang.core.model.FixedLayout
-
- getLayoutNameGroupType(String) - Method in interface cn.sucang.core.service.LayoutService
-
将指定表单的的所有布局以类型为索引值返回JSON格式的$id:$name串
- getLayoutNames() - Method in class cn.sucang.core.model.PermissionRule
-
- getLayoutNames(int) - Static method in class cn.sucang.core.util.Constant
-
根据布局类型,返回中文布局名称,如编辑布局,显示布局,打印布局
- getLayoutPrint() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getLayoutPrint() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getLayoutPrint() - Method in class cn.sucang.wf.model.StepInfo
-
- getLayoutPrint() - Method in class cn.sucang.wf.model.StepOperator
-
- getLayoutPrintObject() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getLayoutPrintObject() - Method in class cn.sucang.wf.model.StepInfo
-
- getLayoutRelationByLoginMode(Layout) - Method in interface cn.sucang.core.service.LayoutService
-
根据指定的软件模式布局和登录模式查找对应视图布局,默认获取ContextUtils.getLoginMode();
- getLayoutRelationByLoginMode(Layout, String) - Method in interface cn.sucang.core.service.LayoutService
-
根据指定的软件模式布局和登录模式查找对应视图布局
- getLayoutsByFormid(String) - Method in interface cn.sucang.core.service.CatalogService
-
- getLayoutType() - Method in class cn.sucang.core.model.Layout
-
- getLayoutTypeByLoginMode(String) - Static method in class cn.sucang.core.util.Constant
-
根据登录模式获取对应的布局类型ID
- getLayoutView() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getLayoutView() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getLayoutView() - Method in class cn.sucang.wf.model.StepInfo
-
- getLayoutView() - Method in class cn.sucang.wf.model.StepOperator
-
- getLayoutViewObject() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getLayoutViewObject() - Method in class cn.sucang.wf.model.StepInfo
-
- getLeftMenuList(Staff) - Method in interface cn.sucang.bridge.site.MobileUserService
-
- getLengthFun() - Static method in class cn.sucang.core.util.JdbcUtils
-
返回兼容Mysql,Mssql和Oracle数据库的求字符串长度函数len|length.
- getLicence() - Method in class cn.sucang.core.util.LicenceUtils
-
- getLimit0() - Method in class cn.sucang.core.model.DataSourceBean
-
- getLimitDate() - Method in class cn.sucang.core.model.Licence
-
- getLimitSql(int, Integer) - Method in class cn.sucang.core.util.SQLUtils
-
获取指定select的查询查询行数限制sql
- getLinkBrowserFields() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getLinkBrowserFields() - Method in class cn.sucang.wf.model.StepOperator
-
- getLinkField() - Method in class cn.sucang.core.model.NumberRule
-
- getLinkFieldid() - Method in class cn.sucang.core.model.NumberRule
-
- getLinkFieldName() - Method in class cn.sucang.core.model.NumberRule
-
- getLinkName() - Method in class cn.sucang.core.model.Catalog
-
- getList(String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getList(String) - Method in interface cn.sucang.core.IBase
-
如果条件为空则获取所有对象列表
对于系统表staff,station,organization会自动过滤isdelete=1的删除的记录
- getList(String) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getListByFormId(String) - Method in interface cn.sucang.core.dao.FormFieldDao
-
- getListByFormIdByWhere(String, String) - Method in interface cn.sucang.core.dao.FormFieldDao
-
- getListByRefid(String) - Method in interface cn.sucang.core.dao.BrowseMultiValueDao
-
- getListByStaffid(String) - Method in interface cn.sucang.core.service.InnerMessageService
-
- getListByUnknownConvertDocview() - Method in interface cn.sucang.doc.dao.DocviewPostlogDao
-
获取所有已成功上传且没有转换状态的日志列表,用于确认是否已转换成功
- getListByUnknownConvertDocview() - Method in class cn.sucang.doc.dao.HB.DocviewPostlogDaoHB
-
- getListByWhere(String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getListByWhere(String, Object[]) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getListByWhere(String, Class<O>) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getListByWhere(String, Object[], Class<O>) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getListByWhere(String) - Method in interface cn.sucang.core.dao.IBaseDao
-
- getListByWhere(String, Object[]) - Method in interface cn.sucang.core.dao.IBaseDao
-
- getListByWhere(String, Class<O>) - Method in interface cn.sucang.core.IBase
-
- getListByWhere(String, Object[], Class<O>) - Method in interface cn.sucang.core.IBase
-
- getListByWhere(String, Class<O>) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getListByWhere(String, Object[], Class<O>) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getListByWhere(Map<String, Object>) - Method in interface cn.sucang.core.service.PermissionService
-
未转译的对象数据
- getListByWhere(String, Object[], String) - Method in interface cn.sucang.core.service.PermissionService
-
- getListByWhere(String, Object[]) - Method in interface cn.sucang.core.service.PermissionService
-
未转译的对象数据
如果strWhere以Constant.PRULE_PREFIX为前缀则表示过滤角色的限制条件的动态类型
- getListByWorkflowid(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getListForPermissionQuery(Map<String, Object>) - Method in interface cn.sucang.wf.service.WorkflowService
-
查询返回有编辑权限的工作流,以第一个节点的工作流为主
- getListForQuery(Map<String, Object>) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getListForQuery(String, Map<String, Object>) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getListForQuery(String, Map<String, Object>) - Method in interface cn.sucang.core.IBase
-
当hql中包含union关键字和以"select * "开头的语句将使用SqlQuery查询再转换为实体对象
- getListForQuery(Map<String, Object>) - Method in interface cn.sucang.core.IBase
-
根据Object[]数组参数查询
- getListForQuery(Map<String, Object>) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getListForQuery(String, Map<String, Object>) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getLocaleLanguage(String) - Method in class cn.sucang.core.model.UserInfo
-
- getLogByAttachid(String, String) - Method in interface cn.sucang.doc.dao.DocviewPostlogDao
-
- getLogByAttachid(String, String) - Method in class cn.sucang.doc.dao.HB.DocviewPostlogDaoHB
-
- getLoginCount() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getLoginfo() - Method in class cn.sucang.core.model.Staff
-
- getLoginMode() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
默认为空表示软件(PC)登录模式
- getLoginMode() - Method in class cn.sucang.core.model.UserInfo
-
- getLoginMode() - Method in class cn.sucang.core.util.Constant
-
用于JSP页面JSTL引用
- getLoginMode() - Static method in class cn.sucang.core.util.ContextUtils
-
获取当前用户的登录模式,默认为软件模式,返回值为null
- getLoginModeName(String) - Static method in class cn.sucang.core.util.Constant
-
根据登录模式标识符获取中文名称
- getLogStyle() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getLogStyle() - Method in class cn.sucang.wf.model.StepInfo
-
- getLogStyle() - Method in class cn.sucang.wf.model.Workflow
-
- getLogView() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getLogView() - Method in class cn.sucang.wf.model.StepInfo
-
- getLogView() - Method in class cn.sucang.wf.model.Workflow
-
- getLong(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getlong(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getLong(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getlong(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getLong(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getlong(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getLong(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getlong(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getLong(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getlong(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getLong(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getLong(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getLongNow() - Static method in class cn.sucang.core.util.DateUtils
-
- getMainData() - Method in interface cn.sucang.core.model.LayoutData
-
获取主表的基本信息
- getMainData() - Method in class cn.sucang.core.model.LayoutDataImpl
-
- getMainData() - Method in class cn.sucang.core.model.vo.BaseLayoutData
-
- getMainData(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
默认不处理附件字段
- getMainData(HttpServletRequest, FormInfo) - Static method in class cn.sucang.core.util.ReqUtils
-
默认不处理附件字段
- getMainField() - Method in class cn.sucang.core.model.FormInfoChild
-
- getMainForm() - Method in class cn.sucang.core.model.FormInfoChild
-
- getMainStation() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getManage() - Method in class cn.sucang.core.util.OptRule
-
- getMap() - Method in interface cn.sucang.core.util.BeanMap
-
- getMatrixNameMap() - Method in class cn.sucang.core.util.Constant
-
- getMatrixRelation() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getMatrixRelation() - Method in class cn.sucang.wf.model.StepOperator
-
- getMatrixRelationInt() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getMatrixType() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getMaxCount() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getMaxLevel() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getMaxLevel() - Method in class cn.sucang.wf.model.StepOperator
-
- getMaxPerPage() - Method in interface cn.sucang.core.util.SplitPageInfo
-
获取每页记录条数
- getMediaAddDate() - Method in class cn.sucang.core.model.Attach
-
- getMediaDate() - Method in class cn.sucang.core.model.Attach
-
- getMediaId() - Method in class cn.sucang.core.model.Attach
-
- getMediaType() - Method in class cn.sucang.core.model.Attach
-
如果返回空,表示当前附件不支持上传
- getMemberById(String, String) - Method in interface cn.sucang.core.dao.GroupDao
-
- getMemberid() - Method in class cn.sucang.core.model.GroupMember
-
- getMemberName() - Method in class cn.sucang.core.model.GroupMember
-
- getMemo() - Method in class cn.sucang.core.model.OrgMenu
-
- getMemo() - Method in class cn.sucang.core.model.ReadLog
-
- getMemo() - Method in class cn.sucang.core.model.ResourceType
-
- getMemo() - Method in class cn.sucang.core.model.SystemLog
-
- getMemo() - Method in class cn.sucang.core.model.vo.BaseGroupMember
-
- getMemo() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getMemo0() - Method in class cn.sucang.portal.model.PortalPage
-
- getMenderid() - Method in class cn.sucang.core.model.CatalogData
-
- getMenderId() - Method in class cn.sucang.doc.model.Document
-
- getMenu4Web(String, String) - Method in class cn.sucang.core.service.MenuService
-
- getMenuBySiteid(String, boolean) - Method in interface cn.sucang.core.service.CatalogService
-
根据应用/站点ID获取子菜单,过滤掉微信的菜单
- getMenuDao() - Method in class cn.sucang.core.service.MenuService
-
- getMenuid() - Method in class cn.sucang.core.model.OrgMenu
-
- getMenuIdByOrg(String) - Method in class cn.sucang.core.service.MenuService
-
根据orgId获取组织菜单ID
- getMenuShowStyle() - Method in class cn.sucang.core.model.UserInfo
-
- getMenuStyle() - Method in interface cn.sucang.core.model.ITheme
-
获取菜单样式,同原来的User.getCurrentMenuStyle();如果非Ext主题形式则默认返回弹出菜单形式
0-QQ面板型 , 1-弹出菜单型 , 2-树形菜单
- getMenuStyle() - Method in class cn.sucang.core.model.Theme
-
- GetMenuTree(HttpServletRequest) - Method in class cn.sucang.core.service.MenuService
-
因为需要DWR刷新所以才放到MenuService接口中。
- getMessage() - Method in class cn.sucang.core.model.LangResource
-
- getMessage() - Method in class cn.sucang.core.model.vo.ApiResult
-
- getMessage() - Method in class cn.sucang.core.process.AbstractPageProcess
-
- getMessage() - Method in interface cn.sucang.core.process.ICatalogPageProcess
-
用于返回后处理提示信息。
- getMessage() - Method in exception cn.sucang.core.service.ValidationFieldException
-
- getMessage(String, Locale) - Static method in class cn.sucang.portal.util.MessageUtil
-
- getMessageByKey(String) - Method in class cn.sucang.portal.core.PortalContext
-
- getMessageData() - Method in interface cn.sucang.core.service.InnerMessageService
-
用于客户端定时请求服务器端推送数据,所有数据都封装在该方法中,以减少请求次数。
如:将顶部欢迎或提示信息和获取未读消息一起获得。
- getMessageService() - Method in class cn.sucang.wf.service.RequestRemindService
-
- getMetainfo(String) - Method in interface cn.sucang.doc.service.IDocviewService
-
- getMethod() - Method in class cn.sucang.portal.core.PortalSimpleCommand
-
- getMimeType() - Method in class cn.sucang.portal.core.bean.Supports
-
- getMinLevel() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getMinLevel() - Method in class cn.sucang.wf.model.StepOperator
-
- getMobile() - Method in class cn.sucang.core.model.site.OuterUser
-
- getMobileCountByStatusAndMobile(JdbcTemplate, int) - Static method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getMobileDefaultMenu(Staff) - Method in class cn.sucang.core.service.MenuService
-
获取默认的Mob终端软件的菜单数据,如果无配置,则默认返回待办事宜和流程查询
菜单项有{name,icon,url,submenu:[{name:'m1', icon:'icon', },...]}
- getMobilephone() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getMobilePortlets() - Method in class cn.sucang.portal.model.PortalPage
-
返回用于Mobile的PortletRef集合,只有当上下文环境是isMobile时才有效,否则返回空集合
- getMobileUsersByStatusAndMobile(JdbcTemplate, int, int) - Static method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getMobileVersion() - Static method in class cn.sucang.core.util.ContextUtils
-
获取手机终端客户端版本号
- getMobilHost() - Method in interface cn.sucang.bridge.site.MobileUserService
-
获取手机终端访问地址,以http://为前缀,无/反斜扛结束符
- getMobilLeftMenu(Staff) - Method in class cn.sucang.core.service.MenuService
-
获取手机终端左侧菜单
- getMobusers() - Method in class cn.sucang.core.model.Licence
-
- getModelDatas(HttpServletRequest, Catalog, Layout, String) - Method in interface cn.sucang.bridge.nosql.NosqlDataSourceService
-
- getModifyDate() - Method in class cn.sucang.core.model.Catalog
-
- getModifyDate() - Method in class cn.sucang.core.model.CatalogData
-
- getModifyDate() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getModifydate() - Method in class cn.sucang.core.model.FixedLayout
-
- getModifyDate() - Method in class cn.sucang.core.model.Layout
-
- getModifyDate() - Method in class cn.sucang.core.model.site.OuterUser
-
- getModifydate() - Method in class cn.sucang.core.model.SqlLine
-
- getModifyDate() - Method in class cn.sucang.core.model.UserInfo
-
- getModifydate() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getModifydate() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getModifydate() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getModifydate() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getModifyDate() - Method in class cn.sucang.core.model.WebPage
-
- getModifyDate() - Method in class cn.sucang.doc.model.DocReply
-
- getModifyDate() - Method in class cn.sucang.doc.model.Document
-
- getModifyDate() - Method in class cn.sucang.portal.model.UserPortalColumns
-
- getModifyDate() - Method in class cn.sucang.wf.model.RequestStatus
-
- getModifyDate() - Method in class cn.sucang.wf.model.StepOperator
-
- getModifyDateObject() - Method in class cn.sucang.wf.model.RequestStatus
-
- getModules() - Method in class cn.sucang.core.model.Licence
-
- getModulesName() - Static method in class cn.sucang.core.util.ContextUtils
-
- getMonths() - Static method in class cn.sucang.portal.util.CalendarUtil
-
- getMOs() - Method in class cn.sucang.core.service.SmsService
-
- getMosBySrcid(long) - Method in class cn.sucang.core.service.SmsService
-
- getMsg() - Method in enum cn.sucang.core.util.ApiConst
-
- getMsn() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getMultiColumn() - Method in class cn.sucang.core.model.TreeInfo
-
- getMultiSource() - Method in class cn.sucang.core.dao.datasource.SucangProxoolDataSource
-
- getMultiTab() - Method in class cn.sucang.core.model.UserInfo
-
- getMultiText() - Method in class cn.sucang.core.util.Constant
-
- getMustSign() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getMustSign() - Method in class cn.sucang.wf.model.StepInfo
-
- getMustSign() - Method in class cn.sucang.wf.model.Workflow
-
- getMxGeometry() - Method in class cn.sucang.wf.model.MxCell
-
- getMxGeometryXml(MxGeometry) - Method in class cn.sucang.wf.service.GraphParser
-
- getMyRequest() - Method in interface cn.sucang.wf.service.WorkflowService
-
获取我的流程请求
- getMyRequest(int) - Method in interface cn.sucang.wf.service.WorkflowService
-
按状态获取我的流程请求
- getMyRequest(String, int) - Method in interface cn.sucang.wf.service.WorkflowService
-
按状态获取我的流程请求
- getName() - Method in class cn.sucang.bridge.cloud.Company
-
- getName() - Method in interface cn.sucang.core.IInitModule
-
获取模块名称,要保证唯一性.
- getName() - Method in class cn.sucang.core.model.attach.ByteMultipartFile
-
- getName() - Method in class cn.sucang.core.model.BrowserBox
-
- getName() - Method in class cn.sucang.core.model.Catalog
-
- getName() - Method in class cn.sucang.core.model.DataInterface
-
- getName() - Method in class cn.sucang.core.model.DataSourceBean
-
- getName() - Method in class cn.sucang.core.model.FixedLayout
-
- getName() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getName() - Method in class cn.sucang.core.model.FormField
-
- getName() - Method in class cn.sucang.core.model.FormInfo
-
- getName() - Method in class cn.sucang.core.model.FormQueryButton
-
- getName() - Method in interface cn.sucang.core.model.ITheme
-
返回主题的名称,即文件夹名称
- getName() - Method in class cn.sucang.core.model.Layout
-
- getName() - Method in class cn.sucang.core.model.Menu
-
- getName() - Method in class cn.sucang.core.model.NumberRule
-
- getName() - Method in class cn.sucang.core.model.ResourceType
-
- getName() - Method in class cn.sucang.core.model.SelectItem
-
- getName() - Method in class cn.sucang.core.model.site.OuterUser
-
- getName() - Method in class cn.sucang.core.model.SqlLine
-
- getName() - Method in class cn.sucang.core.model.SystemArgs
-
- getName() - Method in class cn.sucang.core.model.Theme
-
返回主题的名称,即文件夹名称
- getName() - Method in class cn.sucang.core.model.TreeInfo
-
- getName() - Method in class cn.sucang.core.model.UserInfo
-
根据当前帐号获取关联的人员姓名,如果是外部人员则获取OuterUser.name否则返回Staff.name.如果都不存在则返回字段staffid的值
- getName() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getName() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getName() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getName() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getName() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getName() - Method in class cn.sucang.core.model.WebPage
-
- getName() - Method in class cn.sucang.core.service.SmsService
-
- getName() - Method in class cn.sucang.doc.model.Document
-
- getName() - Method in class cn.sucang.imports.model.ImportData
-
- getName() - Method in class cn.sucang.portal.core.bean.InitParam
-
- getName() - Method in class cn.sucang.portal.core.bean.PortletPreference
-
- getName() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getName() - Method in class cn.sucang.wf.model.StepInfo
-
- getName() - Method in class cn.sucang.wf.model.UserSignature
-
- getName() - Method in class cn.sucang.wf.model.Workflow
-
- getNameById(String, String) - Method in interface cn.sucang.core.dao.SelectItemDao
-
如果带有父项ID,itemId能兼容自动识别ID或其他值的转译
- getNameById(String) - Method in interface cn.sucang.core.dao.SelectItemDao
-
- getNameById(String) - Method in interface cn.sucang.core.dao.StaffDao
-
返回人员名称
- getNameById(String, boolean) - Method in interface cn.sucang.core.dao.StaffDao
-
- getNameById(String) - Method in interface cn.sucang.core.service.SelectItemService
-
- getNameByIds(String) - Method in interface cn.sucang.core.dao.SelectItemDao
-
- getNameByids(String) - Method in interface cn.sucang.core.service.StaffService
-
- getNameByLang() - Method in class cn.sucang.core.model.FormField
-
- getNameByLang() - Method in class cn.sucang.core.model.FormInfo
-
- getNameByLang() - Method in class cn.sucang.core.model.FormQueryButton
-
- getNameByLang() - Method in class cn.sucang.core.model.FormQueryData
-
- getNameByLang() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getNameByLang() - Method in class cn.sucang.core.model.Menu
-
根据当前语言环境获取是默认语言名称还是其他语言的名称
- getNameByLang() - Method in class cn.sucang.core.model.SelectItem
-
- getNameLang() - Method in class cn.sucang.core.model.FormField
-
- getNameLang() - Method in class cn.sucang.core.model.FormInfo
-
- getNameLang() - Method in class cn.sucang.core.model.FormQueryButton
-
- getNameLang() - Method in class cn.sucang.core.model.FormQueryData
-
- getNameLang() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getNameLang() - Method in class cn.sucang.core.model.Menu
-
- getNameLang() - Method in class cn.sucang.core.model.SelectItem
-
- getNewFname() - Method in class cn.sucang.core.util.ImageUtils
-
- getNewItem(String, String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getNewItem(String, String) - Method in interface cn.sucang.core.IBase
-
获取最新的上下级中某一级中未使用过的标识符
- getNewItem(String, String) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getNextStepid() - Method in class cn.sucang.wf.model.RequestLog
-
- getNoCheckLoginList() - Method in interface cn.sucang.core.IInitModule
-
获取不检查登录的列表URL
- getNodeAction() - Method in class cn.sucang.core.model.TreeInfo
-
- getNodeText() - Method in class cn.sucang.core.model.TreeColumn
-
- getNodeText() - Method in class cn.sucang.core.model.TreeInfo
-
- getNoPermissionList() - Method in interface cn.sucang.core.IInitModule
-
获取不检查权限记录的列表URL
- getNotEmptyWhere(String) - Static method in class cn.sucang.core.util.JdbcUtils
-
获取兼容Oracle和SqlServer判断字符是否为空的条件表达式
- getNstatus() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getNstatus() - Method in class cn.sucang.wf.model.RequestStatus
-
- getNTmp() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getNtype() - Method in class cn.sucang.wf.model.RequestLog
-
- getNum1() - Method in class cn.sucang.core.model.BaseMessage
-
- getNum1() - Method in class cn.sucang.core.model.DataSourceBean
-
- getNum1() - Method in interface cn.sucang.core.model.IMessage
-
- getNum1() - Method in class cn.sucang.core.model.InnerMessage
-
- getNum2() - Method in class cn.sucang.core.model.BaseMessage
-
- getNum2() - Method in interface cn.sucang.core.model.IMessage
-
- getNum2() - Method in class cn.sucang.core.model.InnerMessage
-
- getNumber() - Method in class cn.sucang.core.model.Staff
-
- getNumber0() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getNumber1() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber1() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getNumber1() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getNumber10() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber2() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber3() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber4() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber5() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber6() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber7() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber8() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumber9() - Method in class cn.sucang.core.model.site.OuterUser
-
- getNumberFieldName() - Method in class cn.sucang.core.model.NumberRule
-
获取动态变量的取值的字段名
- getNumberid() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getNumberLen(String) - Static method in class cn.sucang.core.service.NumberRuleService
-
根据给定的编号表达式,返回自增序列号的位数。如:DS${dd}(${nnnn}),则返回4
- getNumberPrefixLen(String, int) - Static method in class cn.sucang.core.service.NumberRuleService
-
- getNumberRuleDao() - Method in class cn.sucang.core.service.NumberRuleService
-
- getNumbers() - Method in class cn.sucang.doc.model.Document
-
- getNumberWhere() - Method in class cn.sucang.core.model.NumberRule
-
- getNumberWhereArray() - Method in class cn.sucang.core.model.NumberRule
-
[{name:'orgid',fieldid:'xxxxxxxxx',value:'field1',isWhere:true},...]
- getObject(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getObject(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
- getObject(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getObject(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class cn.sucang.core.dao.datasource.SucangProxoolDataSource
-
- getObjectType() - Method in class cn.sucang.core.cache.CacheFactory
-
- getObjid() - Method in class cn.sucang.core.model.SystemLog
-
- getObjstring() - Method in class cn.sucang.core.model.ResourceType
-
- getObjType() - Method in class cn.sucang.core.model.SystemLog
-
- getOfficeAddress() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getOfficeCtrl() - Method in class cn.sucang.core.model.UserInfo
-
返回值为空、dianju或goldgrid
- getOldtype() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getOnlineStaff() - Static method in class cn.sucang.core.util.ContextUtils
-
在线人员列表
- getOnlyOrgSelf() - Method in class cn.sucang.core.model.vo.BaseGroupMember
-
- getOnlyViewPermission(Map<Integer, String>, boolean) - Method in interface cn.sucang.wf.service.RequestService
-
表示非当前操作者人员的权限权限标记处理,用于监控人员或其他流程共享权限时,删除不必要的权限数据,保留布局等其他标识信息
- getOpenid() - Method in class cn.sucang.core.model.site.OuterUser
-
- getOperate() - Method in class cn.sucang.core.model.PermissionRule
-
- getOperate() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOperate() - Method in class cn.sucang.wf.model.StepOperator
-
- getOperateAction(int) - Static method in class cn.sucang.core.util.Constant
-
根据操作获取指定权限的Action
- getOperateInt() - Method in class cn.sucang.wf.model.StepOperator
-
- getOperateList() - Method in class cn.sucang.wf.model.StepOperator
-
- getOperation() - Method in class cn.sucang.core.model.FormQueryButton
-
- getOperationJsCode() - Method in class cn.sucang.core.model.FormQueryButton
-
- getOperatorById(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
- getOperatorByLatest(String, String, String, String) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
- getOperatorHrmType() - Method in class cn.sucang.wf.model.StepOperator
-
[3-转发]的还是[2-知会]的还是[1-普通的操作者],[0-表示全部]
- getOperatorListByRequestid(String, String) - Method in interface cn.sucang.wf.dao.RequestOperatorDao
-
返回指定流程的所有操作者和知会者列表
- getOperatorListByRequestid(String, String) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
返回指定流程的所有操作者和知会者列表
- getOperatorListInFirstStep(String) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
根据指定的第一个节点的ID,获取所有正处于第一个节点的,所有操作者列表
- getOperatorStepid() - Method in class cn.sucang.wf.model.StepOperator
-
获取当节点操作者时保存的是哪个节点的操作者,ruleType==8时才有效
- getOperStaffids() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getOperType() - Method in class cn.sucang.wf.model.RequestOperator
-
见常量RequestOperator.TYPE_**
- getOperWhere() - Method in class cn.sucang.wf.model.StepOperator
-
- getOptattachdownload() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptattachprint() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptcreate() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptdelete() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptDelete() - Method in class cn.sucang.wf.model.StepOperator
-
- getOptEdit() - Method in class cn.sucang.wf.model.StepOperator
-
- getOptexport() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOption(String) - Method in interface cn.sucang.core.process.face.IEChartsProcess
-
返回ECharts的配置选项对象.如果有getErrMsg()错误消息,则该方法必须返回null
请参考:http://git.oschina.net/free/ECharts/wikis/home
- getOptionFilter() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getOptionFilter(String) - Method in class cn.sucang.core.model.FixedLayoutField
-
- getOptionHiddenvaluefield() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getOptions() - Method in class cn.sucang.core.model.FormQuery
-
- getOptions() - Method in class cn.sucang.core.model.FormQueryButton
-
- getOptions() - Method in class cn.sucang.core.model.FormQueryExport
-
- getOptions() - Method in class cn.sucang.core.model.Layout
-
- getOptions() - Method in class cn.sucang.core.model.NumberRule
-
- getOptions() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getOptions() - Method in class cn.sucang.portal.model.PortletRef
-
- getOptionsJSON() - Method in class cn.sucang.core.model.FormQuery
-
- getOptionsJSON() - Method in class cn.sucang.core.model.FormQueryExport
-
保存的是{widths:[23,23,23,3,32],...}保存的是宽度配置信息
- getOptionsJSON() - Method in class cn.sucang.core.model.Layout
-
- getOptionsJSON() - Method in class cn.sucang.core.model.NumberRule
-
- getOptionsJSON() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getOptionsMap() - Method in interface cn.sucang.core.service.DataSourceService
-
获取用于<s:options value="$map" .../>用的map{$name,$describeText}对象
- getOptionsObject() - Method in class cn.sucang.portal.model.PortletRef
-
- getOptionsObject() - Method in class cn.sucang.portal.model.Portlets
-
- getOptionsType() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getOptionValue() - Method in class cn.sucang.wf.model.UserSignature
-
获取签字内容用于<option.value标签
- getOptmanage() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptmanageCreate() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptmanageDelete() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptmanageUpdate() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptquery() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptsName() - Static method in class cn.sucang.core.util.Constant
-
获取权限类别的关键字映射
- getOptType() - Method in class cn.sucang.imports.model.ExportResult
-
- getOptupdate() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getOptView() - Method in class cn.sucang.wf.model.StepOperator
-
- getOrderby() - Method in class cn.sucang.core.util.SQLUtils
-
- getOrganizationDao() - Method in interface cn.sucang.core.service.OrganizationService
-
- getOrganizationService() - Method in class cn.sucang.core.service.hr.impl.HumresServiceImpl
-
- getOrgid() - Method in class cn.sucang.core.model.OrgMenu
-
- getOrgid() - Method in class cn.sucang.core.model.site.OuterUser
-
- getOrgid() - Method in class cn.sucang.core.model.UserInfo
-
- getOrgid() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getOrgid() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getOrgidBySyncid(String) - Method in interface cn.sucang.ws.service.WorkflowService
-
- getOrglabel() - Method in class cn.sucang.core.model.PermissionRuleOrg
-
- getOrgLevel() - Method in class cn.sucang.core.model.vo.BaseGroupMember
-
- getOrgName() - Method in class cn.sucang.core.model.GroupMember
-
- getOrgName() - Method in class cn.sucang.core.model.UserInfo
-
- getOrgNamesById(String) - Method in interface cn.sucang.core.dao.StaffDao
-
- getOrgNamesById(String, boolean) - Method in interface cn.sucang.core.dao.StaffDao
-
- getOrgPath() - Method in class cn.sucang.core.model.Organization
-
- getOrgPath(String) - Method in interface cn.sucang.core.service.OrganizationService
-
- getOrgRuleDao() - Method in interface cn.sucang.core.service.PermissionService
-
- getOrgType() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getOriginalData() - Method in class cn.sucang.core.model.FormChangeLog
-
- getOriginalFilename() - Method in class cn.sucang.core.model.attach.ByteMultipartFile
-
- getOriginalName() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getOriginalSize() - Method in class cn.sucang.core.util.ScaleImage
-
- getOriStepid() - Method in class cn.sucang.wf.model.RequestLog
-
- getOriStepid() - Method in class cn.sucang.wf.model.RequestOperator
-
- getOtherData() - Method in interface cn.sucang.core.model.LayoutData
-
获取表单之外的其他的字段,直接字段名获取
- getOtherData() - Method in class cn.sucang.core.model.LayoutDataImpl
-
- getOtherData() - Method in class cn.sucang.core.model.vo.BaseLayoutData
-
- getOtherFields() - Method in class cn.sucang.core.model.BrowserBox
-
- getOtherFields() - Method in class cn.sucang.core.model.TreeInfo
-
- getOtherFields4Sql() - Method in class cn.sucang.core.model.BrowserBox
-
- getOtherNames() - Method in interface cn.sucang.core.service.IEditorExt
-
返回除type="file"外的所有表单的name名称
- getOtherOrg() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getOtherProps() - Method in class cn.sucang.core.model.Layout
-
- getOtherStation() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getOut() - Method in class cn.sucang.wf.process.AbstractWorkflowProcess
-
- getOuterByid(String) - Method in class cn.sucang.core.service.hr.impl.OuterUserServiceImpl
-
- getOuterByid(String) - Method in interface cn.sucang.core.service.hr.OuterUserService
-
- getOuterByOpenid(String) - Method in class cn.sucang.core.service.hr.impl.OuterUserServiceImpl
-
- getOuterByOpenid(String) - Method in interface cn.sucang.core.service.hr.OuterUserService
-
- getOuterid() - Method in class cn.sucang.core.model.UserInfo
-
- getOuterId() - Static method in class cn.sucang.core.util.ContextUtils
-
返回当前登录的外部用户id
- getOuterUser() - Method in class cn.sucang.core.model.UserInfo
-
- getOuterUser() - Static method in class cn.sucang.core.util.ContextUtils
-
- getOuterUserDao() - Method in class cn.sucang.core.service.hr.impl.OuterUserServiceImpl
-
- getOuterWithWxUserinfo(String, HttpServletRequest) - Method in interface cn.sucang.bridge.weixin.WeixinOAuthProcess
-
根据外部用户id和当前关注微信公众号信息中填充到存在的外部用户对象中。
- getOverrideItems() - Method in class cn.sucang.core.process.AbstractQueryProcess
-
- getOverrideItems() - Method in interface cn.sucang.core.process.IFormQueryProcess
-
重载查询页的正文布局样式
- getOverrideView(String, String) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
获取根据主题变化的重定义视图
- getPage() - Method in interface cn.sucang.core.util.SplitPageInfo
-
获取当前页号
- getPageId() - Method in class cn.sucang.core.model.FormQueryButton
-
- getPageId() - Method in class cn.sucang.core.model.FormQueryData
-
- getPageId() - Method in class cn.sucang.core.model.FormQueryExport
-
- getPageId() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getPageid() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
用作流程权限时pageid==StepOperator.id,resid=request.id
用作页面查询/编辑时pageid==FormPage.id,resid=FormPage.$Form.id
- getPageId() - Method in class cn.sucang.portal.model.PortletRef
-
- getPageid() - Method in class cn.sucang.portal.model.UserPortalColumns
-
- getPageInfo() - Method in interface cn.sucang.core.util.PageList
-
返回JSON格式的分页相关数据{page:3,pages:38,...}
- getPageInfoJSON() - Method in interface cn.sucang.core.util.PageList
-
获取JSON的字符串信息.
- getPageList(int, int) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getPageList(int, int, String) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
- getPageList(int, int) - Method in interface cn.sucang.core.IBase
-
根据分页信息获取分页列表对象PageList
- getPageList(int, int, String) - Method in interface cn.sucang.core.IBase
-
- getPageList(int, int) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getPageList(int, int, String) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getPageList(Map<String, Object>, int, int) - Method in interface cn.sucang.core.service.PermissionService
-
- getPageListForQuery(String, Map<String, Object>, int, int) - Method in class cn.sucang.core.dao.AbstractBaseDao
-
Deprecated.
- getPageListForQuery(String, Map<String, Object>, int, int) - Method in interface cn.sucang.core.IBase
-
- getPageListForQuery(String, Map<String, Object>, int, int) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getPageProcess() - Method in class cn.sucang.core.model.FormQuery
-
- getPages() - Method in interface cn.sucang.core.util.SplitPageInfo
-
获取总页数
- getPageSize() - Method in class cn.sucang.core.model.FormQuery
-
- getPageSql(String, int, int, String) - Static method in class cn.sucang.core.util.SQLUtils
-
封装带分页查询的SQL
- getPageSql(String, int, int, String, Integer) - Static method in class cn.sucang.core.util.SQLUtils
-
- getPageSql(int, int, String) - Method in class cn.sucang.core.util.SQLUtils
-
- getPageSql(int, int, String, Integer) - Method in class cn.sucang.core.util.SQLUtils
-
- getPageUrl(String, int) - Static method in class cn.sucang.core.util.Constant
-
- getParamBean(HttpServletRequest, String, Class<T>) - Static method in class cn.sucang.core.util.ReqUtils
-
- getParamBean(String, Class<T>) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getParameter(String) - Method in interface cn.sucang.core.service.IEditorExt
-
根据inputName值获取默认编码的其他非file表单的参数值。
- getParameter(String, String) - Method in interface cn.sucang.core.service.IEditorExt
-
根据指定编辑返回表单值.
- getParameterValues() - Method in interface cn.sucang.core.service.IEditorExt
-
枚举返回所有非file的表单名称和值。
- getParamInt(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getParamLong(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getParams() - Method in class cn.sucang.core.model.BrowserBox
-
- getParamsMap(HttpServletRequest) - Static method in class cn.sucang.core.util.ReqUtils
-
- getParamsObject() - Method in class cn.sucang.core.model.BrowserBox
-
- getParamString(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getParent() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getParent() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getParent() - Method in class cn.sucang.wf.model.MxCell
-
- getParentAndPath(TreeInfo, String) - Method in interface cn.sucang.core.dao.TreeInfoDao
-
根据根节点信息获取当前节点的父节点ID及父级路径信息
- getParentCatalog() - Method in class cn.sucang.core.model.Catalog
-
- getParentCatalogid(String) - Method in interface cn.sucang.core.service.CatalogService
-
返回指定模块的所有上级的ID,包含本身
- getParentCatalogName() - Method in class cn.sucang.core.model.Catalog
-
- getParentField() - Method in class cn.sucang.core.model.TreeInfo
-
- getParentFieldObject() - Method in class cn.sucang.core.model.TreeInfo
-
- getParentFolder() - Method in class cn.sucang.core.model.Catalog
-
- getParentLayoutArray() - Method in class cn.sucang.core.model.Layout
-
- getParentLayoutid() - Method in class cn.sucang.core.model.Layout
-
- getPassmix() - Method in class cn.sucang.core.model.UserInfo
-
- getPassword() - Method in class cn.sucang.core.model.DataSourceBean
-
- getPassword() - Method in class cn.sucang.core.model.UserInfo
-
- getPathById(String, String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getPathsBySourceId(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
返回指定节点的所有流出路径
- getPathsBySourceId(String, boolean) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
返回指定节点中含往前的流出路径(即不包含退回路径)
- getPathsByTagetId(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
返回指定节点的所有流入路径
- getPCUserCountByStatus(JdbcTemplate, int) - Static method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getPCUsersByStatus(JdbcTemplate, int, int) - Static method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getPermission() - Method in class cn.sucang.core.model.FormQueryButton
-
- getPermissionByRestype(String, Staff, String) - Method in interface cn.sucang.core.service.PermissionService
-
获取指定的用户对指定权限资源串
- getPermissionInt() - Method in class cn.sucang.core.model.FormQueryButton
-
- getPermissionList() - Method in class cn.sucang.wf.model.RequestStatus
-
返回当前流程状态对当前用户是否有权限
- getPermissionMapByRestype(String, Staff, String) - Method in interface cn.sucang.core.service.PermissionService
-
- getPermissionNames() - Method in class cn.sucang.core.util.Constant
-
- getPermissionRuleList(Map<Integer, String>) - Method in interface cn.sucang.core.service.PermissionService
-
需要用OPT_**来标识权限,而getPermissionMap则用ACTION_**来标识
- getPermissionRuleType() - Method in class cn.sucang.core.util.Constant
-
- getPermissionRuleTypeExtension() - Method in class cn.sucang.core.util.Constant
-
- getPermissionRuleTypeString() - Method in class cn.sucang.core.util.Constant
-
- getPermissionSelected() - Method in class cn.sucang.core.model.FormQueryButton
-
返回已保存的值,用于
- getPermissionService() - Method in class cn.sucang.core.service.MenuService
-
- getPermissionSql(String, String, String) - Static method in class cn.sucang.core.util.SQLUtils
-
返回根据resId封装后的带权限查询的SQL语句
- getPermissionWhere(String, int) - Method in class cn.sucang.core.service.AbstractBaseService
-
- getPermissionWhere(String, String, Staff, String) - Method in interface cn.sucang.core.service.PermissionService
-
返回用于过滤数据的权限条件,一般用法 id in ($$$),权限表的别名为p,如p.pageid=$xxx,默认使用Union All
- getPermissionWhere(String, String, Staff, String, boolean) - Method in interface cn.sucang.core.service.PermissionService
-
- getPermissionWhere(String) - Method in interface cn.sucang.core.service.PermissionService
-
默认fields=p.resid,staff=$currentUser,sWhere=''
- getPermissionWhere(String, int) - Static method in class cn.sucang.core.util.ResUtils
-
为空或者以and为开始的Sql条件语句
- getPermissionWhere2(String, String, String) - Method in interface cn.sucang.core.service.PermissionService
-
不带用户权限条件的获取已定义的权限规则
- getPerShareFields() - Method in class cn.sucang.wf.model.Workflow
-
- getPerShareFieldsArray() - Method in class cn.sucang.wf.model.Workflow
-
JSON格式:[{fieldid:'$fieldid',permit:'query'},...]
- getPid() - Method in class cn.sucang.core.model.Catalog
-
- getPid() - Method in class cn.sucang.core.model.Menu
-
- getPid() - Method in class cn.sucang.core.model.SelectItem
-
- getPid() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getPid() - Method in class cn.sucang.doc.model.DocReply
-
- getPid() - Method in class cn.sucang.portal.model.PortalPage
-
- getPingYin(Object) - Static method in class cn.sucang.core.util.GB2Alpha
-
- getPinyin(String[], int) - Method in interface cn.sucang.core.service.CommonFunService
-
- getPinYinHeadChar(Object) - Static method in class cn.sucang.core.util.GB2Alpha
-
- getPoints() - Method in class cn.sucang.wf.model.MxArray
-
- getPoints() - Method in class cn.sucang.wf.model.MxGeometry
-
- getPool() - Method in class cn.sucang.core.cache.JedisPoolConfigInit
-
- getPortalBtns() - Method in interface cn.sucang.bridge.portal.PortalPageService
-
用subPortal:[PortalPage, ...]键值取下级门户
- getPortalBtns() - Method in interface cn.sucang.portal.service.PortalService
-
用subPortal:[PortalPage, ...]键值取下级门户
- getPortalContext() - Static method in class cn.sucang.portal.core.PortalContextFactory
-
- getPortlet(String) - Method in interface cn.sucang.portal.core.PortletContainer
-
- getPortletByName(String) - Method in class cn.sucang.portal.core.bean.PortletApp
-
- getPortletByName(String) - Method in interface cn.sucang.portal.dao.PortletDao
-
- getPortletClass() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getPortletClass() - Method in class cn.sucang.portal.model.Portlets
-
- getPortletId() - Method in class cn.sucang.portal.model.PortletRef
-
- getPortletInfo() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getPortletModes() - Method in class cn.sucang.portal.core.bean.Supports
-
- getPortletName() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getPortletName() - Method in class cn.sucang.portal.model.PortletRef
-
- getPortletName() - Method in class cn.sucang.portal.model.Portlets
-
- getPortletPreferences() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getPortletRef(PortletRequest) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getPortletRef(ActionRequest) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
获取当前请求中的元素引用对象,会自动处理title,height和icon,autoRefresh等参数
- getPortlets() - Method in class cn.sucang.portal.core.bean.PortletApp
-
- getPortlets() - Method in class cn.sucang.portal.model.PortalPage
-
- getPortletSet() - Method in class cn.sucang.portal.model.Portlets
-
- getPortletsMap() - Method in class cn.sucang.portal.model.PortalPage
-
获取该Portal下的Portlets的Map映射
- getPortletWindow(PortletRequest) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getPostAction() - Method in class cn.sucang.core.model.Catalog
-
获取后处理脚本
- getPostAction() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
获取后处理脚本
- getPostAction() - Method in class cn.sucang.wf.model.StepInfo
-
获取后处理脚本
- getPostConnect() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getPostConnect() - Method in class cn.sucang.wf.model.StepInfo
-
- getPostion() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getPreAction() - Method in class cn.sucang.core.model.Layout
-
- getPreCall() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getPreConnect() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getPreConnect() - Method in class cn.sucang.wf.model.StepInfo
-
- getPreStepid() - Method in class cn.sucang.wf.model.RequestStatus
-
- getPrevAllSteps(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
获取指定节点的所有之前节点,不包括首节点和当前节点
- getPreviewAction() - Method in class cn.sucang.core.model.Catalog
-
获取预处理脚本
- getPreviewAction() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
获取预处理脚本
- getPreviewAction() - Method in class cn.sucang.wf.model.StepInfo
-
获取预处理脚本
- getPreviewImage() - Method in class cn.sucang.core.model.Theme
-
- getPreviewUrl(String, String) - Method in interface cn.sucang.bridge.document.Attach2DocviewService
-
- getPreviewUrl(String, String) - Method in interface cn.sucang.core.service.AttachService
-
- getPrimaryKeyName() - Method in class cn.sucang.core.model.FormInfo
-
- getPrincipal() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getPrintLayout() - Method in class cn.sucang.core.model.Catalog
-
null,表示继承上级,0表示默认布局
- getPrintLogStyle() - Method in class cn.sucang.wf.model.Workflow
-
- getPrivateKey(Map<String, Object>) - Static method in class cn.sucang.core.util.EncryptUtils
-
取得私钥
- getProcess(String, Class<T>) - Static method in class cn.sucang.core.service.PageProcessEngine
-
- getProcessInfo() - Method in interface cn.sucang.bridge.imports.ExcelParser
-
返回当前线程处理导入数据的进度,{..result:"OK"}//表示导入完成
- getProcessInfo() - Method in class cn.sucang.core.assist.WebProgressThread
-
返回值有:threadid,total,status,sucessCount,failedCount,result
如果total==0表示等待状态无百分比,否则百分比是:sucessCount+failedCount/total
如果status:0 - 表示正在进行中,-1 - 表示停止,2 - 表示完成
处理过程中的显示信息保存在result字段中
- getProcessInfo() - Method in class cn.sucang.core.service.CatalogPermissionTask
-
返回当前线程处理导入数据的进度,{..result:"OK"}//表示导入完成
- getProcessInfo() - Method in class cn.sucang.imports.service.Excel2Xml
-
返回当前线程处理导入数据的进度,{..result:"OK"}//表示导入完成
- getProcessStartup() - Method in class cn.sucang.core.assist.WebProgressThread
-
用于初始化时调用,这时候的总和记录数可能还未获取
- getProfile() - Static method in class cn.sucang.core.util.ContextUtils
-
获取当前运行环境:dev(默认), test, prod
- getProfilesPath(String) - Static method in class cn.sucang.core.util.ContextUtils
-
返回当前profile配置信息的文件路径,如果没有配置profile则返回null
- getProgress(long) - Static method in class cn.sucang.core.assist.ProgressUtils
-
- getProperty(String, String) - Method in class cn.sucang.core.model.DataSourceBean
-
获取用于JDBC连接属性对象
- getProps() - Method in class cn.sucang.core.cache.JedisPoolConfigInit
-
- getProps() - Method in class cn.sucang.core.model.Layout
-
布局其他额外属性保存引用
- getProvince() - Method in class cn.sucang.core.model.site.OuterUser
-
- getPublicKey(Map<String, Object>) - Static method in class cn.sucang.core.util.EncryptUtils
-
取得公钥
- getPwd() - Method in class cn.sucang.core.service.SmsService
-
- getQuery() - Method in class cn.sucang.core.util.OptRule
-
- getQueryBrowserId() - Method in class cn.sucang.core.util.Constant
-
Deprecated.
- getQueryColumns() - Method in class cn.sucang.core.model.FormQuery
-
- getQueryFields(FormQuery, boolean) - Method in interface cn.sucang.bridge.nosql.NosqlDataSourceService
-
- getQueryFields(FormQuery, boolean) - Method in interface cn.sucang.bridge.sap.SapDriverService
-
- getQueryFields() - Method in class cn.sucang.core.model.FormQuery
-
默认用于生成查询条件UI用,如果需要接收参数,请调用getQueryFields(true);方法
- getQueryFields(boolean) - Method in class cn.sucang.core.model.FormQuery
-
根据查询字段获取字段列表以便用于生成查询项
- getQueryFields() - Method in class cn.sucang.core.process.AbstractQueryProcess
-
- getQueryFields() - Method in interface cn.sucang.core.process.IFormQueryProcess
-
- getQueryGridByPage(FormQuery, BeanMap<String, Object>, int, int) - Method in interface cn.sucang.bridge.nosql.NosqlDataSourceService
-
- getQueryGridByPage(FormQuery, BeanMap<String, Object>, int, int) - Method in interface cn.sucang.bridge.sap.SapDriverService
-
- getQueryid() - Method in class cn.sucang.core.model.Catalog
-
- getQueryModels(List<FormField>, int, Map<String, String>) - Method in interface cn.sucang.core.service.FormQueryService
-
根据查询页对象生成查询界面,返回Map中的键值queryParamsString对应的是initParam中有值的查询条件QueryString格式,用于拼凑至其他URL中使用
- getQueryParams() - Method in class cn.sucang.core.process.AbstractQueryProcess
-
- getQueryParams() - Method in interface cn.sucang.core.process.IFormQueryProcess
-
重定义查询条件参数,由自定义Sql中写${var},Map返回以var为Key的查询条件
- getQueryProcess() - Method in class cn.sucang.core.model.FormQuery
-
- getQuerys() - Method in class cn.sucang.core.model.FormQuery
-
- getQuerysByPageId(String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
- getQuerySearchById(String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
- getQueryType() - Method in class cn.sucang.core.model.Catalog
-
有[0=查询页,1=门户页,2=模板页,3=$自定义URL],默认为0
- getQueryUserFields() - Method in class cn.sucang.core.model.BrowserBox
-
用于在当前浏览框中显示,但在转译数据时不需要查询显示的列(包括otherfields),因为要保持列的顺序,一起保存
- getQueryWhere(List<FormField>, BeanMap<String, Object>) - Method in interface cn.sucang.core.service.FormQueryService
-
获取查询页面的查询SQL条件
- getQueryWhereObject(List<FormField>, BeanMap<String, Object>) - Method in interface cn.sucang.core.service.FormQueryService
-
同getQueryWhere();方法,用于参数条件二次处理时调用,一般用于系统查询页的查询条件统一处理
- getRandNumber(int) - Static method in class cn.sucang.core.util.StrUtils
-
返回$nums位随机数
- getReadLog(String, String, String) - Method in interface cn.sucang.core.service.ReadLogService
-
staffid可以为空
- getReadLog(String, String) - Method in interface cn.sucang.core.service.ReadLogService
-
- getReadLogByWhere(String, String) - Method in interface cn.sucang.core.service.ReadLogService
-
- getReadnum() - Method in class cn.sucang.core.model.ReadLog
-
- getReadNum(String) - Method in interface cn.sucang.core.service.ReadLogService
-
- getReadNum(String, String) - Method in interface cn.sucang.core.service.ReadLogService
-
- getReadonly() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getReadonly() - Method in class cn.sucang.portal.core.bean.PortletPreference
-
- getRealFieldName() - Method in class cn.sucang.imports.model.FieldsMapping
-
获取物理表的真实字段名
- getRealFieldValue() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getRealValue() - Method in class cn.sucang.core.model.SelectItem
-
获取真正保存到数据库中的值
- getReceiveDate() - Method in class cn.sucang.wf.model.RequestOperator
-
- getReceiveOrgid() - Method in class cn.sucang.core.model.InnerMessage
-
- getReceiveOrgName() - Method in class cn.sucang.core.model.InnerMessage
-
- getReceiver() - Method in class cn.sucang.core.model.BaseMessage
-
- getReceiver() - Method in interface cn.sucang.core.model.IMessage
-
- getReceiver() - Method in class cn.sucang.core.model.InnerMessage
-
- getReceiveStaffid() - Method in class cn.sucang.core.model.InnerMessage
-
- getReceiveStaffName() - Method in class cn.sucang.core.model.InnerMessage
-
- getReceiveStationid() - Method in class cn.sucang.core.model.InnerMessage
-
- getReceiveStationName() - Method in class cn.sucang.core.model.InnerMessage
-
- getRecordCount() - Method in interface cn.sucang.core.util.SplitPageInfo
-
获取记录总数
- getRecordid() - Method in class cn.sucang.bridge.dingtalk.dto.DingRequest
-
- getRecordPermission(String, String, Staff) - Method in interface cn.sucang.core.service.PermissionService
-
- getRecordPermissionWithLayout(String, String, Staff) - Method in interface cn.sucang.core.service.PermissionService
-
返回带有布局参数的权限规则,已按优先级排序
字段有:operate, layoutView, layoutEdit, layoutPrint, dspOrder
- getRedContent() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getRedHeadField() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getRedHeadFieldName() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getRedirectUrl() - Method in class cn.sucang.core.process.AbstractPageProcess
-
- getRedirectUrl() - Method in interface cn.sucang.core.process.ICatalogPageProcess
-
用于init返回失败时转向的URL地址
- getRedirectUrl() - Method in class cn.sucang.wf.process.AbstractWorkflowProcess
-
- getRedirectUrl() - Method in interface cn.sucang.wf.process.IWorkflowProcess
-
用于其他接口操作失败时需要转向的URL地址
- getRedirectUrl() - Method in class cn.sucang.wf.process.JavascriptWrapWorkflowProcess
-
- getRefid() - Method in class cn.sucang.core.model.BrowseMultiValue
-
- getRefid() - Method in class cn.sucang.core.model.LangResource
-
- getRefid() - Method in class cn.sucang.core.model.SqlLine
-
- getRegDate() - Method in class cn.sucang.bridge.cloud.Company
-
- getRelationId() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getRelationUser() - Method in class cn.sucang.core.model.Staff
-
获取当前人员相关的帐号信息,人员和帐号是一一对应
- getRelative() - Method in class cn.sucang.wf.model.MxGeometry
-
- getRemark() - Method in class cn.sucang.core.model.site.OuterUser
-
- getRemindNeedOperator(String, String) - Method in interface cn.sucang.wf.service.RequestService
-
返回需要提醒的操作者列表
- getRemindTimeout() - Method in class cn.sucang.wf.model.StepOperator
-
- getRemindTimeoutMinutes() - Method in class cn.sucang.wf.model.StepOperator
-
获取超时的时间(转化为以分为单位)
- getRemindType() - Method in class cn.sucang.wf.model.StepOperator
-
- getRemindTypes() - Method in class cn.sucang.wf.model.StepOperator
-
- getRemoteHost() - Static method in class cn.sucang.core.util.ContextUtils
-
如果非Http请求的则默认为空字符串
- getRemoteHostId() - Method in class cn.sucang.core.model.DataInterface
-
- getRenderer() - Method in class cn.sucang.core.model.FormQueryData
-
- getRenderParameter(String) - Method in interface cn.sucang.portal.core.InternalActionResponse
-
- getRenderParameters() - Method in interface cn.sucang.portal.core.InternalActionResponse
-
- getRepeatRecord() - Method in class cn.sucang.imports.model.ImportData
-
1-覆盖(更新), 2-跳过(不更新), 3-停止导入
- getReplacedContent(String, Map) - Method in interface cn.sucang.core.service.IEditorExt
-
返回指定file的name和Url转换,再返回文本内容。
- getReplyid() - Method in class cn.sucang.core.model.InnerMessage
-
- getReplyList(boolean) - Method in class cn.sucang.doc.model.Document
-
- getRequest() - Method in class cn.sucang.wf.model.RequestOperator
-
- getRequest() - Method in class cn.sucang.ws.model.WorkflowParams
-
- getRequestAction() - Method in class cn.sucang.core.model.DataInterface
-
- getRequestActionName() - Method in class cn.sucang.core.model.DataInterface
-
- getRequestById(String) - Method in interface cn.sucang.ws.service.WorkflowService
-
- getRequestid() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getRequestid() - Method in class cn.sucang.wf.model.RequestLog
-
- getRequestid() - Method in class cn.sucang.wf.model.RequestOperator
-
- getRequestid() - Method in class cn.sucang.wf.model.RequestStatus
-
- getRequestListByXml(String, String) - Method in interface cn.sucang.ws.service.WorkflowService
-
<where>
<name>$流程名称</name>
<creatorId>$创建者ID<creatorId>
<nstatus>$流程状态<nstatus>
<workflowid>$工作流ID<workflowid>
<createDate>$创建日期</createDate>
<createDate2>$创建日期</createDate2>
<pagenum>1<pagesize>
<pagesize>20<pagesize>
</where>
- getRequestListSqlWhere(int) - Method in interface cn.sucang.core.process.IWorkflowService
-
根据status返回过滤流程的条件和字段列
- getRequestLog(WfRequest) - Method in interface cn.sucang.wf.service.RequestService
-
- getRequestLog(WfRequest, String, String, String) - Method in interface cn.sucang.wf.service.RequestService
-
- getRequestLogViewColumn(WfRequest, int) - Method in interface cn.sucang.wf.service.RequestService
-
返回显示流程流转意见的显示定义,返回值是{'字段名':100,'字段名2':20,...}
staffId,info,stepid,createDate,ntype,attachIds
- getRequestNameArray(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getRequestNameArray(HttpServletRequest, String, String) - Static method in class cn.sucang.core.util.ReqUtils
-
如果需要获取F67$name前缀且过滤F67_$index_$name的则可以getRequestNameArray(requests,'F67','F67_');
- getRequestNum() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getRequestNum() - Method in class cn.sucang.wf.model.Workflow
-
- getRequestObject() - Method in interface cn.sucang.core.process.IWorkflowService
-
Request是基础类型,由该方法返回一个Request对象,实际上指向的是WfRequest
- getRequestOperator() - Method in class cn.sucang.core.model.DataInterface
-
- getRequestOperator(WfRequest, StepInfo) - Method in interface cn.sucang.wf.service.RequestService
-
获取指定流程或指定节点下的操作者列表
- getRequestOperatorById(String, String, String) - Method in interface cn.sucang.wf.dao.RequestOperatorDao
-
- getRequestOperatorById(String, String, String) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
- getRequestOperatorBySubmited(WfRequest, String, String, Integer) - Method in interface cn.sucang.wf.service.RequestService
-
- getRequestOperatorList(WfRequest, String) - Method in interface cn.sucang.wf.service.RequestService
-
- getRequestPermission(String, String) - Method in interface cn.sucang.core.service.PermissionService
-
查询某个流程拥有什么权限,
- getRequestPermission(String, String, Staff) - Method in interface cn.sucang.core.service.PermissionService
-
- getRequestPermissionWithLayout(String, String, Staff) - Method in interface cn.sucang.core.service.PermissionService
-
有字段finishRequest==1时表示该流程已经归档
- getRequestQueryParams(String) - Method in interface cn.sucang.wf.service.RequestService
-
根据状态值获取请求流程数据的JOSN URL的参数部分,__pageTitle表示标题
- getRequestService() - Method in class cn.sucang.wf.service.RequestRemindService
-
- getRequestSignature() - Method in class cn.sucang.wf.model.RequestLog
-
- getRequestStatus() - Method in class cn.sucang.wf.model.WfRequest
-
- getRequestStatus(WfRequest) - Method in interface cn.sucang.wf.service.RequestService
-
获取流程的当前第一个状态(可能会有多个状态)
- getRequestStatus(WfRequest, String) - Method in interface cn.sucang.wf.service.RequestService
-
获取当前流程的指定节点的流程状态
- getRequestStatusList(WfRequest) - Method in interface cn.sucang.wf.service.RequestService
-
获取流程的状态列表,当流程处于并行分支时会有多个RequestStatus
- getRequestStatusPermission(WfRequest) - Method in interface cn.sucang.wf.service.RequestService
-
获取流程的当前状态并判断有查看权限的节点状态,如果返回null表示对request没有任何权限
- getRequestTitle() - Method in class cn.sucang.wf.model.Workflow
-
- getRequestTitle(LayoutData, Workflow) - Method in interface cn.sucang.wf.service.RequestService
-
根据表单提交的数据和工作流的标题模板生成流程标题
- getRequestTraceData(WfRequest) - Method in interface cn.sucang.wf.service.RequestService
-
获取指定流程记录的流转,使流程图路径描红,返回结果格式:
{steps:[{id:'4028818327ba2e450127ba2e5b000033', cellid:'13'}],
paths:[{"id":"4028818327ba2e450127ba2e5b000038","cellid":"18","target":"4028818327ba2e450127ba2e5b000037","source":"4028818327ba2e450127ba2e5b000013"]}
- getRequestUri() - Static method in class cn.sucang.core.util.ContextUtils
-
- getResid() - Method in class cn.sucang.core.model.ReadLog
-
- getResid() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
资源ID,如文档ID,模块ID,表单ID等,由resType(资源类型)确定
- getResource(String) - Method in class cn.sucang.core.util.loader.HotCodeLoader
-
Get a resource from added source directories.
- getResourceAsStream(String) - Method in class cn.sucang.core.util.loader.HotCodeLoader
-
Get a resource stream from added source directories.
- getResourceBundle() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getResourceBundle() - Method in class cn.sucang.portal.core.PortalContext
-
- getResourceTypeDao() - Method in interface cn.sucang.core.service.PermissionService
-
- getResponseJSON(HttpResponse) - Static method in class cn.sucang.core.util.HttpUtils
-
将Http返回值的文本取出来并以JSON格式转换,如果返回null表示非JSON格式
- getResponseText(HttpResponse) - Static method in class cn.sucang.core.util.HttpUtils
-
获取Response的文本内容
- getRestype() - Method in class cn.sucang.core.model.ResourceType
-
- getRestype() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
资源类型ID,是指该权限规则作用于什么资源,如表单,文档,查询,模块等。
- getResType(String) - Static method in class cn.sucang.core.util.ResUtils
-
根据资源类型返回资源的字符串唯一识符.
- getRestype4Cache() - Method in class cn.sucang.core.model.ResourceType
-
- getResult() - Method in class cn.sucang.bridge.document.AttachOperationEvent
-
- getResult() - Method in interface cn.sucang.bridge.imports.IRowProcess
-
用于回调处理返回更加复杂的数据结构对象。
- getResult(int, String) - Method in class cn.sucang.bridge.site.AjaxResult
-
- getResult() - Method in class cn.sucang.bridge.site.AjaxResult
-
- getResult() - Method in interface cn.sucang.core.assist.IHttpCallbackWithResult
-
用于succss事件中处理结果的返回
- getResult(Class<T>) - Method in class cn.sucang.core.model.SqlLine
-
根据传入的class类型返回Object、Map或List类型的对象
- getResultData() - Method in interface cn.sucang.core.util.PageList
-
返回list数据格式
- getResultData(String, String) - Method in interface cn.sucang.core.util.PageList
-
- getResultInfo() - Method in class cn.sucang.core.model.UpgradeLog
-
- getResultType() - Method in class cn.sucang.imports.model.ExportResult
-
- getRevision() - Method in class cn.sucang.core.model.FormChangeLog
-
- getRoot() - Method in class cn.sucang.wf.model.MxGraphModel
-
- getRootCatalogFlag(HttpServletRequest) - Static method in class cn.sucang.core.util.ContextUtils
-
返回值为null或者带有$guid32_website|wapsite的格式
- getRootPath() - Static method in class cn.sucang.core.util.ContextUtils
-
$rootPath后缀无路径分隔符
- getRootText() - Method in class cn.sucang.core.model.TreeInfo
-
- getRootVisible() - Method in class cn.sucang.core.model.TreeInfo
-
- getRouterIp() - Method in class cn.sucang.bridge.cloud.Company
-
- getRouterPort() - Method in class cn.sucang.bridge.cloud.Company
-
- getRowIndex() - Method in class cn.sucang.core.model.FormInfoChild
-
- getRowOrder() - Method in class cn.sucang.core.model.TreeColumn
-
- getRowOrder() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getRowOrder000() - Method in class cn.sucang.core.model.TreeColumn
-
- getRowOrder000() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getRowsInt() - Method in class cn.sucang.core.model.FixedLayout
-
- getRtxNum() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getRule(int) - Static method in class cn.sucang.core.model.PermissionRule
-
- getRuleDynamicStaffData(int, Staff) - Method in interface cn.sucang.core.service.PermissionService
-
用于手动添加静态人员规则时也支持动态权限属性上下级
- getRuleObjectId() - Method in class cn.sucang.wf.model.StepOperator
-
- getRuleObjectName() - Method in class cn.sucang.wf.model.StepOperator
-
- getRulePath() - Method in class cn.sucang.core.model.Catalog
-
- getRulePathByLabel(Catalog) - Method in interface cn.sucang.core.service.CatalogService
-
获取当前Catalog的RulePath,遇到inherit=0为结束
- getRuleText() - Method in class cn.sucang.core.model.NumberRule
-
- getRuleType() - Method in class cn.sucang.core.model.BrowserBox
-
用户标识该Browser框是否为人力资源框(即表单为组织/岗位/人员)
- getRuleType() - Method in class cn.sucang.wf.model.StepOperator
-
- getRuleTypeByBrowser() - Method in class cn.sucang.core.util.Constant
-
- getRuleTypes() - Static method in class cn.sucang.core.util.MapUtils
-
- getRuleWhere() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getRuleWhereJSON() - Method in class cn.sucang.core.model.PermissionRule
-
- getRuleWhereText() - Method in class cn.sucang.core.model.PermissionRule
-
- getRuntime() - Method in class cn.sucang.core.model.Licence
-
- getRuntime() - Static method in class cn.sucang.core.util.ContextUtils
-
获取当前应用的运行模式,单机-single(默认),多应用-multi,云平台-cloud
- getSatus() - Method in interface cn.sucang.bridge.imports.IRowProcess
-
默认为0,返回-1表示停止继续导入,其他值则忽略不计
- getSaveAfterJs() - Method in class cn.sucang.core.model.Layout
-
- getScope() - Method in class cn.sucang.core.util.JavascriptEngine
-
- getScript() - Method in class cn.sucang.core.util.GroovyUtils
-
script.invokeMehtod("fun",args);//运行函数 script.run();//运行脚本
- getScriptInstance(int) - Static method in class cn.sucang.core.service.PageProcessEngine
-
- getScripts() - Method in class cn.sucang.core.model.FormQuery
-
- getSearchOption() - Method in class cn.sucang.core.model.FormField
-
- getSecureLevel() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getSelectionType() - Method in class cn.sucang.core.model.TreeInfo
-
节点选择类型:0 - 所有(默认),1 - 叶子节点可选,2 - 节点可选,3 - 9*以9开头表示只有某Deep层级的可选
- getSelectItemByPid(String) - Method in interface cn.sucang.core.service.SelectItemService
-
返回所有显示类型的下拉框
- getSelectItemByPid(String, Integer) - Method in interface cn.sucang.core.service.SelectItemService
-
获取下拉选择项
- getSelectItemDao() - Method in class cn.sucang.core.service.MenuService
-
- getSender() - Method in class cn.sucang.core.model.BaseMessage
-
- getSender() - Method in interface cn.sucang.core.model.IMessage
-
- getSender() - Method in class cn.sucang.core.model.InnerMessage
-
- getSerialNumIndex() - Method in class cn.sucang.core.model.NumberRule
-
- getSerialVersionUID() - Static method in class cn.sucang.bridge.cloud.Company
-
- getServerCode() - Method in class cn.sucang.core.model.FormQueryButton
-
- getServerName() - Static method in class cn.sucang.core.util.ContextUtils
-
用于各Application之间同步时区分标记用
- getService(HttpServletRequest, String) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getServletRequest(PortletRequest) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getServletResponse(PortletRequest) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getServletSession(PortletRequest) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getSessionId(String) - Method in interface cn.sucang.doc.service.IDocviewService
-
- getSex() - Method in class cn.sucang.core.model.site.OuterUser
-
- getShareCid() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getShort(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getShort(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getShortcut() - Method in class cn.sucang.core.model.FormQueryButton
-
- getShortTitle() - Method in class cn.sucang.portal.core.bean.PortletInfo
-
- getShowLeftMenu() - Method in class cn.sucang.core.model.UserInfo
-
- getSingleText() - Method in class cn.sucang.core.util.Constant
-
- getSiteString() - Method in class cn.sucang.core.util.ContextUtils
-
- getSize() - Method in class cn.sucang.core.model.attach.ByteMultipartFile
-
- getSize() - Method in class cn.sucang.core.util.ScaleImage
-
- getSmbFile(String) - Static method in class cn.sucang.core.util.SmbUtil
-
- getSmId() - Method in class cn.sucang.core.service.SmsService
-
- getSmIdLong() - Method in class cn.sucang.core.service.SmsService
-
- getSmType() - Method in class cn.sucang.core.service.SmsService
-
- getSn() - Method in class cn.sucang.core.model.Licence
-
- getSnId() - Static method in class cn.sucang.core.util.LicenceUtils
-
返回空字符串表示未获取网卡序列号
- getSnIdOld() - Static method in class cn.sucang.core.util.LicenceUtils
-
返回原有规则的snid,获取最后一个连上网线的网卡
- getSort() - Method in class cn.sucang.core.model.FormQueryData
-
- getSource() - Method in class cn.sucang.wf.model.MxCell
-
- getSplitIntArray(int) - Static method in class cn.sucang.core.util.ResUtils
-
将数字13,分解后以数组形式返回。如a=1 | 4 | 8
- getSplitIntList(int) - Static method in class cn.sucang.core.util.ResUtils
-
- getSqlAliasName() - Method in class cn.sucang.core.model.FormQueryData
-
- getSqlAliasName() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getSqlCounts() - Method in class cn.sucang.core.model.UpgradeLog
-
- getSqllineList() - Method in class cn.sucang.core.model.Layout
-
获取当前布局指定的Sql查询语句和id,以JSON的形式返回
- getSQLParams(int) - Method in interface cn.sucang.core.util.BeanMap
-
{params:List<Object>,types:List<int>,fields:String}
- getSQLParams(int, boolean) - Method in interface cn.sucang.core.util.BeanMap
-
- getSqls() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getSqlSubQuery() - Method in class cn.sucang.core.model.FormQueryData
-
- getSqlSubQuery() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getSqlText() - Method in class cn.sucang.core.model.FormQueryData
-
- getSqlText() - Method in class cn.sucang.core.model.FormQuerySearch
-
- getSqltext() - Method in class cn.sucang.core.model.SqlLine
-
- getSqlWhere() - Method in class cn.sucang.core.model.FormQuery
-
- getSrcFieldid() - Method in class cn.sucang.core.model.DataInterfaceField
-
- getSrcFieldName() - Method in class cn.sucang.core.model.DataInterfaceField
-
- getSrcFieldObject() - Method in class cn.sucang.core.model.DataInterfaceField
-
- getSrcFields() - Method in class cn.sucang.core.model.DataInterface
-
- getSrcForm() - Method in class cn.sucang.core.model.DataInterface
-
- getSrcFormCondition() - Method in class cn.sucang.core.model.DataInterface
-
- getSrcFormInfo() - Method in class cn.sucang.core.model.DataInterface
-
- getSrcFormName() - Method in class cn.sucang.core.model.DataInterface
-
- getSrcId() - Method in class cn.sucang.core.service.SmsService
-
- getSrcRelationField() - Method in class cn.sucang.core.model.DataInterface
-
- getSrcRelationFieldName() - Method in class cn.sucang.core.model.DataInterface
-
如果未指定则默认为id
- getSrcRelationId() - Method in class cn.sucang.core.model.DataInterface
-
- getSsoAuthUrl(HttpServletRequest, String, boolean) - Method in interface cn.sucang.bridge.dingtalk.DingtalkOAuthProcess
-
- getStaff() - Method in class cn.sucang.core.model.BaseMessage
-
- getStaff() - Method in class cn.sucang.core.model.FormChangeLog
-
- getStaff() - Method in class cn.sucang.core.model.GroupMember
-
- getStaff() - Method in interface cn.sucang.core.model.IMessage
-
- getStaff() - Method in class cn.sucang.core.model.InnerMessage
-
- getStaff() - Method in class cn.sucang.core.model.UserInfo
-
- getStaff(String) - Static method in class cn.sucang.core.util.ContextUtils
-
- getStaff() - Static method in class cn.sucang.core.util.ContextUtils
-
- getStaff() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getStaffAllSubordinate(String) - Method in interface cn.sucang.core.service.StaffService
-
获取指定人员的所有下级,并不包含自身
- getStaffAllSuperior(String) - Method in interface cn.sucang.core.service.StaffService
-
获取指定人员的所有上级,并不包含自身
- getStaffArrayByIds(String) - Method in interface cn.sucang.core.service.StaffService
-
如果参数为null则返回值为null,如果参数为空则返回空对象
- getStaffArrayByIds(List<String>) - Method in interface cn.sucang.core.service.StaffService
-
如果参数为null则返回值为null,如果参数为空则返回空对象
- getStaffByDingid(String) - Method in interface cn.sucang.core.service.UserInfoService
-
和钉钉系统集成时保存钉钉的用户id
- getStaffById(String) - Method in interface cn.sucang.core.dao.GroupDao
-
- getStaffById(String) - Method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getStaffById(String) - Method in interface cn.sucang.core.dao.UserInfoDao
-
- getStaffByIds(String) - Method in interface cn.sucang.core.service.StaffService
-
如果参数为null则返回值为null,如果参数为空则返回空对象
- getStaffByIds(List<String>) - Method in interface cn.sucang.core.service.StaffService
-
如果参数为null则返回值为null,如果参数为空则返回空对象
- getStaffByWxid(String) - Method in interface cn.sucang.core.service.UserInfoService
-
默认情况下参数wxid总是等于staff.id,如果和外部系统集成的有可能是别的id
- getStaffCount() - Method in class cn.sucang.bridge.cloud.Company
-
- getStaffCount() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getStaffDao() - Method in interface cn.sucang.core.service.StaffService
-
- getStaffDao() - Static method in class cn.sucang.core.util.ContextUtils
-
- getStaffid() - Method in class cn.sucang.core.model.DeleteDatas
-
- getStaffid() - Method in class cn.sucang.core.model.FormChangeLog
-
- getStaffid() - Method in class cn.sucang.core.model.InnerMessage
-
- getStaffid() - Method in class cn.sucang.core.model.ReadLog
-
- getStaffid() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getStaffid() - Method in class cn.sucang.core.model.SystemLog
-
- getStaffId() - Method in class cn.sucang.core.model.UserInfo
-
- getStaffId() - Static method in class cn.sucang.core.util.ContextUtils
-
- getStaffid() - Method in class cn.sucang.doc.model.DocReply
-
- getStaffid() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getStaffid() - Method in class cn.sucang.portal.model.PortletRef
-
- getStaffid() - Method in class cn.sucang.portal.model.UserPortalColumns
-
- getStaffId() - Method in class cn.sucang.wf.model.RequestLog
-
- getStaffid() - Method in class cn.sucang.wf.model.RequestOperator
-
- getStaffid() - Method in class cn.sucang.wf.model.UserSignature
-
- getStaffidList(Integer, Integer) - Method in class cn.sucang.core.model.Organization
-
返回当前组织下的人员ID并以安全级别过滤
会根据全局参数PermissionHrStatus4Staff过滤人事状态
- getStaffidList(Integer, Integer, boolean) - Method in class cn.sucang.core.model.Organization
-
- getStaffidList(Integer, Integer) - Method in class cn.sucang.core.model.Station
-
返回当前岗位下的人员ID并以安全级别过滤,有兼职岗位是多值逗号分隔的,所以求岗位下的安全级别过滤的人员必须一个个相求
会过滤根据全局变量参数PermissionHrStatus4Staff过滤人事状态
- getStaffidList(Integer, Integer, boolean) - Method in class cn.sucang.core.model.Station
-
- getStaffids() - Method in class cn.sucang.core.model.FormQueryButton
-
- getStaffidsByField(String, FormField, String, Integer, Integer) - Method in interface cn.sucang.core.dao.GroupDao
-
计算指向的角色,根据val值所属的组织和角色的属性组织匹配的角色人员
- getStaffName() - Method in class cn.sucang.core.model.DeleteDatas
-
- getStaffName() - Method in class cn.sucang.core.model.FormChangeLog
-
- getStaffName() - Method in class cn.sucang.core.model.InnerMessage
-
- getStaffName() - Method in class cn.sucang.core.model.UserInfo
-
- getStaffName() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getStaffName() - Method in class cn.sucang.wf.model.RequestLog
-
- getStaffObject() - Method in class cn.sucang.wf.model.RequestLog
-
- getStaffObject() - Method in class cn.sucang.wf.model.RequestOperator
-
- getStaffService() - Method in class cn.sucang.core.service.hr.impl.HumresServiceImpl
-
- getStaffSubordinate(String) - Method in interface cn.sucang.core.service.StaffService
-
获取指定人员的直接下级,并不包含自身
- getStaionNamesById(String) - Method in interface cn.sucang.core.dao.StaffDao
-
- getStaionNamesById(String, boolean) - Method in interface cn.sucang.core.dao.StaffDao
-
- getStandardTime(String) - Static method in class cn.sucang.core.util.SmbUtil
-
- getStartDate() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getStartRecordNum() - Method in interface cn.sucang.core.util.SplitPageInfo
-
获取当前页的开始记录数
- getStation() - Method in class cn.sucang.core.model.GroupMember
-
- getStation() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getStationByBid(String) - Method in interface cn.sucang.core.dao.GroupDao
-
- getStationDao() - Method in class cn.sucang.core.service.hr.impl.StationServiceImpl
-
- getStationDao() - Method in interface cn.sucang.core.service.hr.StationService
-
- getStationid() - Method in class cn.sucang.core.model.site.OuterUser
-
- getStationid() - Method in class cn.sucang.core.model.UserInfo
-
- getStationid() - Method in class cn.sucang.core.model.vo.BaseGroupMember
-
- getStationidBySyncid(String) - Method in interface cn.sucang.ws.service.WorkflowService
-
- getStationLabel() - Method in class cn.sucang.core.model.vo.BaseGroupMember
-
- getStationLevel() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getStationName() - Method in class cn.sucang.core.model.UserInfo
-
- getStationPath() - Method in class cn.sucang.core.model.Station
-
- getStationRuleDao() - Method in interface cn.sucang.core.service.PermissionService
-
- getStationService() - Method in class cn.sucang.core.service.hr.impl.HumresServiceImpl
-
- getStationType() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getStatus() - Method in class cn.sucang.bridge.cloud.Company
-
- getStatus() - Method in class cn.sucang.core.model.Catalog
-
- getStatus() - Method in class cn.sucang.core.model.site.OuterUser
-
0-表示正常且已绑定,1-表示未绑定,2-表示注销禁用
- getStatus() - Method in class cn.sucang.core.model.UserInfo
-
正常-0,冻结-1,注销-2
- getStatus() - Method in class cn.sucang.core.model.vo.ApiResult
-
- getStatus() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getStatus() - Method in class cn.sucang.core.util.LicenceUtils
-
校验系统授权信息
- getStatus() - Method in class cn.sucang.doc.model.Document
-
- getStatus() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getStatus1() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getStatus1() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getStepById(String) - Method in interface cn.sucang.wf.service.RequestService
-
- getStepid() - Method in class cn.sucang.core.model.ReadLog
-
- getStepid() - Method in class cn.sucang.wf.model.RequestLog
-
- getStepid() - Method in class cn.sucang.wf.model.RequestOperator
-
- getStepid() - Method in class cn.sucang.wf.model.RequestStatus
-
- getStepid() - Method in class cn.sucang.wf.model.StepOperator
-
- getStepInfo() - Method in class cn.sucang.wf.model.RequestOperator
-
- getStepInfo() - Method in class cn.sucang.wf.model.StepOperator
-
- getStepInfoById(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
- getStepInfoList() - Method in class cn.sucang.wf.model.Workflow
-
- getStepInfoList(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
获取指点工作流的所有节点对象
- getStepName() - Method in class cn.sucang.wf.model.RequestLog
-
- getStepName() - Method in class cn.sucang.wf.model.RequestOperator
-
- getStepName() - Method in class cn.sucang.wf.model.WfRequest
-
- getStepNameById(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getStepOperator(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getStepOperator() - Method in class cn.sucang.wf.model.RequestOperator
-
- getStepOperatorByWorkflowid(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getStepOperatorHasLyaout(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
获取当前节点中有定义布局的操作者列表
- getStepOperatorList(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
获取指定节点的操作规则定义,并以按dspOrder倒序排列,即最前面的优先级最高。
- getStepOperatorList() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
由于需要在JSP中直接引用,用Hibernate的@oneToMany时Session已关闭或过期,所以改为直接Dao查询
- getStepOperatorList() - Method in class cn.sucang.wf.model.StepInfo
-
由于需要在JSP中直接引用,用Hibernate的@oneToMany时Session已关闭或过期,所以改为直接Dao查询
- getStepOperatorList(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
获取指点节点的操作者列表
- getStepOperid() - Method in class cn.sucang.wf.model.RequestOperator
-
- getStepPathById(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getStepPathById(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
- getStepPathBySourceId(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
- getStepPathByTagetId(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
- getStepPathList(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getStepPathList(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
获取指定工作流的所有流转路径
- getStepsBySourceId(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getStepsByTagetId(String) - Method in interface cn.sucang.wf.dao.StepInfoDao
-
- getStepSource() - Method in class cn.sucang.wf.model.StepPath
-
- getStepTarget() - Method in class cn.sucang.wf.model.StepPath
-
- getStepType() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getStepType() - Method in class cn.sucang.wf.model.StepInfo
-
- getSTmp() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
如果是流程权限规则,则操作节点StepInfo.id=stepid
- getStoreName() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getStrField1() - Method in class cn.sucang.doc.model.Document
-
- getStrField2() - Method in class cn.sucang.doc.model.Document
-
- getStrField3() - Method in class cn.sucang.doc.model.Document
-
- getStrField4() - Method in class cn.sucang.doc.model.Document
-
- getStrField5() - Method in class cn.sucang.doc.model.Document
-
- getStrField6() - Method in class cn.sucang.doc.model.Document
-
- getStrField7() - Method in class cn.sucang.doc.model.Document
-
- getStrField8() - Method in class cn.sucang.doc.model.Document
-
- getStrField9() - Method in class cn.sucang.doc.model.Document
-
- getString(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getString(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
如果不存在则返回""空字符串
- getString(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getString(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getString(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getString(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getString(String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getString(String, String) - Method in class cn.sucang.core.util.SucangServletRequest
-
- getString(PortletRequest, String) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getString1() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString10() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString11() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString12() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString13() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString14() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString15() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString2() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString3() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString4() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString5() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString6() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString7() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString8() - Method in class cn.sucang.core.model.site.OuterUser
-
- getString9() - Method in class cn.sucang.core.model.site.OuterUser
-
- getStringArray(PortletRequest, String) - Method in class cn.sucang.portal.core.SucangGenericPortlet
-
- getStringByRefid(String, String) - Method in interface cn.sucang.core.dao.BrowseMultiValueDao
-
将多选浏览框的多值多条记录,转译为字符串,并以字符ch拼接,如果不存在,则返回null
- getStringNow() - Static method in class cn.sucang.core.util.DateUtils
-
yyyy-MM-dd HH:mm:ss
- getStringNow(int) - Static method in class cn.sucang.core.util.DateUtils
-
- getStringPartionFromFile(String, String, String) - Static method in class cn.sucang.core.util.TemplateUtils
-
根据起始和结束标志字符串从指定的$fname文件中获取文本内容
- getStringRenderer() - Method in class cn.sucang.core.util.TemplateUtils
-
- getStringWithNull(String) - Method in class cn.sucang.core.cache.CloudCacheManager
-
- getStringWithNull(String) - Method in interface cn.sucang.core.cache.IEachingCache
-
和getString()的区别是如果不存在则返回null
- getStringWithNull(String) - Method in class cn.sucang.core.cache.LocalCacheManager
-
- getStringWithNull(String) - Method in class cn.sucang.core.cache.MultiWebCacheManager
-
- getStyle() - Method in interface cn.sucang.core.model.ITheme
-
返回当前主题的样式
- getStyle() - Method in class cn.sucang.core.model.Theme
-
返回当前主题的样式
- getStyle() - Method in class cn.sucang.wf.model.MxCell
-
- getStyles() - Method in class cn.sucang.core.model.FixedLayout
-
- getStyles() - Method in class cn.sucang.core.model.Theme
-
- getStylesColor() - Method in class cn.sucang.core.model.Theme
-
- getStylesTitle() - Method in class cn.sucang.core.model.Theme
-
- getSubCatalog(String, boolean) - Method in interface cn.sucang.core.service.CatalogService
-
获取下级分类,隐藏分类的不获取
- getSubCatalogIds(String, boolean) - Method in interface cn.sucang.core.service.CatalogService
-
- getSubExpand() - Method in class cn.sucang.core.model.TreeInfo
-
- getSubFolder() - Method in class cn.sucang.core.model.Catalog
-
- getSubFolder(String) - Method in interface cn.sucang.doc.service.FolderService
-
- getSubFolder(String, boolean) - Method in interface cn.sucang.doc.service.FolderService
-
获取得下级文件夹,或所有下级
- getSubject() - Method in class cn.sucang.doc.model.DocReply
-
- getSubMenu(String, HttpServletRequest) - Method in class cn.sucang.core.service.MenuService
-
如果pid is null得到RootMenu
- getSubmitDate() - Method in class cn.sucang.wf.model.RequestOperator
-
- getSubmitInfoByRequestid(WfRequest, String) - Method in interface cn.sucang.wf.dao.RequestOperatorDao
-
返回按节点操作者分组的已提交和未提交的个数,转发的操作者节点ID为none
- getSubmitInfoByRequestid(WfRequest, String) - Method in interface cn.sucang.wf.service.RequestOperatorService
-
返回按节点操作者分组的已提交和未提交的个数,转发的操作者节点ID为none
- getSubOptions() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getSubordinate(String, boolean) - Method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getSubordinate(String, boolean) - Method in interface cn.sucang.core.dao.UserInfoDao
-
获取下级列表
- getSubOrg(String) - Method in interface cn.sucang.core.dao.OrganizationDao
-
根据pid获取所有直接下级组织
- getSubOrg(String, Integer) - Method in interface cn.sucang.core.dao.OrganizationDao
-
- getSubOrg(String) - Method in interface cn.sucang.core.service.OrganizationService
-
- getSubOrg(String, Integer) - Method in interface cn.sucang.core.service.OrganizationService
-
- getSubOrg(String, boolean) - Method in interface cn.sucang.core.service.OrganizationService
-
- getSubOrgIds(String) - Method in interface cn.sucang.core.service.OrganizationService
-
返回所有下级ID字符串
- getSubStation(String) - Method in interface cn.sucang.core.dao.hr.IBaseStation
-
根据pid获取所有直接下级岗位
- getSubStation(String, String) - Method in interface cn.sucang.core.dao.hr.IBaseStation
-
- getSubStation(String, String, Integer) - Method in interface cn.sucang.core.dao.hr.IBaseStation
-
- getSubStation(String) - Method in class cn.sucang.core.service.hr.impl.StationServiceImpl
-
- getSubStation(String, String) - Method in class cn.sucang.core.service.hr.impl.StationServiceImpl
-
- getSubStation(String, String, Integer) - Method in class cn.sucang.core.service.hr.impl.StationServiceImpl
-
- getSubstringFun() - Static method in class cn.sucang.core.util.JdbcUtils
-
- getSumbmitedOperatorsByRequestid(String) - Method in interface cn.sucang.wf.dao.RequestOperatorDao
-
返回已提交的操作者列表
- getSummary() - Method in class cn.sucang.doc.model.Document
-
- getSuperior() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getSuperiorStaff() - Method in class cn.sucang.core.model.Staff
-
- getSuperPassword() - Static method in class cn.sucang.core.util.ContextUtils
-
获取管理员保护密码,在/WEB-INF/eaching.properties中用键eaching.superPassword设置,
需要用md5的密文格式保存
- getSupervisorInfo() - Method in class cn.sucang.wf.model.Workflow
-
返回当前工作流的固定监控人员的JSON字符串
- getSupervisorObject() - Method in class cn.sucang.wf.model.Workflow
-
JSON格式:[{sid:'$staffid',layout:'$layoutview',permit:[query|abanda]},...]
- getSupportedCountry() - Static method in class cn.sucang.portal.util.LocaleUtil
-
- getSupportedLanguages() - Static method in class cn.sucang.portal.util.LocaleUtil
-
- getSupportedLocale() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getSupportedPortletModes() - Method in interface cn.sucang.portal.core.InternalPortletConfig
-
- getSupportedProvince() - Static method in class cn.sucang.portal.util.LocaleUtil
-
- getSupportedRegions() - Static method in class cn.sucang.portal.util.LocaleUtil
-
- getSupportedTimeZone() - Static method in class cn.sucang.portal.util.LocaleUtil
-
- getSupportedWindowStates() - Method in interface cn.sucang.portal.core.InternalPortletConfig
-
- getSupportModules() - Static method in class cn.sucang.core.util.LicenceUtils
-
返回Licence支持的系统模块,如果返回为空表示支持所有模块及用户自定义模块
- getSupports() - Method in class cn.sucang.portal.core.bean.Portlet
-
- getSupportSearch() - Method in class cn.sucang.core.model.TreeInfo
-
表示是否支持树形的内容搜索,只有固定级别的树形才支持
- getSyncByIds(String) - Method in interface cn.sucang.core.service.OrganizationService
-
根据组织ID获取所有组织的(微信)同步ID,如果不存在则不返回
- getSyncid() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getSyncid() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getSyncid() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getSyncid() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getSystemCode() - Static method in class cn.sucang.core.util.ContextUtils
-
- getSystemCode() - Method in interface cn.sucang.core.util.IFinalUtil
-
- getTableElObjectName() - Method in class cn.sucang.core.model.FormInfo
-
- getTableFieldName() - Method in class cn.sucang.core.model.TreeColumn
-
- getTableForm(DataSourceBean, String) - Method in interface cn.sucang.bridge.nosql.NosqlDataSourceService
-
- getTableForm(DataSourceBean, String, String) - Method in interface cn.sucang.bridge.sap.SapDriverService
-
- getTableInfo(DataSource, String, int) - Static method in class cn.sucang.core.util.JdbcUtils
-
- getTableInfo_old(DataSource, String) - Static method in class cn.sucang.core.util.JdbcUtils
-
Deprecated.
- getTableName() - Method in class cn.sucang.core.model.BrowserBox
-
- getTableName() - Method in class cn.sucang.core.model.DeleteDatas
-
- getTableName() - Method in class cn.sucang.core.model.FormInfo
-
- getTableName() - Method in class cn.sucang.core.model.FormQuery
-
- getTableName() - Method in class cn.sucang.core.model.Layout
-
- getTableName() - Method in class cn.sucang.core.model.ResourceType
-
- getTableName() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getTableName() - Method in class cn.sucang.imports.model.ExportResult
-
- getTableNameById(String) - Method in interface cn.sucang.core.service.FormInfoService
-
- getTables() - Method in class cn.sucang.core.util.SQLUtils
-
- getTablesByDS(DataSource) - Static method in class cn.sucang.core.util.JdbcUtils
-
- getTarget() - Method in class cn.sucang.wf.model.MxCell
-
- getTask() - Method in class cn.sucang.doc.model.DelayOrderTask
-
- getTelphone() - Method in class cn.sucang.core.model.site.OuterUser
-
- getTelphone() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getTempalteInstance() - Static method in class cn.sucang.core.util.StrUtils
-
模板解析的唯一实例
- getTemplateArgs() - Method in class cn.sucang.core.model.BaseMessage
-
- getTemplateArgs() - Method in interface cn.sucang.core.model.IMessage
-
获取消息模板参数
- getTemplateArgs() - Method in class cn.sucang.core.model.InnerMessage
-
- getTempType() - Method in class cn.sucang.core.model.WebPage
-
模板类型: 0 - JSP, 1 - Velocity, 2 - Javascript服务器端, 3 - Groovy脚本
- getText() - Method in class cn.sucang.core.util.HtmlTextUtils
-
- getTextByFname(String) - Static method in class cn.sucang.core.util.HtmlTextUtils
-
- getTextByValue(BrowserBox, String, String) - Method in interface cn.sucang.bridge.nosql.NosqlDataSourceService
-
转译浏览框相关联的字段列内容
- getTextByValue(String, Object) - Method in interface cn.sucang.core.service.BrowseBoxService
-
根据指定的对话框browserid转译val为显示文本数据
- getTextByValue(String, Object, String) - Method in interface cn.sucang.core.service.BrowseBoxService
-
如果需要应用于外网,返回只读的选中文本,则在inputName参数后面加###$readonly
- getTextByValue(HttpServletRequest, String, Object, String, String) - Method in interface cn.sucang.core.service.BrowseBoxService
-
用于需要Brwoser框连动带出withFields的字段值,带出的数据填充到request.setAttribute(inputName,$values)中
- getTextField() - Method in class cn.sucang.core.model.BrowserBox
-
- getTextSignature(String) - Method in interface cn.sucang.wf.service.UserSignatureService
-
获取指定用户的所有文字签字列表,如果参数为空则默认为当前登录的用户
- getTheme(String) - Method in interface cn.sucang.core.service.ThemeService
-
获取默认主题
- getTheme() - Static method in class cn.sucang.core.util.ContextUtils
-
获取当前登录用户的主题
- getThemeIcon() - Method in class cn.sucang.portal.model.PortletRef
-
- getThemes() - Method in interface cn.sucang.core.service.ThemeService
-
获取所有主题的列表
- getThreadEnvJSON() - Static method in class cn.sucang.core.util.ContextUtils
-
- getTimeout() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getTitle() - Method in class cn.sucang.bridge.dingtalk.dto.DingRequest.FormItem
-
- getTitle() - Method in class cn.sucang.bridge.dingtalk.dto.DingRequest
-
- getTitle() - Method in class cn.sucang.core.model.BaseMessage
-
- getTitle() - Method in class cn.sucang.core.model.FormQuery
-
- getTitle() - Method in interface cn.sucang.core.model.IMessage
-
- getTitle() - Method in class cn.sucang.core.model.InnerMessage
-
- getTitle() - Method in class cn.sucang.core.model.Theme
-
返回主题的描述标题
- getTitle() - Method in class cn.sucang.core.model.vo.H5MenuItem
-
- getTitle() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getTitle() - Method in class cn.sucang.portal.core.bean.PortletInfo
-
- getTitle() - Method in class cn.sucang.portal.model.PortalPage
-
- getTitle() - Method in class cn.sucang.portal.model.PortletRef
-
- getTitle() - Method in class cn.sucang.portal.model.Portlets
-
- getTitleByLang() - Method in class cn.sucang.core.model.Layout
-
获取系统配置的语言对应的布局标题
- getTitleByLang() - Method in class cn.sucang.portal.model.PortletRef
-
根据当前语言环境获取是默认语言名称还是其他语言的名称
- getTitleLang() - Method in class cn.sucang.portal.model.PortletRef
-
- getTodoList(String, String, int, int, int) - Method in interface cn.sucang.bridge.dingtalk.DingTodoNotifyService
-
当PageList的page和pages相等的时候,表示已请求完成,否则还可以继续请求。
- getTodoRequestWhere(int, int, Staff) - Method in interface cn.sucang.wf.service.RequestService
-
获取待办事宜查询语句的SQL条件限制
- getToggleAction() - Method in class cn.sucang.core.model.DataInterface
-
- getTools() - Method in class cn.sucang.portal.model.PortletRef
-
[{id:'gear',handler:Funs.tools},
{id:'refresh',handler:Funs.tools},
{id:'maximize',handler:Funs.tools},
{id:'close',handler:Funs.tools}];
- getTopSubMenu(String, HttpServletRequest, boolean) - Method in class cn.sucang.core.service.MenuService
-
- getTotalField() - Method in class cn.sucang.core.model.FormQueryData
-
- getTotalResult() - Method in interface cn.sucang.core.util.PageList
-
用于保存统计字段之和的结果数据
- getTransdate() - Method in class cn.sucang.doc.model.DocviewPostlog
-
- getTransSql() - Method in class cn.sucang.imports.model.FieldsMapping
-
- getTreeColumnList(String) - Method in interface cn.sucang.core.dao.TreeInfoDao
-
- getTreeColumns(String) - Method in interface cn.sucang.core.dao.TreeInfoDao
-
- getTreeData(String, int) - Method in interface cn.sucang.core.dao.TreeInfoDao
-
返回格式为[{id:$id, text:$text, leaf:$leaf, children:[ ...
- getTreeId() - Method in class cn.sucang.core.model.TreeColumn
-
- getTreeLevelInfo() - Method in class cn.sucang.core.model.TreeInfo
-
- getTreeLevelObject() - Method in class cn.sucang.core.model.TreeInfo
-
- getTreeWhere() - Method in class cn.sucang.core.model.TreeInfo
-
- getTrimFeilds(String) - Static method in class cn.sucang.core.util.JdbcUtils
-
- getTxt() - Method in class cn.sucang.wf.model.UserSignature
-
- getType() - Method in class cn.sucang.core.model.BaseMessage
-
- getType() - Method in class cn.sucang.core.model.BrowserBox
-
1-树形,2-表单,3-链接类型
- getType() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getType() - Method in interface cn.sucang.core.model.IMessage
-
- getType() - Method in class cn.sucang.core.model.InnerMessage
-
- getType() - Method in class cn.sucang.core.model.Licence
-
0-试用版,1-正式版
- getType() - Method in class cn.sucang.core.model.LoginStartup
-
- getType() - Method in class cn.sucang.core.model.PermissionRule
-
//规则类型指(组织,岗位,角色和人员)
常量定义见Constant.RULE_**
- getType() - Method in class cn.sucang.core.model.PermissionRuleGroup
-
- getType() - Method in class cn.sucang.core.model.PermissionRuleOrg
-
- getType() - Method in class cn.sucang.core.model.PermissionRuleStation
-
- getType() - Method in class cn.sucang.core.model.PermissionRuleUser
-
- getType() - Method in class cn.sucang.core.model.SystemArgs
-
- getType() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
- getType(Object) - Method in interface cn.sucang.core.util.BeanMap
-
- getType(String) - Static method in class cn.sucang.core.util.StrUtils
-
将Integer,String等转为数字表示的数据类型
- getType() - Method in class cn.sucang.wf.model.UserSignature
-
- getTypeid() - Method in class cn.sucang.core.model.FormQueryButton
-
- getTypeid() - Method in class cn.sucang.core.model.Layout
-
- getTypeid() - Method in class cn.sucang.core.model.TreeInfo
-
- getTypeid() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getTypeid() - Method in class cn.sucang.core.model.vo.BasePermissionRule
-
//规则类型ID(规则类型是指组织,岗位,角色和人员)
当组织规则时指组织ID当岗位规则时指岗位ID当角色时指角色ID当人员时指人员ID
- getTypeid() - Method in class cn.sucang.core.model.vo.BaseStation
-
- getTypeid() - Method in class cn.sucang.wf.model.Workflow
-
- getTypeidName() - Method in class cn.sucang.core.model.CatalogPermissionRule
-
- getTypeidName() - Method in class cn.sucang.core.model.PermissionRuleGroup
-
- getTypeidName() - Method in class cn.sucang.core.model.PermissionRuleOrg
-
- getTypeidName() - Method in class cn.sucang.core.model.PermissionRuleStation
-
- getTypeidName() - Method in class cn.sucang.core.model.PermissionRuleUser
-
- getTypeidURI() - Method in class cn.sucang.core.model.PermissionRule
-
- getTypeInfo() - Method in class cn.sucang.wf.model.RequestLog
-
- getTypeName() - Method in class cn.sucang.core.model.PermissionRule
-
- getTypeName(int) - Static method in class cn.sucang.core.util.StrUtils
-
将1,2,3...等转为字符表示的数据类型
- getTypeName() - Method in class cn.sucang.wf.model.RequestLog
-
- getTypeOptions() - Method in class cn.sucang.core.util.Constant
-
- getUndoSubmit() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getUndoSubmit() - Method in class cn.sucang.wf.model.StepInfo
-
默认为0表示无撤回功能,1-表示未查看可撤回,2-查看后未提交的可撤回
- getUnionid() - Method in class cn.sucang.core.model.site.OuterUser
-
- getUniqueCheckOptions() - Method in class cn.sucang.core.model.Layout
-
- getUnRead() - Method in class cn.sucang.core.model.InnerMessage
-
查询该主题及回复当前用户有无未读的,如果未读则作为标记返回1,否则为0
- getUnreadMessageCount(String) - Method in interface cn.sucang.core.service.InnerMessageService
-
获取指定人员的未读消息,如果为空则默认当前用户,如果无当前用户则为管理员
- getUpdateSql(Map, String, List<String>) - Static method in class cn.sucang.core.util.JdbcUtils
-
如果需要对内容进行长文本换行符等进行转译,请在m参数中传入Constant.ARGS_DATABASE_TYPE为名的数据库类型
- getUpdateSql(Map, String, List<String>) - Method in interface cn.sucang.imports.service.ImportDataService
-
- getUploadFile(String) - Method in class cn.sucang.core.process.AbstractPageProcess
-
//根据getUploadNames()的得到文件对象
- getUploadNames(String) - Method in class cn.sucang.core.process.AbstractPageProcess
-
- getUploadNames(HttpServletRequest, String) - Static method in class cn.sucang.core.util.ReqUtils
-
- getUrl() - Method in class cn.sucang.bridge.dingtalk.dto.DingRequest
-
- getUrl() - Method in class cn.sucang.core.model.BaseMessage
-
- getUrl() - Method in interface cn.sucang.core.model.IMessage
-
- getUrl() - Method in class cn.sucang.core.model.InnerMessage
-
- getUrl() - Method in class cn.sucang.core.model.Menu
-
- getUrl() - Method in class cn.sucang.core.model.vo.H5MenuItem
-
- getUrl() - Method in class cn.sucang.core.service.SmsService
-
- getUrl2() - Method in class cn.sucang.core.model.Menu
-
- getUrlMap() - Method in interface cn.sucang.core.IInitModule
-
注册当前模块的转发路径,如*.sp,/portal/*,/mail/*等。
- getUser() - Method in class cn.sucang.core.model.DataSourceBean
-
- getUserBtns(String, int) - Method in interface cn.sucang.core.service.LayoutService
-
返回有权限的用户定义按钮
- getUserById(String) - Method in class cn.sucang.core.service.hr.impl.OuterUserServiceImpl
-
- getUserById(String) - Method in interface cn.sucang.core.service.hr.OuterUserService
-
- getUserByName(String) - Method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getUserByName(String) - Method in interface cn.sucang.core.dao.UserInfoDao
-
- getUserByName(String) - Method in class cn.sucang.core.service.hr.impl.OuterUserServiceImpl
-
- getUserByName(String) - Method in interface cn.sucang.core.service.hr.OuterUserService
-
- getUserByName(String) - Method in interface cn.sucang.core.service.UserInfoService
-
- getUserByOpenid(String) - Method in class cn.sucang.core.service.hr.impl.OuterUserServiceImpl
-
根据OuterUser.openid需要先获取OuterUser,再通过UserInfo.outerid获取UserInfo对象
- getUserByOpenid(String) - Method in interface cn.sucang.core.service.hr.OuterUserService
-
- getUserByOuterid(String) - Method in class cn.sucang.core.service.hr.impl.OuterUserServiceImpl
-
- getUserByOuterid(String) - Method in interface cn.sucang.core.service.hr.OuterUserService
-
- getUserByStaffid(String) - Method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getUserByStaffid(String) - Method in interface cn.sucang.core.dao.StaffDao
-
- getUserByStaffid(String, String) - Method in interface cn.sucang.core.dao.StaffDao
-
- getUserByStaffid(String) - Method in interface cn.sucang.core.dao.UserInfoDao
-
- getUserByStaffid(String) - Method in interface cn.sucang.core.service.UserInfoService
-
- getUserCountByStatus(int) - Method in class cn.sucang.core.dao.hb.UserInfoDaoHB
-
- getUserCountByStatus(int) - Method in interface cn.sucang.core.dao.UserInfoDao
-
根据人员状态获取用户个数
- getUserid() - Method in class cn.sucang.bridge.dingtalk.dto.DingRequest
-
- getUserid() - Method in class cn.sucang.core.model.vo.BaseGroupMember
-
- getUseridByLoginame(String) - Method in interface cn.sucang.ws.service.WorkflowService
-
根据登录名称获取人员ID=staff.id
- getUseridBySyncid(String) - Method in interface cn.sucang.ws.service.WorkflowService
-
根据用户同步ID获取人员ID=staff.id
- getUserInfo(Staff, UserInfo) - Method in interface cn.sucang.bridge.site.MobileUserService
-
- getUserInfoService() - Method in class cn.sucang.core.service.hr.impl.OuterUserServiceImpl
-
- getUserName() - Method in class cn.sucang.core.model.TestTable
-
- getUsername() - Method in class cn.sucang.core.model.UserInfo
-
- getUserPortalColumns(String, String) - Method in interface cn.sucang.portal.dao.PortalPageDao
-
- getUserRuleDao() - Method in interface cn.sucang.core.service.PermissionService
-
- getUsers() - Method in class cn.sucang.core.model.Licence
-
- getUsersByBid(String) - Method in interface cn.sucang.core.dao.GroupDao
-
- getUsersByBid(String, Integer, Integer, String) - Method in interface cn.sucang.core.dao.GroupDao
-
- getUsersByBid(String, Integer, Integer) - Method in interface cn.sucang.core.dao.GroupDao
-
- getUsersByGroupid(String) - Method in interface cn.sucang.core.service.StaffService
-
- getUsersByOrgid(String) - Method in interface cn.sucang.core.service.StaffService
-
- getUsersByStaionid(String) - Method in interface cn.sucang.core.service.StaffService
-
- getUserSignatureByNameImage(String) - Method in interface cn.sucang.wf.service.UserSignatureService
-
返回签名图片,即type=1
- getUserStepLabel() - Method in class cn.sucang.wf.model.Workflow
-
- getValidateClass() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getValidateErr() - Method in interface cn.sucang.core.service.hr.HumresService
-
如果校验失败,则返回校验失败的错误详细信息
- getValidateErr() - Method in class cn.sucang.core.service.hr.impl.HumresServiceImpl
-
- getValidString() - Method in class cn.sucang.core.model.FormField
-
- getValidString() - Method in class cn.sucang.core.model.SingleSignOnInfo
-
- getValign() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getValue(String) - Method in class cn.sucang.core.cache.JedisPoolConfigInit
-
- getValue(String, String) - Method in class cn.sucang.core.cache.JedisPoolConfigInit
-
- getValue() - Method in class cn.sucang.core.model.BrowseMultiValue
-
- getValue() - Method in class cn.sucang.core.model.SelectItem
-
- getValue() - Method in class cn.sucang.core.model.SystemArgs
-
- getValue() - Method in class cn.sucang.portal.core.bean.InitParam
-
- getValue() - Method in class cn.sucang.portal.core.bean.PortletPreference
-
- getValue() - Method in class cn.sucang.wf.model.MxCell
-
- getValueInt(String) - Method in class cn.sucang.core.cache.JedisPoolConfigInit
-
- getValueInt(String, int) - Method in class cn.sucang.core.cache.JedisPoolConfigInit
-
- getValues(Map<?, T>, Class) - Static method in class cn.sucang.core.util.MapUtils
-
以数组形式返回Map中的Keys
- getValues(Map, String) - Static method in class cn.sucang.core.util.MapUtils
-
$value $separate $value...
- getVariant(String) - Method in interface cn.sucang.core.assist.IScriptEngine
-
获取脚本片断中的变量值,必须evaluate()方法执行后才有效
- getVariant(String) - Method in class cn.sucang.core.util.GroovyUtils
-
- getVariant(String) - Method in class cn.sucang.core.util.JavascriptEngine
-
- getVariant(String) - Static method in class cn.sucang.core.util.ResUtils
-
value($name)会对内容中的变量进行转译,该方法返回当前变量的原始数据格式(不进行模板转译)
- getVer() - Method in class cn.sucang.core.model.vo.BaseAttach
-
- getVerionList(String) - Method in interface cn.sucang.core.service.AttachService
-
- getVersion() - Method in class cn.sucang.portal.core.bean.PortletApp
-
- getVertex() - Method in class cn.sucang.wf.model.MxCell
-
- getView(String) - Method in interface cn.sucang.core.model.ITheme
-
返回获取视图名的重写名称,如果当前主题没有对视图重写则返回传入的参数值
- getView(String) - Method in class cn.sucang.core.model.Theme
-
- getViewChildData() - Method in class cn.sucang.core.model.FormQuery
-
表示是否显示子表数据,默认不显示
- getViewFieldsByPageId(String) - Method in interface cn.sucang.core.dao.FormQueryDao
-
返回显示的查询页的字段列,如果隐藏的则不返回,需要返回所有列请调用接口getDataFieldsByPageId(pageid)
- getViewLayout() - Method in class cn.sucang.core.model.Catalog
-
null,表示继承上级,0表示默认布局
- getViewName(String) - Method in interface cn.sucang.core.model.ITheme
-
获取系统中指定的视图名称,如果不存在则返回null
- getViewName(String) - Method in class cn.sucang.core.model.Theme
-
- getViewPath() - Method in class cn.sucang.core.model.WebPage
-
- getViews() - Method in class cn.sucang.core.model.Theme
-
- getViewStyle() - Method in class cn.sucang.core.model.FormQuery
-
- getViewSuffix() - Static method in class cn.sucang.core.util.ContextUtils
-
获取视图后缀,用于自动识别PC浏览器,平板电脑或手机
- getViewSuffix(Object) - Static method in class cn.sucang.core.util.ContextUtils
-
如果userSuffix为null则返回默认getViewSuffix(),如果为空字符串则原样返回,否则为userSuffix本身
- getViewTemplate() - Method in class cn.sucang.core.model.FormQuery
-
适用于Web模式,用于自定义查询模板,如果正确的查询页
- getViewTemplatesPath() - Static method in class cn.sucang.core.util.ContextUtils
-
- getViewText() - Method in class cn.sucang.core.model.BrowserBox
-
- getViewText() - Method in class cn.sucang.core.model.WebPage
-
- getViewTitle() - Method in class cn.sucang.core.model.FormQuery
-
- getViewTitle4XTemplate() - Method in class cn.sucang.core.model.FormQuery
-
- getViewType() - Method in class cn.sucang.core.model.TreeInfo
-
- getVisible() - Method in class cn.sucang.core.model.FormQueryButton
-
- getVisible() - Method in class cn.sucang.core.model.Menu
-
- getVisible() - Method in class cn.sucang.core.model.SelectItem
-
- getVisible() - Method in class cn.sucang.wf.model.Workflow
-
- getVisibleType() - Method in class cn.sucang.core.model.FixedLayoutField
-
- getWebappId() - Static method in class cn.sucang.core.util.ContextUtils
-
- getWebApplicationContext() - Static method in class cn.sucang.core.util.BeanUtils
-
实现了getServletContext()方法
- getWebsiteFileName() - Method in class cn.sucang.portal.model.PortalPage
-
用于新的外网门户布局解析,需要用到JSP,所以转成filename再include过来
- getWebSiteList() - Method in class cn.sucang.core.util.Constant
-
- getWebUrlPrefixMap() - Static method in class cn.sucang.core.util.ContextUtils
-
用于处理外网门户中的访问分类/流程/查询页的URL重写前缀标记和规则识别用
- getWeixinId() - Method in class cn.sucang.core.model.vo.BaseStaff
-
获取个人微信帐号ID
- getWeixinUserid(String, int, String) - Method in interface cn.sucang.bridge.weixin.WeixinOAuthProcess
-
如果已登录则返回人员ID,否则返回null
- getWfAgentid() - Method in class cn.sucang.wf.model.RequestOperator
-
- getWheres() - Method in class cn.sucang.core.util.SQLUtils
-
- getWidth() - Method in class cn.sucang.core.model.FixedLayout
-
- getWidth() - Method in class cn.sucang.core.model.FormQueryData
-
- getWidth() - Method in class cn.sucang.core.model.TreeColumn
-
- getWidth() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getWidth() - Method in class cn.sucang.wf.model.MxGeometry
-
- getWidth2() - Method in class cn.sucang.core.model.FormQueryData
-
- getWidthWithUnit() - Method in class cn.sucang.core.model.FormQueryData
-
- getWithDataPermission() - Method in class cn.sucang.core.model.FormQuery
-
- getWithJson() - Method in class cn.sucang.core.model.BrowserBox
-
- getWorkAddress() - Method in class cn.sucang.core.model.vo.BaseStaff
-
- getWorkflow() - Method in class cn.sucang.wf.model.WfRequest
-
- getWorkflowid() - Method in class cn.sucang.core.model.FormQuery
-
- getWorkflowid() - Method in class cn.sucang.core.model.SystemLog
-
- getWorkflowid() - Method in class cn.sucang.core.model.vo.BaseRequest
-
- getWorkflowid() - Method in class cn.sucang.wf.model.CopyOfStepInfo
-
- getWorkflowid() - Method in class cn.sucang.wf.model.StepInfo
-
- getWorkflowid() - Method in class cn.sucang.wf.model.StepPath
-
- getWorkflowid() - Method in class cn.sucang.wf.model.WorkflowAgent
-
- getWorkflowLayout(WfRequest, int, String) - Method in interface cn.sucang.wf.service.RequestService
-
获取当前流程的节点布局和表单默认布局,权限规则的布局通过getRequestPermissionWithLayout()方法获取
根据工作流中定义的布局权限和优先级来确定
- getWorkflowName() - Method in class cn.sucang.wf.model.WfRequest
-
- getWorkflowNameByid(String) - Method in interface cn.sucang.wf.service.WorkflowService
-
- getWorkflowProcess(String, Map<String, Object>) - Static method in class cn.sucang.wf.model.Workflow
-
根据参数text获取工作流处理接口对象
- getWrapText() - Method in class cn.sucang.imports.service.ExcelGenerator.CellDefine
-
- getWxAppId(HttpSession) - Static method in class cn.sucang.core.util.ContextUtils
-
- getWxCatalogId() - Method in class cn.sucang.wf.model.Workflow
-
- getWxCatalogName() - Method in class cn.sucang.wf.model.Workflow
-
- getWxid() - Method in class cn.sucang.core.model.vo.BaseGroup
-
- getWxid() - Method in class cn.sucang.core.model.vo.BaseOrganization
-
- getWxid() - Method in class cn.sucang.core.model.vo.BaseStaff
-
是指微信人员同步ID,个人的微信ID帐号是weixinId
- getWxidByIds(String) - Method in interface cn.sucang.core.dao.OrganizationDao
-
根据组织ID获取所有组织的微信ID,如果不存在则不返回
- getWxMedia(int, int, String, String, String) - Method in interface cn.sucang.core.service.AttachService
-
获取微信媒体文件,如果条件为空则条件所有
- getWxPublicType() - Method in class cn.sucang.core.model.Catalog
-
返回微信公众号类型: 1 - 订阅号, 2 - 服务号, 3 - 企业号
- getWxQyCatalog() - Method in interface cn.sucang.core.service.CatalogService
-
获取微信企业号的站点配置模块
- getWxReminderTemp() - Method in class cn.sucang.wf.model.Workflow
-
- getX() - Method in class cn.sucang.wf.model.MxGeometry
-
- getX() - Method in class cn.sucang.wf.model.MxPoint
-
- getXmlGraph(WfRequest) - Method in class cn.sucang.wf.model.Workflow
-
- getXmlGraph() - Method in class cn.sucang.wf.model.Workflow
-
- getXmlGraph2() - Method in class cn.sucang.wf.model.Workflow
-
用于再次编辑流程图时Xml转译
- getY() - Method in class cn.sucang.wf.model.MxGeometry
-
- getY() - Method in class cn.sucang.wf.model.MxPoint
-
- getYears() - Static method in class cn.sucang.portal.util.CalendarUtil
-
- globalProcess - Variable in class cn.sucang.wf.process.AbstractWorkflowProcess
-
工作流全局处理接口,用于当某个工作流设置有处理接口且同时又有全局处理接口时,通过该变量获取
- GoldgridWebOfficeService - Class in cn.sucang.core.service
-
处理金格WebOffice内容
- GoldgridWebOfficeService() - Constructor for class cn.sucang.core.service.GoldgridWebOfficeService
-
- GraphParser - Class in cn.sucang.wf.service
-
- GraphParser(String) - Constructor for class cn.sucang.wf.service.GraphParser
-
- GROOVY_SHELL_PREFIX - Static variable in class cn.sucang.core.util.Constant
-
groovy shell prefix = #!/usr/bin/env groovy
- GroovyUtils - Class in cn.sucang.core.util
-
- GroovyUtils(File, Map<String, Object>) - Constructor for class cn.sucang.core.util.GroovyUtils
-
- GroovyUtils(String, Map<String, Object>) - Constructor for class cn.sucang.core.util.GroovyUtils
-
- Group - Class in cn.sucang.core.model
-
- Group() - Constructor for class cn.sucang.core.model.Group
-
- GroupDao - Interface in cn.sucang.core.dao
-
- GroupMember - Class in cn.sucang.core.model
-
- GroupMember() - Constructor for class cn.sucang.core.model.GroupMember
-
A B C D E F G H I J K L M N O P Q R S T U V W X _
Eaching-all 3.7 update@2019-06-05 11:00:00
Copyright © 2019 by Sucang.cn