Package service
Class AggregatingColumnsGridV2Service
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.BehaviorWithGraphFilter
service.grid.AbstractGridLoadingService<R,GridColumn>
service.grid.BaseGridLoadingService<R>
service.grid.AbstractDependentGridService<GridRow>
service.GridServiceImpl
service.GridV2ServiceImpl
service.AggregatingColumnsGridV2Service
- All Implemented Interfaces:
GridService
- Direct Known Subclasses:
AggregatingGridWithNaturalKeyIdService
- Author:
- l.tyshchenko
-
Field Summary
Fields inherited from class service.GridServiceImpl
aggregationHeaderForExport, loadDao
Fields inherited from class service.grid.AbstractDependentGridService
dependencyLink
Fields inherited from class service.grid.AbstractGridLoadingService
columns
Fields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<EntityColumn>
getRawData
(LoadOptions loadOptions) loadDataWithRowCount
(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) Methods inherited from class service.GridV2ServiceImpl
getOrderedColumns, start
Methods inherited from class service.GridServiceImpl
createGridRow, exportData, formatTableRow, getExportFormatters, getFileModelWithContent, getGridColumnAggregationValues, getGridRows, getIdEntityColumn, getProcessedRows, loadData
Methods inherited from class service.grid.AbstractDependentGridService
getComponentFilter, getDependencyFilter
Methods inherited from class service.grid.BaseGridLoadingService
getAggregationEntry, getClientColumnId, getGridAggregateFuncFields, getGridAggregateFuncMultiFields, getSortOrders, getValueEntry
Methods inherited from class service.grid.AbstractGridLoadingService
convertRawLoadedData, convertRawLoadedDataWithFictitiousIdColumn, getAggregationOptions, getOptions, getSortDefaultOrders
Methods inherited from class service.BehaviorWithGraphFilter
convertFilterModels, convertFilters, convertToComponentFilterGroup, getEntityFilterGroup
Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface service.GridService
exportData, loadData
-
Constructor Details
-
AggregatingColumnsGridV2Service
public AggregatingColumnsGridV2Service()
-
-
Method Details
-
loadDataWithRowCount
public GridRows loadDataWithRowCount(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) - Specified by:
loadDataWithRowCount
in interfaceGridService
- Overrides:
loadDataWithRowCount
in classGridServiceImpl
-
getRawData
- Overrides:
getRawData
in classGridServiceImpl
-
getEntityColumnsForLoad
- Overrides:
getEntityColumnsForLoad
in classAbstractGridLoadingService<GridRow,
GridColumn>
-