Uses of Class
io.goobi.viewer.model.statistics.usage.DailySessionUsageStatistics
Packages that use DailySessionUsageStatistics
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.Provides classes for recording, aggregating, and indexing per-session and per-day usage statistics.
-
Uses of DailySessionUsageStatistics in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return DailySessionUsageStatisticsMethods in io.goobi.viewer.dao that return types with arguments of type DailySessionUsageStatisticsModifier and TypeMethodDescriptionIDAO.getAllUsageStatistics()IDAO.getUsageStatistics(LocalDate start, LocalDate end) Methods in io.goobi.viewer.dao with parameters of type DailySessionUsageStatisticsModifier and TypeMethodDescriptionbooleanIDAO.addUsageStatistics(DailySessionUsageStatistics statistics) booleanIDAO.updateUsageStatistics(DailySessionUsageStatistics statistics) -
Uses of DailySessionUsageStatistics in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return DailySessionUsageStatisticsMethods in io.goobi.viewer.dao.impl that return types with arguments of type DailySessionUsageStatisticsModifier and TypeMethodDescriptionJPADAO.getAllUsageStatistics()JPADAO.getUsageStatistics(LocalDate start, LocalDate end) Methods in io.goobi.viewer.dao.impl with parameters of type DailySessionUsageStatisticsModifier and TypeMethodDescriptionbooleanJPADAO.addUsageStatistics(DailySessionUsageStatistics statistics) booleanJPADAO.updateUsageStatistics(DailySessionUsageStatistics statistics) -
Uses of DailySessionUsageStatistics in io.goobi.viewer.model.statistics.usage
Methods in io.goobi.viewer.model.statistics.usage with parameters of type DailySessionUsageStatisticsModifier and TypeMethodDescriptionStatisticsIndexer.indexStatistics(DailySessionUsageStatistics stats) Write index file toStatisticsIndexer.hotfolderpath for the givenDailySessionUsageStatistics.Constructors in io.goobi.viewer.model.statistics.usage with parameters of type DailySessionUsageStatisticsModifierConstructorDescriptionStatisticsSummary(DailySessionUsageStatistics dailyStats) Constructor to create an instance from aDailySessionUsageStatisticsobject.StatisticsSummary(DailySessionUsageStatistics dailyStats, List<String> includedIdentifiers) Constructor to create an instance from aDailySessionUsageStatisticsobject filtered by a list of record identifiers.