Package service
Class GridV2ServiceImpl
- All Implemented Interfaces:
GridService
- Direct Known Subclasses:
AggregatingColumnsGridV2Service
- Author:
- kochetkov
-
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 List<GridColumn>
getOrderedColumns
(String[] columnIdsToExport) void
start()
Methods inherited from class service.GridServiceImpl
createGridRow, exportData, formatTableRow, getExportFormatters, getFileModelWithContent, getGridColumnAggregationValues, getGridRows, getIdEntityColumn, getProcessedRows, getRawData, loadData, loadDataWithRowCount
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, getEntityColumnsForLoad, 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, loadDataWithRowCount
-
Constructor Details
-
GridV2ServiceImpl
public GridV2ServiceImpl()
-
-
Method Details
-
start
public void start()- Overrides:
start
in classAbstractGridLoadingService<GridRow,
GridColumn>
-
getOrderedColumns
- Overrides:
getOrderedColumns
in classGridServiceImpl
-