Uses of Class
com.storedobject.iot.YearlyConsumption
Packages that use YearlyConsumption
-
Uses of YearlyConsumption in com.storedobject.iot
Methods in com.storedobject.iot that return YearlyConsumptionModifier and TypeMethodDescriptionfinal YearlyConsumption
AbstractUnit.getYearlyConsumption
(Resource resource) Retrieves the yearly consumption details for a specific resource.final YearlyConsumption
AbstractUnit.getYearlyConsumption
(Resource resource, int year) Retrieves the yearly consumption for a specified resource and year.final <D extends Date>
YearlyConsumptionAbstractUnit.getYearlyConsumption
(Resource resource, D date) Retrieves the yearly consumption for a specific resource based on the provided date.Resource.getYearlyConsumption
(Id item, int year) <D extends Date>
YearlyConsumptionResource.getYearlyConsumption
(Id item, D date) YearlyConsumption.next()
Retrieves the next yearly consumption record if it exists.YearlyConsumption.previous()
Retrieves the YearlyConsumption instance for the previous year.Methods in com.storedobject.iot that return types with arguments of type YearlyConsumptionModifier and TypeMethodDescriptionfinal List
<YearlyConsumption> AbstractUnit.listYearlyConsumption
(Resource resource, int yearFrom, int yearTo) Retrieves a list of yearly consumption data for the specified resource over a range of years.final List
<YearlyConsumption> AbstractUnit.listYearlyConsumption
(Resource resource, Site site, int periodCount) Retrieves a list of yearly consumption data for a given resource and site over a specified number of years.Resource.listYearlyConsumption
(Id item, int yearFrom, int yearTo)