Package service
Class PagingGridServiceImpl
- All Implemented Interfaces:
GridService
,PagingGridService
public class PagingGridServiceImpl
extends AbstractDependentGridService<GridRow>
implements PagingGridService
- Author:
- a.petrov
-
Field Summary
FieldsFields 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
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, start
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, loadDataWithRowCount
-
Field Details
-
loadDao
-
-
Constructor Details
-
PagingGridServiceImpl
public PagingGridServiceImpl()
-
-
Method Details
-
loadData
- Specified by:
loadData
in interfaceGridService
- Specified by:
loadData
in interfacePagingGridService
-
createGridRow
- Specified by:
createGridRow
in classAbstractGridLoadingService<GridRow,
GridColumn>
-