Uses of Class
com.storedobject.iot.WeeklyStatistics
Packages that use WeeklyStatistics
-
Uses of WeeklyStatistics in com.storedobject.iot
Methods in com.storedobject.iot that return WeeklyStatisticsModifier and TypeMethodDescriptionfinal WeeklyStatistics
Unit.getWeeklyStatistics
(String name) Retrieves the weekly statistics for the given name.final WeeklyStatistics
Unit.getWeeklyStatistics
(String name, int year, int week) Retrieves weekly statistics for a specific name, year, and week.final <D extends Date>
WeeklyStatisticsUnit.getWeeklyStatistics
(String name, D date) Retrieves weekly statistics for the specified name and date.WeeklyStatistics.next()
Retrieves the next week's statistics based on the current instance.WeeklyStatistics.previous()
Retrieves the WeeklyStatistics for the previous week relative to the current instance.DataSet.DataStatus.weeklyStatistics()
Retrieves the weekly statistics associated with the current data status.Methods in com.storedobject.iot that return types with arguments of type WeeklyStatisticsModifier and TypeMethodDescriptionfinal List
<WeeklyStatistics> Unit.listWeeklyStatistics
(String name, int year, int weekFrom, int weekTo) Retrieves a list of weekly statistics for the specified name and year within the given week range.final List
<WeeklyStatistics> Unit.listWeeklyStatistics
(String name, int yearFrom, int weekFrom, int yearTo, int weekTo) Retrieves a list of weekly statistics for a given name, over a specified range of years and weeks.final List
<WeeklyStatistics> Unit.listWeeklyStatistics
(String name, Site site, int periodCount) Retrieves a list of weekly statistics based on the specified parameters.