Uses of Class
org.dspace.app.statistics.Statistics
Packages that use Statistics
Package
Description
Defines usage event instrumentation points and provides implementations for
testing.
-
Uses of Statistics in org.dspace.app.statistics
Methods in org.dspace.app.statistics that return StatisticsModifier and TypeMethodDescriptionstatic StatisticsReportGenerator.prepareStats(Map<String, String> aggregator, boolean sort, boolean translate) a standard stats block preparation method for use when an aggregator has to be put out in its entirety.Methods in org.dspace.app.statistics with parameters of type StatisticsModifier and TypeMethodDescriptionvoidHTMLReport.addBlock(Statistics stat) add a statistics block to the report to the class registervoidReport.addBlock(Statistics stat) add a statistics block to the report to the class registerHTMLReport.statBlock(Statistics content) output the report block based on the passed mapping, where the mapping should be "name of report element" to "value", where both sides of the mapping should be Strings.Report.statBlock(Statistics content) output the report block based on the passed statistics object array