Package service.grid
Class StaticGridService
- All Implemented Interfaces:
GridService
public abstract class StaticGridService
extends BaseStaticGridLoadingService<GridRow>
implements GridService
- Author:
- m.popov
-
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 TypeMethodDescriptionprotected GridRow
protected abstract EntityColumn
protected abstract TableRow
loadAggregations
(Set<AggregateFuncField> aggregateFuncFields, LoadOptions options) loadRows
(Set<EntityColumn> columns, LoadOptions options) Methods inherited from class service.grid.BaseStaticGridLoadingService
convertTableRowToAggregationValues, getAggregationEntry, getClientColumnId, getGridAggregateFuncFields, getSortDefaultOrders, getSortOrders, getValueEntry, putCellValue
Methods inherited from class service.grid.AbstractGridLoadingService
convertRawLoadedData, convertRawLoadedDataWithFictitiousIdColumn, getAggregationOptions, getEntityColumnsForLoad, getOptions, 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
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, loadDataWithRowCount
-
Constructor Details
-
StaticGridService
public StaticGridService()
-
-
Method Details
-
loadData
- Specified by:
loadData
in interfaceGridService
-
createGridRow
- Specified by:
createGridRow
in classBaseStaticGridLoadingService<GridRow>
-
getIdField
-
loadRows
-
loadAggregations
protected abstract TableRow loadAggregations(Set<AggregateFuncField> aggregateFuncFields, LoadOptions options)
-