Uses of Class
com.storedobject.iot.MonthlyConsumption
Packages that use MonthlyConsumption
-
Uses of MonthlyConsumption in com.storedobject.iot
Methods in com.storedobject.iot that return MonthlyConsumptionModifier and TypeMethodDescriptionfinal MonthlyConsumption
AbstractUnit.getMonthlyConsumption
(Resource resource) Retrieves the monthly consumption data for the specified resource.final MonthlyConsumption
AbstractUnit.getMonthlyConsumption
(Resource resource, int year, int month) Retrieves the monthly consumption for a specific resource in a given year and month.final <D extends Date>
MonthlyConsumptionAbstractUnit.getMonthlyConsumption
(Resource resource, D date) Retrieves the monthly consumption for a given resource and date.Resource.getMonthlyConsumption
(Id item, int year, int month) <D extends Date>
MonthlyConsumptionResource.getMonthlyConsumption
(Id item, D date) MonthlyConsumption.next()
Retrieves the nextMonthlyConsumption
object, advancing to the subsequent month.MonthlyConsumption.previous()
Retrieves the MonthlyConsumption instance representing the previous month relative to the current instance.Methods in com.storedobject.iot that return types with arguments of type MonthlyConsumptionModifier and TypeMethodDescriptionfinal List
<MonthlyConsumption> AbstractUnit.listMonthlyConsumption
(Resource resource, int year, int monthFrom, int monthTo) Retrieves a list of monthly consumption records for a specified resource and time range.final List
<MonthlyConsumption> AbstractUnit.listMonthlyConsumption
(Resource resource, int yearFrom, int monthFrom, int yearTo, int monthTo) Retrieves a list of monthly consumption data for the specified resource within the given date range.final List
<MonthlyConsumption> AbstractUnit.listMonthlyConsumption
(Resource resource, Site site, int periodCount) Retrieves a list of monthly consumption data for a specified resource and site over a given number of periods (months).Resource.listMonthlyConsumption
(Id item, int year, int monthFrom, int monthTo)