Uses of Class
com.storedobject.iot.MonthlyStatistics
Packages that use MonthlyStatistics
-
Uses of MonthlyStatistics in com.storedobject.iot
Methods in com.storedobject.iot that return MonthlyStatisticsModifier and TypeMethodDescriptionfinal MonthlyStatistics
Unit.getMonthlyStatistics
(String name) Retrieves the monthly statistics for the given name.final MonthlyStatistics
Unit.getMonthlyStatistics
(String name, int year, int month) Retrieves the monthly statistics for the specified name, year, and month.final <D extends Date>
MonthlyStatisticsUnit.getMonthlyStatistics
(String name, D date) Retrieves the monthly statistics for the specified name and date.DataSet.DataStatus.monthlyStatistics()
Retrieves the monthly statistics associated with the current data status.MonthlyStatistics.next()
Retrieves the next instance ofMonthlyStatistics
, representing the subsequent month based on the current instance's month and year.MonthlyStatistics.previous()
Retrieves theMonthlyStatistics
instance for the previous month.Methods in com.storedobject.iot that return types with arguments of type MonthlyStatisticsModifier and TypeMethodDescriptionfinal List
<MonthlyStatistics> Unit.listMonthlyStatistics
(String name, int year, int monthFrom, int monthTo) Retrieves a list of monthly statistics based on the specified parameters.final List
<MonthlyStatistics> Unit.listMonthlyStatistics
(String name, int yearFrom, int monthFrom, int yearTo, int monthTo) Retrieves a list of monthly statistics for a given name within a specified date range.final List
<MonthlyStatistics> Unit.listMonthlyStatistics
(String name, Site site, int periodCount) Retrieves a list of monthly statistics for a given site and time period.