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 TypeMethodDescriptionboolean
IDAO.addUsageStatistics
(DailySessionUsageStatistics statistics) boolean
IDAO.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 TypeMethodDescriptionboolean
JPADAO.addUsageStatistics
(DailySessionUsageStatistics statistics) boolean
JPADAO.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.hotfolder
path for the givenDailySessionUsageStatistics
Constructors in io.goobi.viewer.model.statistics.usage with parameters of type DailySessionUsageStatisticsModifierConstructorDescriptionStatisticsSummary
(DailySessionUsageStatistics dailyStats) Constructor to create an instance from aDailySessionUsageStatistics
objectStatisticsSummary
(DailySessionUsageStatistics dailyStats, List<String> includedIdentifiers) Constructor to create an instance from aDailySessionUsageStatistics
object filtered by a list of record identifiers