| 程序包 | 说明 |
|---|---|
| net.sohelp.boot.dev.web.dev.module | |
| net.sohelp.boot.engine.web.cache | |
| net.sohelp.boot.engine.web.service |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResult<ModuleVO> |
ModuleController.add(Map<String,Object> paramMap)
添加模块接口
该接口用于添加一个新的模块,需要传入模块的名称、所属应用以及相关参数。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResult<String> |
DocumentController.save(ModuleVO moduleVO)
保存文档接口
该接口用于保存指定应用和模块的文档信息,需传入包含应用名、模块名和文档内容的ModuleVO对象。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ModuleVO |
ModuleCache.get(String appName,
String moduleName)
从缓存中获取模块
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ModuleCache.put(String appName,
String moduleName,
ModuleVO moduleVO)
添加模块到缓存中
|
| 限定符和类型 | 方法和说明 |
|---|---|
ModuleVO |
ModuleService.getModule(String refid)
根据引用ID获取模块信息
|
ModuleVO |
ModuleService.getModule(String appName,
String moduleName)
根据应用名称和模块名称获取模块信息
函数会从指定路径读取模块配置文件,并设置模块及其关联权限、实体引用和服务的应用名称和模块名称
|
ModuleVO |
ModuleService.getModuleByUUID(String moduleUUID)
根据模块UUID获取模块信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ModuleVO> |
ModuleService.list()
获取模块列表
|
List<ModuleVO> |
ModuleService.listModule(String appName)
根据应用名称获取对应的模块列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
FormVO |
ModuleService.getEntityForm(String aliasName,
ModuleVO moduleVO)
根据引用ID获取对应的表单视图对象
|
EntityRefVO |
ModuleService.getEntityRef(String aliasName,
ModuleVO moduleVO)
根据别名从模块中获取实体引用对象
|
EntityRefVO |
ModuleService.getPrimaryEntityRef(ModuleVO moduleVO)
根据模块ID获取主要实体引用信息
|
List<FormVO> |
ModuleService.listEntityForm(ModuleVO moduleVO)
根据模块信息获取关联的实体表单列表
|
List<GridVO> |
ModuleService.listEntityGrid(ModuleVO moduleVO)
根据模块信息获取实体网格列表
|
List<EntityRefVO> |
ModuleService.listForeignKeyEntityRef(ModuleVO moduleVO)
根据引用ID获取外键实体引用
|
List<WorkflowVO> |
ModuleService.listWorkflow(ModuleVO moduleVO)
根据模块信息获取关联的工作流列表
|
void |
ModuleService.saveModule(ModuleVO moduleVO)
保存模块信息到指定文件路径
|
Copyright © 2025. All rights reserved.