Uses of Class
com.storedobject.iot.WeeklyConsumption
Packages that use WeeklyConsumption
-
Uses of WeeklyConsumption in com.storedobject.iot
Methods in com.storedobject.iot that return WeeklyConsumptionModifier and TypeMethodDescriptionfinal WeeklyConsumption
AbstractUnit.getWeeklyConsumption
(Resource resource) Retrieves the weekly consumption for a given resource.final WeeklyConsumption
AbstractUnit.getWeeklyConsumption
(Resource resource, int year, int week) Retrieves the weekly consumption for a specified resource, year, and week.final <D extends Date>
WeeklyConsumptionAbstractUnit.getWeeklyConsumption
(Resource resource, D date) Retrieves the weekly consumption data for a given resource based on a specific date.Resource.getWeeklyConsumption
(Id item, int year, int week) <D extends Date>
WeeklyConsumptionResource.getWeeklyConsumption
(Id item, D date) WeeklyConsumption.next()
Navigates to the next weekly consumption record based on the current week and year.WeeklyConsumption.previous()
Retrieves the WeeklyConsumption object representing the previous week relative to the current instance.Methods in com.storedobject.iot that return types with arguments of type WeeklyConsumptionModifier and TypeMethodDescriptionfinal List
<WeeklyConsumption> AbstractUnit.listWeeklyConsumption
(Resource resource, int year, int weekFrom, int weekTo) Retrieves a list of weekly consumption data for a given resource and specified time range.final List
<WeeklyConsumption> AbstractUnit.listWeeklyConsumption
(Resource resource, int yearFrom, int weekFrom, int yearTo, int weekTo) Retrieves the weekly consumption data for a given resource over a specified time period.final List
<WeeklyConsumption> AbstractUnit.listWeeklyConsumption
(Resource resource, Site site, int periodCount) Retrieves a list of weekly consumption data for the specified resource and site over a given number of weeks.Resource.listWeeklyConsumption
(Id item, int year, int weekFrom, int weekTo)