Uses of Class
de.xima.fc.gui.bean.statistics.model.ProjectCounts
Packages that use ProjectCounts
-
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 ProjectCountsModifier and TypeMethodDescriptionstatic Collector<ProjektZaehlerDaten, ?, List<ProjectCounts>> ProjectCounts.collectingProjectCounterData()Gets aCollectorthat accumulates all data into a singleProjectCountsobject (by summing all individual values), one for each project.static Collector<ProjektZaehlerDaten, ?, ProjectCounts> ProjectCounts.summingProjectCounterData()Gets aCollectorthat accumulates all data into a singleProjectCountsobject (by summing all individual values).Methods in de.xima.fc.gui.bean.statistics.model with parameters of type ProjectCountsModifier and TypeMethodDescriptionstatic NumberEProjectAttribute.calls(ProjectCounts data) static NumberEProjectAttribute.errors(ProjectCounts data) static NumberEProjectAttribute.submits(ProjectCounts data) EProjectAttribute.value(ProjectCounts data)