Uses of Class
io.goobi.viewer.model.statistics.usage.DailySessionUsageStatistics
Packages that use DailySessionUsageStatistics
Package
Description
-
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 givenDailySessionUsageStatisticsConstructors in io.goobi.viewer.model.statistics.usage with parameters of type DailySessionUsageStatisticsModifierConstructorDescriptionStatisticsSummary(DailySessionUsageStatistics dailyStats) Constructor to create an instance from aDailySessionUsageStatisticsobjectStatisticsSummary(DailySessionUsageStatistics dailyStats, List<String> includedIdentifiers) Constructor to create an instance from aDailySessionUsageStatisticsobject filtered by a list of record identifiers