类的使用
net.sohelp.boot.engine.web.vo.grid.GridVO
使用GridVO的程序包
程序包
说明
-
net.sohelp.boot.dev.web.dev.entity中GridVO的使用
返回变量类型为GridVO的类型的net.sohelp.boot.dev.web.dev.entity中的方法 -
net.sohelp.boot.dev.web.dev.module中GridVO的使用
返回变量类型为GridVO的类型的net.sohelp.boot.dev.web.dev.module中的方法修饰符和类型方法说明读取网格列表接口 根据应用名称、模块名称和列表名称读取对应的网格列表信息保存网格列表信息 该接口用于保存网格列表的相关信息,包括应用名称、模块名称、列表名称等, 并根据这些信息生成或更新对应的JSON文件,同时处理与实体绑定的相关操作。参数类型为GridVO的net.sohelp.boot.dev.web.dev.module中的方法 -
net.sohelp.boot.engine.web中GridVO的使用
参数类型为GridVO的net.sohelp.boot.engine.web中的方法 -
net.sohelp.boot.engine.web.service中GridVO的使用
修饰符和类型方法说明EntityGridService.buildGridByEntity(String appName, String moduleName, String aliasName, EntityVO entityVO) 根据实体对象创建网格视图对象(GridVO)EntityGridService.getEntityGrid(String datasource, String entityName) 获取实体网格对象根据应用名称、模块名称和网格名称获取网格信息返回变量类型为GridVO的类型的net.sohelp.boot.engine.web.service中的方法参数类型为GridVO的net.sohelp.boot.engine.web.service中的方法修饰符和类型方法说明voidEntityGridService.saveEntityGrid(String datasource, String entityName, GridVO gridVO) 保存实体网格配置到指定路径void保存网格数据到指定路径voidGridCustomService.saveGridByPublic(String appName, String moduleName, String gridName, GridVO GridVO) 通过公共路径保存网格数据 -
net.sohelp.boot.engine.web.utils中GridVO的使用
参数类型为GridVO的net.sohelp.boot.engine.web.utils中的构造器