Uses of Class
component.chart.dto.ChartDataSetDto
Packages that use ChartDataSetDto
-
Uses of ChartDataSetDto in component.chart.dto
Fields in component.chart.dto with type parameters of type ChartDataSetDtoMethods in component.chart.dto that return types with arguments of type ChartDataSetDtoMethod parameters in component.chart.dto with type arguments of type ChartDataSetDtoConstructor parameters in component.chart.dto with type arguments of type ChartDataSetDto -
Uses of ChartDataSetDto in component.chart.service
Methods in component.chart.service that return types with arguments of type ChartDataSetDtoModifier and TypeMethodDescriptionMultiChartDataSetService.loadDataSets
(Integer offset, Integer limit, Filter[] filters) -
Uses of ChartDataSetDto in component.chart.service.impl
Methods in component.chart.service.impl that return types with arguments of type ChartDataSetDtoModifier and TypeMethodDescriptionprotected List<ChartDataSetDto>
DefaultChartDataSetService.loadAggregationDataSets
(LoadOptions loadOptions) DefaultChartDataSetService.loadDataSets
(Integer offset, Integer limit, Filter[] filters) protected List<ChartDataSetDto>
DefaultChartDataSetService.loadStaticDataSets
(LoadOptions loadOptions)