| 程序包 | 说明 |
|---|---|
| net.sohelp.boot.dev.web.dev.module | |
| net.sohelp.boot.engine.web | |
| net.sohelp.boot.engine.web.service |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResult<List<EntityRefVO>> |
EntityRefController.list(String appName,
String moduleName)
获取模块下的实体引用列表
根据应用名称和模块名称获取模块下的实体引用列表,并补充实体的网格和表单信息
|
ApiResult<List<EntityRefVO>> |
EntityRefController.listRefEntityByModule(String appName,
String moduleName)
根据模块获取实体引用列表
该接口用于根据应用名称和模块名称获取对应的实体引用列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResult<String> |
EntityRefController.bind(EntityRefVO entityRefVO)
绑定实体定义接口
该接口用于将实体定义绑定到指定的模块中,需要进行参数校验并保存绑定关系。
|
ApiResult<String> |
EntityRefController.cancelBind(EntityRefVO entityRefVO)
取消绑定实体接口
该接口用于取消指定应用下模块与实体的绑定关系
|
ApiResult<String> |
EntityRefController.createAndBind(EntityRefVO entityRefVO)
创建并绑定实体定义
该接口用于创建一个新的实体定义,并将其绑定到指定的应用和模块中。
|
ApiResult<String> |
EntityRefController.publish(EntityRefVO entityRefVO)
发布实体接口
该接口用于将指定的实体发布到对应的应用中
|
ApiResult<String> |
EntityRefController.remove(EntityRefVO entityVO)
取消绑定并删除实体接口
该接口用于取消模块与实体的绑定,并删除指定的实体
|
| 限定符和类型 | 方法和说明 |
|---|---|
EntityRefVO |
ModuleHelper.getEntityRef(String refid)
根据引用ID获取实体引用对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
EntityRefVO |
ModuleService.getEntityRef(String refid)
根据引用ID获取实体引用对象
通过refid找到指定的EntityRefVO
|
EntityRefVO |
ModuleService.getEntityRef(String aliasName,
ModuleVO moduleVO)
根据别名从模块中获取实体引用对象
|
EntityRefVO |
ModuleService.getPrimaryEntityRef(ModuleVO moduleVO)
根据模块ID获取主要实体引用信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<EntityRefVO> |
ModuleService.listForeignKeyEntityRef(ModuleVO moduleVO)
根据引用ID获取外键实体引用
|
Copyright © 2025. All rights reserved.