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 Site
Retrieves aSite
object based on the provided name.abstract Site
AbstractUnit.getSite()
Retrieves the associated site of the current unit.Block.getSite()
Retrieves the associated Site object for this Block instance.DataSet.SiteData.getSite()
final Site
Unit.getSite()
Retrieves the associatedSite
for this unit.final Site
UnitItem.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.void
Sets the site associated with this block. -
Uses of Site in com.storedobject.ui.iot
Methods in com.storedobject.ui.iot that return SiteModifier and TypeMethodDescriptionBlockComboField.getSite()
BlockView.getSite()
Retrieves the Site associated with this BlockView instance.GUI.getSite()
Retrieves the current site associated with this instance.Methods in com.storedobject.ui.iot with parameters of type SiteModifier and TypeMethodDescriptionvoid
void
void
Updates the associated site for the block field and reloads the view if necessary.void
Sets the site for the current instance.protected void
BlockSelector.siteChanged
(Site newSite) protected void
SelectData.siteChanged
(Site newSite) Constructors in com.storedobject.ui.iot with parameters of type Site