Uses of Class
model.grid.SortInfo
Packages that use SortInfo
Package
Description
-
Uses of SortInfo in bpmn.admin
Methods in bpmn.admin with parameters of type SortInfo -
Uses of SortInfo in rpc
Modifier and TypeMethodDescriptionGridRpcService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) ChartRpcService.getChartData
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) GridRpcService.loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) -
Uses of SortInfo in rpc.complex.editableonetomany
Methods in rpc.complex.editableonetomany with parameters of type SortInfoModifier and TypeMethodDescription -
Uses of SortInfo in rpc.editablegrid
Methods in rpc.editablegrid with parameters of type SortInfoModifier 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 SortInfo in ru.cg.webbpm.user_management.custom
Methods in ru.cg.webbpm.user_management.custom with parameters of type SortInfoModifier 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) -
Uses of SortInfo in service
Modifier and TypeMethodDescriptiondefault FileModel
GridService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) GridServiceImpl.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfos) 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) -
Uses of SortInfo in service.chart
Methods in service.chart with parameters of type SortInfo -
Uses of SortInfo in service.complex.editableonetomany
Methods in service.complex.editableonetomany with parameters of type SortInfoModifier and TypeMethodDescriptionprotected Map<EntityColumn,
SortOrder> EditableOneToManyFieldServiceImpl.getSortOrders
(SortInfo[] sortInfos) -
Uses of SortInfo in service.editablegrid
Methods in service.editablegrid with parameters of type SortInfoModifier 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 SortInfo in service.grid
Methods in service.grid with parameters of type SortInfoModifier and TypeMethodDescriptionprotected LoadOptions
AbstractGridLoadingService.getOptions
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) protected abstract Map<EntityColumn,
SortOrder> AbstractGridLoadingService.getSortOrders
(SortInfo[] sortInfos) protected Map<EntityColumn,
SortOrder> BaseGridLoadingService.getSortOrders
(SortInfo[] sortInfos) protected Map<EntityColumn,
SortOrder> BaseStaticGridLoadingService.getSortOrders
(SortInfo[] sortInfos)