类的使用
net.sohelp.boot.engine.web.vo.module.ModuleVO
使用ModuleVO的程序包
程序包
说明
-
net.sohelp.boot.dev.web.dev.module中ModuleVO的使用
返回变量类型为ModuleVO的类型的net.sohelp.boot.dev.web.dev.module中的方法修饰符和类型方法说明添加模块接口 该接口用于添加一个新的模块,需要传入模块的名称、所属应用以及相关参数。 -
net.sohelp.boot.engine.web.cache中ModuleVO的使用
参数类型为ModuleVO的net.sohelp.boot.engine.web.cache中的方法 -
net.sohelp.boot.engine.web.service中ModuleVO的使用
修饰符和类型方法说明根据引用ID获取模块信息根据应用名称和模块名称获取模块信息ModuleService.getModuleByUUID(String moduleUUID) 根据模块UUID获取模块信息返回变量类型为ModuleVO的类型的net.sohelp.boot.engine.web.service中的方法修饰符和类型方法说明ModuleService.getEntityForm(String aliasName, ModuleVO moduleVO) 根据引用ID获取对应的表单视图对象ModuleService.getEntityRef(String aliasName, ModuleVO moduleVO) 根据别名从模块中获取实体引用对象ModuleService.getPrimaryEntityRef(ModuleVO moduleVO) 根据模块ID获取主要实体引用信息ModuleService.listEntityForm(ModuleVO moduleVO) 根据模块信息获取关联的实体表单列表EntityGridService.listEntityGrid(ModuleVO moduleVO) 列出实体网格配置ModuleService.listForeignKeyEntityRef(ModuleVO moduleVO) 根据引用ID获取外键实体引用WorkflowService.listWorkflow(ModuleVO moduleVO) 根据模块信息获取关联的工作流列表voidModuleService.saveModule(ModuleVO moduleVO) 保存模块信息到指定文件路径