Uses of Interface
net.solarnetwork.central.domain.Location
Packages that use Location
Package
Description
-
Uses of Location in net.solarnetwork.central.dao
Methods in net.solarnetwork.central.dao with parameters of type LocationModifier and TypeMethodDescriptionSolarLocationDao.getSolarLocationForLocation(Location criteria) Find a SolarLocation that exactly matches the given criteria. -
Uses of Location in net.solarnetwork.central.dao.mybatis
Methods in net.solarnetwork.central.dao.mybatis with parameters of type LocationModifier and TypeMethodDescriptionMyBatisSolarLocationDao.getSolarLocationForLocation(Location criteria) protected voidMyBatisSolarLocationDao.postProcessFilterProperties(Location filter, Map<String, Object> sqlProps) -
Uses of Location in net.solarnetwork.central.domain
Classes in net.solarnetwork.central.domain that implement LocationMethods in net.solarnetwork.central.domain that return LocationModifier and TypeMethodDescriptionNodeGroupInformation.getLocation()Get the location of the node.NodeInformation.getLocation()Get the location of the node.SolarCapabilityInformation.getLocation()Get the location of the node.SourceLocation.getLocation()A location filter.Methods in net.solarnetwork.central.domain with parameters of type LocationModifier and TypeMethodDescriptionstatic SolarLocationSolarLocation.normalizedLocation(Location loc) Return a new SolarLocation with normalized values from another Location.Constructors in net.solarnetwork.central.domain with parameters of type Location -
Uses of Location in net.solarnetwork.central.support
Methods in net.solarnetwork.central.support that return LocationModifier and TypeMethodDescriptionSimpleNodeGroupInformation.getLocation()SimpleNodeInformation.getLocation()Constructors in net.solarnetwork.central.support with parameters of type LocationModifierConstructorDescriptionSimpleNodeGroupInformation(String name, SolarNodeGroupCapability capability, Location location) Construct with values.SimpleNodeInformation(SolarNodeCapability capability, Location location) Construct with values.