Uses of Class
io.goobi.viewer.model.statistics.usage.StatisticsSummary
Packages that use StatisticsSummary
Package
Description
Model classes for usage statistics data transferred via the REST API,
including request parameters and response objects for usage tracking information.
JSF managed beans (CDI backing beans) of the Goobi viewer.
Provides classes for recording, aggregating, and indexing per-session and per-day usage statistics.
-
Uses of StatisticsSummary in io.goobi.viewer.api.rest.model.statistics.usage
Methods in io.goobi.viewer.api.rest.model.statistics.usage that return StatisticsSummaryMethods in io.goobi.viewer.api.rest.model.statistics.usage that return types with arguments of type StatisticsSummaryConstructors in io.goobi.viewer.api.rest.model.statistics.usage with parameters of type StatisticsSummaryModifierConstructorDescriptionUsageStatisticsResponse(StatisticsSummary summary, List<StatisticsSummary> values) Constructor parameters in io.goobi.viewer.api.rest.model.statistics.usage with type arguments of type StatisticsSummaryModifierConstructorDescriptionUsageStatisticsResponse(StatisticsSummary summary, List<StatisticsSummary> values) -
Uses of StatisticsSummary in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return StatisticsSummaryModifier and TypeMethodDescriptionStatisticsBean.getUsageStatisticsForRecord(String pi) getUsageStatisticsForRecord.protected StatisticsSummaryStatisticsBean.loadSummary(String pi) -
Uses of StatisticsSummary in io.goobi.viewer.model.statistics.usage
Methods in io.goobi.viewer.model.statistics.usage that return StatisticsSummaryModifier and TypeMethodDescriptionStatisticsSummary.add(StatisticsSummary other) Creates a new summary with the sum of request counts from this and another summary.static StatisticsSummaryStatisticsSummary.empty()Creates an empty summary.StatisticsSummaryBuilder.loadSummary(StatisticsSummaryFilter filter) Collect usage statistics from SOLR in aStatisticsSummary.Methods in io.goobi.viewer.model.statistics.usage with parameters of type StatisticsSummaryModifier and TypeMethodDescriptionStatisticsSummary.add(StatisticsSummary other) Creates a new summary with the sum of request counts from this and another summary.