类的使用
net.sohelp.boot.engine.web.vo.module.EntityRefVO
使用EntityRefVO的程序包
程序包
说明
-
net.sohelp.boot.dev.web.dev.module中EntityRefVO的使用
返回变量类型为EntityRefVO的类型的net.sohelp.boot.dev.web.dev.module中的方法修饰符和类型方法说明获取模块下的实体引用列表 根据应用名称和模块名称获取模块下的实体引用列表,并补充实体的网格和表单信息EntityRefController.listRefEntityByModule(String appName, String moduleName) 根据模块获取实体引用列表 该接口用于根据应用名称和模块名称获取对应的实体引用列表修饰符和类型方法说明EntityRefController.cancelBind(EntityRefVO entityRefVO) 取消绑定实体接口 该接口用于取消指定应用下模块与实体的绑定关系EntityRefController.publish(EntityRefVO entityRefVO) 发布实体接口 该接口用于将指定的实体发布到对应的应用中EntityRefController.remove(EntityRefVO entityVO) 取消绑定并删除实体接口 该接口用于取消模块与实体的绑定,并删除指定的实体 -
net.sohelp.boot.engine.web中EntityRefVO的使用
-
net.sohelp.boot.engine.web.service中EntityRefVO的使用
修饰符和类型方法说明ModuleService.getEntityRef(String refid) 根据引用ID获取实体引用对象 通过refid找到指定的EntityRefVOModuleService.getEntityRef(String aliasName, ModuleVO moduleVO) 根据别名从模块中获取实体引用对象ModuleService.getPrimaryEntityRef(ModuleVO moduleVO) 根据模块ID获取主要实体引用信息返回变量类型为EntityRefVO的类型的net.sohelp.boot.engine.web.service中的方法