Functions

getOptionsByDQL(dql, keyFieldName, blankFirst)

返回符合查询符合条件语句的文档中keyFieldName字段的所有值集合,作为下拉框控件的选项

createObject(pathText)

生成系统类对象

createProcess(pathText)

生成系统类对象

createProcess_2(pathText)

生成系统类对象

createDesignTimeService(pathText)

生成运行时对象类

getDocProcess(applicationid)

返回文档操作对象

getUploadProcess(applicationid)

返回文件上传对象

getSession(sessionName)

获取当前浏览器session

getDocumentProcess()

返回文档操作对象

getDataSourceProcess()

获取数据源业务对象

getUserProcess()

返回用户操作对象

getDepartmentProcess()

返回部门操作对象

getRoleProcess()

返回角色操作对象

getFormProcess()

返回表单业务对象

getViewProcess()

返回视图业务对象

getDomainProcess()

获取企业域业务对象

println(text)

输出文本到控制台

isNotNull(val)

判断值是否不为空,为字符串时长度大于0,为日期时不为null

isBlank(val)Boolean

判断值是否为空白, 空字符、null、undefined都返回true

createOptions()

生成选项对象

getOptionsByDQL(dql, keyFieldName, blankFirst) ⇒

Deprecated

返回符合查询符合条件语句的文档中keyFieldName字段的所有值集合,作为下拉框控件的选项

Kind: global function
Returns: 返回符合查询符合条件语句的文档中keyFieldName字段的所有值集合,作为下拉框控件的选项

Param Description
dql 查询符合条件语句
keyFieldName 文档的字段名(当为数组时[0]作为真实值,[1]作为显示值)
blankFirst 默认是否为空选项

createObject(pathText) ⇒

Deprecated

生成系统类对象

Kind: global function
Returns: 生成系统类对象

Param Description
pathText 类的名字空间,如”cn.myapps.util.DateUtil”;

createProcess(pathText) ⇒

Deprecated

生成系统类对象

Kind: global function
Returns: 生成系统类对象

Param Description
pathText 类的名字空间,如”cn.myapps.authtime.department.service.DepartmentProcess”;

createProcess_2(pathText) ⇒

Deprecated

生成系统类对象

Kind: global function
Returns: 生成系统类对象

Param Description
pathText 类的名字空间,如”cn.myapps.authtime.department.service.DepartmentProcess”;

createDesignTimeService(pathText)

Deprecated

生成运行时对象类

Kind: global function

Param
pathText

getDocProcess(applicationid) ⇒

Deprecated

返回文档操作对象

Kind: global function
Returns: 文档操作对象

Param Description
applicationid 软件标识ID

getUploadProcess(applicationid) ⇒

Deprecated

返回文件上传对象

Kind: global function
Returns: 文件上传对象

Param Description
applicationid 软件标识ID

getSession(sessionName) ⇒

Deprecated

获取当前浏览器session

Kind: global function
Returns: 获取当前浏览器session

Param Type Description
sessionName String session属性名

getDocumentProcess() ⇒

Deprecated

返回文档操作对象

Kind: global function
Returns: 文档操作对象

getDataSourceProcess() ⇒

Deprecated

获取数据源业务对象

Kind: global function
Returns: 获取数据源业务对象

getUserProcess() ⇒

Deprecated

返回用户操作对象

Kind: global function
Returns: 用户操作对象

getDepartmentProcess() ⇒

Deprecated

返回部门操作对象

Kind: global function
Returns: 部门操作对象

getRoleProcess() ⇒

Deprecated

返回角色操作对象

Kind: global function
Returns: 角色操作对象

getFormProcess() ⇒

Deprecated

返回表单业务对象

Kind: global function
Returns: 返回表单业务对象

getViewProcess() ⇒

Deprecated

返回视图业务对象

Kind: global function
Returns: 返回视图业务对象

getDomainProcess() ⇒

Deprecated

获取企业域业务对象

Kind: global function
Returns: 获取企业域业务对象

println(text)

输出文本到控制台

Kind: global function

Param Description
text 要输出文本的内容

isNotNull(val) ⇒

判断值是否不为空,为字符串时长度大于0,为日期时不为null

Kind: global function
Returns: 判断值是否不为空,为数字时不为0,为字符串时长度大于0,为日期时不为null

Param Description
val 要作判断的值;

isBlank(val) ⇒ Boolean

判断值是否为空白, 空字符、null、undefined都返回true

Kind: global function
Returns: Boolean - 是否为空白

Param Description
val 要作判断的值;

createOptions() ⇒

生成选项对象

Kind: global function
Returns: 生成选项对象

文档更新时间: 2023-05-29 03:42   作者:admin