Package component.chart.service.impl
Class DefaultChartDataSetService
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.BehaviorWithGraphFilter
component.chart.service.impl.AbstractChartDatasetService
component.chart.service.impl.DefaultChartDataSetService
- All Implemented Interfaces:
ChartDataSetService
,MultiChartDataSetService
,LoadGraphSource
public class DefaultChartDataSetService
extends AbstractChartDatasetService
implements MultiChartDataSetService
- Author:
- kochetkov
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<EntityFilter>
convertFilterModels
(Filter filter) protected List<ChartDataSetDto>
loadAggregationDataSets
(LoadOptions loadOptions) loadDataSets
(Integer offset, Integer limit, Filter[] filters) protected LoadOptions
loadOptions
(Integer offset, Integer limit, Filter[] filters) protected List<ChartDataSetDto>
loadStaticDataSets
(LoadOptions loadOptions) Methods inherited from class component.chart.service.impl.AbstractChartDatasetService
colorToHex, generateBackgroundColors, generateBackgroundColors, getAxesValue, getRandomColor
Methods inherited from class service.BehaviorWithGraphFilter
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, start
-
Field Details
-
loadDao
-
datasetType
-
aggregationDataSet
-
staticDataSet
-
-
Constructor Details
-
DefaultChartDataSetService
public DefaultChartDataSetService()
-
-
Method Details
-
loadDataSets
- Specified by:
loadDataSets
in interfaceMultiChartDataSetService
-
loadAggregationDataSets
-
loadOptions
-
convertFilterModels
- Overrides:
convertFilterModels
in classBehaviorWithGraphFilter
-
loadStaticDataSets
-