接口的使用
net.sohelp.boot.common.core.paging.Pager
使用Pager的程序包
程序包
说明
-
net.sohelp.boot.admin.core.base中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.admin.core.base中的方法 -
net.sohelp.boot.admin.core.db中Pager的使用
修饰符和类型方法说明分页查询分页查询分页查询分页查询分页查询数据JdbcHelper.toPager(String sql, String countSQL, Object[] params, jakarta.servlet.http.HttpServletRequest request) 分页查询分页查询JdbcHelper.toPager(String sql, String countSQL, List<Object> params, jakarta.servlet.http.HttpServletRequest request) 分页查询手工分页查询方法分页查询分页查询JdbcHelper.toPager(String sql, List<Object> params, jakarta.servlet.http.HttpServletRequest request) 分页查询分页查询手工分页JdbcHelper.toPager(String sql, Map<String, Object> paramMap, jakarta.servlet.http.HttpServletRequest request) 分页查询 -
net.sohelp.boot.common.core.paging中Pager的使用
-
net.sohelp.boot.demo.web.notice中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.notice中的方法 -
net.sohelp.boot.demo.web.system.dict中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.system.dict中的方法 -
net.sohelp.boot.demo.web.system.log中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.system.log中的方法 -
net.sohelp.boot.demo.web.system.org中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.system.org中的方法 -
net.sohelp.boot.demo.web.system.param中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.system.param中的方法 -
net.sohelp.boot.demo.web.system.role中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.system.role中的方法 -
net.sohelp.boot.demo.web.system.tenant中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.system.tenant中的方法 -
net.sohelp.boot.demo.web.system.user中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.system.user中的方法 -
net.sohelp.boot.demo.web.user中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.demo.web.user中的方法 -
net.sohelp.boot.dev.web.code中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.code中的方法修饰符和类型方法说明分页获取指定数据源下的表列表 支持通过标签筛选表名,并排除 pb_ 开头的系统保留表。获取指定数据源下符合条件的所有数据库表,并分页展示其配置状态。分页查询所有代码方案,并统计每个方案中的模板数量。分页查询所有代码模板信息 -
net.sohelp.boot.dev.web.dev.application中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.dev.application中的方法 -
net.sohelp.boot.dev.web.dev.busi中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.dev.busi中的方法 -
net.sohelp.boot.dev.web.dev.db中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.dev.db中的方法修饰符和类型方法说明TableController.getTableData(String tableName) 获取数据表的数据 根据传入的表名,查询并返回该表的所有数据,以及数据的总条数,用于分页显示TableController.getTableFields(String table) 获取数据表的字段信息 通过表名称获取对应数据表的所有字段信息,并封装成分页结果返回TableController.getTableTree()获取数据库表信息 该接口用于获取数据库中所有表的信息,并以树形结构返回。获取数据源分页列表 该接口用于获取数据源的分页列表,包括默认数据源和配置文件中的数据源信息。分页物理表显示接口 根据传入的参数进行分页查询,并返回查询结果 -
net.sohelp.boot.dev.web.dev.entity中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.dev.entity中的方法修饰符和类型方法说明根据数据源获取表列表 该接口通过传入的数据源名称和其他参数来获取对应的表列表,支持分页和按标签过滤。获取实体表列表接口 该接口用于根据传入的参数分页查询实体表列表,支持按名称和标签进行筛选,并返回分页结果。分页查询扩展实体列表 -
net.sohelp.boot.dev.web.dev.module中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.dev.module中的方法 -
net.sohelp.boot.dev.web.dev.report中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.dev.report中的方法 -
net.sohelp.boot.dev.web.dev.workflow中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.dev.workflow中的方法修饰符和类型方法说明分页查询工作流信息 该接口用于根据数据源名称分页查询工作流信息,并设置工作流的状态。WorkFlowController.pageInstance(String datasource) 分页查询流程实例接口 该接口用于分页查询流程实例,包括正在进行的和已完成的实例,并返回相关的详细信息。WorkFlowController.pageProcess(String datasource) 分页查询流程处理数据 根据传入的数据源名称,分页查询对应的流程处理数据WorkFlowController.pageTaskByInstanceId(Map<String, Object> dataMap) 根据实例ID分页查询任务 该接口通过实例ID分页查询相关任务信息,包括任务名称、任务关键字、租户ID、执行者ID、执行者名称以及创建时间等。 -
net.sohelp.boot.dev.web.ops.backup中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.ops.backup中的方法 -
net.sohelp.boot.dev.web.ops.oauth2中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.ops.oauth2中的方法 -
net.sohelp.boot.dev.web.ops.online中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.ops.online中的方法 -
net.sohelp.boot.dev.web.ops.task中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.ops.task中的方法 -
net.sohelp.boot.dev.web.ops.updater中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.ops.updater中的方法 -
net.sohelp.boot.dev.web.system.autocode中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.autocode中的方法 -
net.sohelp.boot.dev.web.system.dict中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.dict中的方法 -
net.sohelp.boot.dev.web.system.i18n中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.i18n中的方法修饰符和类型方法说明分页查询国际化数据 该接口用于分页查询国际化相关的数据,通过传入的参数进行条件筛选,并返回查询结果。分页查询语言信息列表。I18nController.pageByType(Map<String, Object> paramMap) 根据类型分页查询国际化数据 支持三种类型:0表示模块,1表示数据库表字段,2表示实体属性。 -
net.sohelp.boot.dev.web.system.log中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.log中的方法 -
net.sohelp.boot.dev.web.system.org中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.org中的方法修饰符和类型方法说明OrgController.getOrgUser(Map<String, Object> paramMap) 根据机构ID获取其下所有用户的分页列表分页查询机构列表OrgController.pageAssignUser(String orgId, String keywords) 根据组织ID获取已被该组织分配的用户列表(支持关键词搜索)OrgController.pageUnAssignUser(String orgId, String keywords) 根据组织ID获取未被该组织分配的用户列表(支持关键词搜索) -
net.sohelp.boot.dev.web.system.param中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.param中的方法 -
net.sohelp.boot.dev.web.system.role中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.role中的方法 -
net.sohelp.boot.dev.web.system.tenant中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.tenant中的方法修饰符和类型方法说明分页查询所有租户信息,并统计每个租户下的用户数量TenantController.pageAssignUser(Map<String, Object> paramMap) 根据租户ID读取已分配用户分页查询TenantController.pageUnAssignUser(Map<String, Object> paramMap) 根据租户ID获取未分配的用户分页查询 -
net.sohelp.boot.dev.web.system.thirdpart中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.thirdpart中的方法 -
net.sohelp.boot.dev.web.system.user中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.system.user中的方法修饰符和类型方法说明UserController.getThirdpartUserPage(Map<String, Object> paramMap) 获取第三方平台绑定的用户分页数据。获取所有用户的分页数据,并附加组织名称及在线状态等扩展字段。UserController.pageAssignTenant(Map<String, Object> paramMap) 根据租户ID读取已分配租户分页查询结果。UserController.pageUnAssignTenant(Map<String, Object> paramMap) 根据租户ID获取未分配的用户分页查询结果。 -
net.sohelp.boot.dev.web.user中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.dev.web.user中的方法 -
net.sohelp.boot.engine.web中Pager的使用
-
net.sohelp.boot.engine.web.controller中Pager的使用
返回变量类型为Pager的类型的net.sohelp.boot.engine.web.controller中的方法修饰符和类型方法说明获取导入历史接口 该接口用于获取指定引用ID的导入历史记录分页查询接口 该接口用于根据传入的参数进行分页查询,并返回查询结果。分页显示我的所有任务 该接口通过分页的方式返回所有任务的详细信息,包括任务ID、任务名称、任务关键字等。TenantController.page()获取角色列表接口 该接口用于获取当前租户下的所有角色列表,返回结果为ApiResult包装的List类型数据获取我的抄送任务列表 通过传入的查询参数,分页查询抄送任务列表,并关联查询任务实例的详细信息。EngineWorkflowController.pageByDelegate(Map<String, Object> dataMap) 获取我的代办任务列表 该接口用于获取当前用户代办的任务列表,通过传入的查询条件进行分页查询。根据外键分页查询数据接口 该接口通过传入包含外键和其他查询条件的参数Map,分页查询并返回相关数据NoticeController.pageLetter()分页查询用户信件 根据用户ID和是否已读状态分页查询用户信件,并返回结果NoticeController.pageNotice()获取我的通知 该接口用于分页查询当前登录用户的系统通知,包括通知标题、是否已读等信息,并按ID降序排列。NoticeController.pageTodo()分页查询待办事项 该接口用于分页查询当前登录用户的待办事项,通过构建SQL查询语句,从数据库中获取待办事项列表,并进行格式化处理后返回。批量导入数据预览接口 该接口用于通过指定的refid和fileName参数进行数据导入操作的预览。