Uses of Class
de.xima.fc.gui.bean.statistics.model.ProjectCounts
-
Packages that use ProjectCounts Package Description de.xima.fc.gui.bean.statistics.model -
-
Uses of ProjectCounts in de.xima.fc.gui.bean.statistics.model
Methods in de.xima.fc.gui.bean.statistics.model that return types with arguments of type ProjectCounts Modifier and Type Method Description static Collector<ProjektZaehlerDaten,?,List<ProjectCounts>>
ProjectCounts. collectingProjectCounterData()
Gets aCollector
that accumulates all data into a singleProjectCounts
object (by summing all individual values), one for each project.Methods in de.xima.fc.gui.bean.statistics.model with parameters of type ProjectCounts Modifier and Type Method Description static Number
EProjectAttribute. calls(ProjectCounts data)
static Number
EProjectAttribute. errors(ProjectCounts data)
static Number
EProjectAttribute. submits(ProjectCounts data)
Number
EProjectAttribute. value(ProjectCounts data)
-