Package service.grid
Class BaseGridLoadingService<R extends GridRow>
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.BehaviorWithGraphFilter
service.grid.AbstractGridLoadingService<R,GridColumn>
service.grid.BaseGridLoadingService<R>
- Direct Known Subclasses:
AbstractDependentGridService
,GridServiceWithAggregationColumnsImpl
,LinkFieldServiceImpl
public abstract class BaseGridLoadingService<R extends GridRow>
extends AbstractGridLoadingService<R,GridColumn>
- Author:
- a.petrov
-
Field Summary
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 TypeMethodDescriptiongetAggregationEntry
(GridColumn column, Map<EntityColumn, Object> columnToDataMap) protected String
getClientColumnId
(GridColumn column) protected Set<AggregateFuncField>
protected Set<AggregateFuncField>
protected Map<EntityColumn,
SortOrder> getSortOrders
(SortInfo[] sortInfos) getValueEntry
(GridColumn column, Map<EntityColumn, Object> columnToDataMap) Methods inherited from class service.grid.AbstractGridLoadingService
convertRawLoadedData, convertRawLoadedDataWithFictitiousIdColumn, createGridRow, getAggregationOptions, getEntityColumnsForLoad, getOptions, getSortDefaultOrders, start
Methods inherited from class service.BehaviorWithGraphFilter
convertFilterModels, convertFilters, convertToComponentFilterGroup, getComponentFilter, getEntityFilterGroup
Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId
-
Constructor Details
-
BaseGridLoadingService
public BaseGridLoadingService()
-
-
Method Details
-
getGridAggregateFuncFields
-
getGridAggregateFuncMultiFields
-
getSortOrders
- Specified by:
getSortOrders
in classAbstractGridLoadingService<R extends GridRow,
GridColumn>
-
getValueEntry
protected Map.Entry<String,Object> getValueEntry(GridColumn column, Map<EntityColumn, Object> columnToDataMap) - Specified by:
getValueEntry
in classAbstractGridLoadingService<R extends GridRow,
GridColumn>
-
getClientColumnId
- Specified by:
getClientColumnId
in classAbstractGridLoadingService<R extends GridRow,
GridColumn>
-
getAggregationEntry
protected Map.Entry<String,Object> getAggregationEntry(GridColumn column, Map<EntityColumn, Object> columnToDataMap) - Specified by:
getAggregationEntry
in classAbstractGridLoadingService<R extends GridRow,
GridColumn>
-