Uses of Class
net.solarnetwork.central.domain.SolarLocation
Packages that use SolarLocation
Package
Description
-
Uses of SolarLocation in net.solarnetwork.central.dao
Methods in net.solarnetwork.central.dao that return SolarLocationModifier and TypeMethodDescriptionSolarLocationDao.getSolarLocationForLocation(Location criteria) Find a SolarLocation that exactly matches the given criteria.SolarLocationDao.getSolarLocationForNode(Long nodeId) Get the location associated with a node.SolarLocationDao.getSolarLocationForTimeZone(String country, String timeZoneId) Find a SolarLocation for just a country and time zone. -
Uses of SolarLocation in net.solarnetwork.central.dao.mybatis
Methods in net.solarnetwork.central.dao.mybatis that return SolarLocationModifier and TypeMethodDescriptionMyBatisSolarLocationDao.getSolarLocationForLocation(Location criteria) MyBatisSolarLocationDao.getSolarLocationForNode(Long nodeId) MyBatisSolarLocationDao.getSolarLocationForTimeZone(String country, String timeZoneId) Methods in net.solarnetwork.central.dao.mybatis with parameters of type SolarLocation -
Uses of SolarLocation in net.solarnetwork.central.domain
Methods in net.solarnetwork.central.domain that return SolarLocationModifier and TypeMethodDescriptionSolarNode.getLocation()static SolarLocationSolarLocation.normalizedLocation(Location loc) Return a new SolarLocation with normalized values from another Location.Methods in net.solarnetwork.central.domain with parameters of type SolarLocation -
Uses of SolarLocation in net.solarnetwork.central.support
Methods in net.solarnetwork.central.support that return SolarLocationMethods in net.solarnetwork.central.support with parameters of type SolarLocation