Uses of Class
model.grid.GridRows
Packages that use GridRows
Package
Description
-
Uses of GridRows in bpmn.admin
Methods in bpmn.admin that return GridRows -
Uses of GridRows in rpc
-
Uses of GridRows in rpc.editablegrid
Methods in rpc.editablegrid that return GridRowsModifier and TypeMethodDescriptionEditableGridRpcService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) EditableGridRpcService.loadDataByKeyValue
(Object keyValue, Filter[] filters, SortInfo[] sortInfos) PagingEditableGridRpcService.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) -
Uses of GridRows in rpc.field
-
Uses of GridRows in ru.cg.webbpm.user_management.custom
Methods in ru.cg.webbpm.user_management.custom that return GridRowsModifier and TypeMethodDescriptionAuthorityRoleGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GroupRolesGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GroupsByRolesGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) UserGroupGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GroupRolesGridService.loadDataByKeyValue
(String groupId) UserGroupGridService.loadDataByKeyValue
(String userId) -
Uses of GridRows in service
Modifier and TypeMethodDescriptionprotected GridRows
GridServiceImpl.getGridRows
(Filter[] filters, LoadOptions options) GridServiceWithAggregationColumnsImpl.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) PagingGridServiceImpl.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) AggregatingColumnsGridV2Service.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) default GridRows
GridService.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GridServiceImpl.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) Modifier and TypeMethodDescriptionprotected void
GridServiceImpl.formatTableRow
(GridRows rawData) protected FileModel
GridServiceImpl.getFileModelWithContent
(String[] columnIdsToExport, GridDataExportFormat exportFormat, GridRows gridRows) -
Uses of GridRows in service.editablegrid
Methods in service.editablegrid that return GridRowsModifier and TypeMethodDescriptionEditableGridServiceImpl.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) PagingEditableGridService.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) PagingEditableGridServiceImpl.loadData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) EditableGridService.loadDataByKeyValue
(Object keyValue, Filter[] filters, SortInfo[] sortInfos) EditableGridServiceImpl.loadDataByKeyValue
(Object keyValue, Filter[] filters, SortInfo[] sortInfos) -
Uses of GridRows in service.editablegrid.defaultloading
Methods in service.editablegrid.defaultloading that return GridRows -
Uses of GridRows in service.field
Methods in service.field that return GridRows -
Uses of GridRows in service.grid
Methods in service.grid that return GridRows