Uses of Class
com.storedobject.iot.Site
Packages that use Site
-
Uses of Site in com.storedobject.iot
Methods in com.storedobject.iot that return SiteModifier and TypeMethodDescriptionstatic SiteRetrieves aSiteobject based on the provided name.abstract SiteAbstractUnit.getSite()Retrieves the associated site of the current unit.Block.getSite()Retrieves the associated Site object for this Block instance.DataSet.SiteData.getSite()final SiteUnit.getSite()Retrieves the associatedSitefor this unit.final SiteUnitItem.getSite()Methods in com.storedobject.iot that return types with arguments of type SiteModifier and TypeMethodDescriptionstatic ObjectIterator<Site> Lists all Site objects that match the specified name.Methods in com.storedobject.iot with parameters of type SiteModifier and TypeMethodDescriptionfinal List<DailyConsumption> AbstractUnit.listDailyConsumption(Resource resource, Site site, int periodCount) Retrieves a list of daily consumption records for a given resource within a specific time period.final List<DailyStatistics> Unit.listDailyStatistics(String name, Site site, int periodCount) Retrieves a list of daily statistics for the specified parameters.final List<HourlyConsumption> AbstractUnit.listHourlyConsumption(Resource resource, Site site, int periodCount) Retrieves a list of hourly consumption data for a specified resource at a given site over a defined period.final List<HourlyStatistics> Unit.listHourlyStatistics(String name, Site site, int periodCount) Retrieves a list of HourlyStatistics for a specified name, site, and period count.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).final List<MonthlyStatistics> Unit.listMonthlyStatistics(String name, Site site, int periodCount) Retrieves a list of monthly statistics for a given site and 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.final List<WeeklyStatistics> Unit.listWeeklyStatistics(String name, Site site, int periodCount) Retrieves a list of weekly statistics based on the specified parameters.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.final List<YearlyStatistics> Unit.listYearlyStatistics(String name, Site site, int periodCount) Retrieves a list of yearly statistics for a specified entity within a given time period.voidSets the site associated with this block. -
Uses of Site in com.storedobject.ui.iot
Fields in com.storedobject.ui.iot declared as SiteMethods in com.storedobject.ui.iot that return SiteModifier and TypeMethodDescriptionAbstractBlockView.getSite()Returns the associatedSiteinstance for this view.BlockComboField.getSite()GUI.getSite()Retrieves the current site associated with this instance.Methods in com.storedobject.ui.iot with parameters of type SiteModifier and TypeMethodDescriptionvoidSets the site associated with this view.voidvoidvoidUpdates the associated site for the block field and reloads the view if necessary.voidSets the site for the current instance.protected voidBlockSelector.siteChanged(Site newSite) protected voidSelectData.siteChanged(Site newSite) Constructors in com.storedobject.ui.iot with parameters of type Site