类的使用
net.sohelp.boot.engine.web.vo.form.FormVO
使用FormVO的程序包
-
net.sohelp.boot.dev.web.code中FormVO的使用
返回变量类型为FormVO的类型的net.sohelp.boot.dev.web.code中的方法 -
net.sohelp.boot.engine.web中FormVO的使用
参数类型为FormVO的net.sohelp.boot.engine.web中的方法 -
net.sohelp.boot.engine.web.service中FormVO的使用
修饰符和类型方法说明EntityFormService.buildFormByEntity(String appName, String moduleName, String name, EntityVO entityVO) 根据实体对象构建表单视图对象 该方法将实体对象转换为表单视图对象,设置表单的基本属性, 处理字段的插入权限,并管理表单数据的持久化存储。FormService.buildFormByEntity(String appName, String moduleName, String name, EntityVO entityVO) 根据实体对象构建表单视图对象EntityFormService.getEntityForm(String datasource, String entityName) 获取实体表单对象ModuleService.getEntityForm(String aliasName, ModuleVO moduleVO) 根据引用ID获取对应的表单视图对象根据应用名称、模块名称和表单名称获取表单信息获取指定应用模块的表单信息返回变量类型为FormVO的类型的net.sohelp.boot.engine.web.service中的方法修饰符和类型方法说明根据应用名称和模块名称获取表单列表ModuleService.listEntityForm(ModuleVO moduleVO) 根据模块信息获取关联的实体表单列表根据应用名称和模块名称获取表单列表参数类型为FormVO的net.sohelp.boot.engine.web.service中的方法