Uses of Interface
net.solarnetwork.central.domain.SolarNodeOwnership
Packages that use SolarNodeOwnership
Package
Description
-
Uses of SolarNodeOwnership in net.solarnetwork.central.common.dao.jdbc
Fields in net.solarnetwork.central.common.dao.jdbc with type parameters of type SolarNodeOwnershipModifier and TypeFieldDescriptionstatic final org.springframework.jdbc.core.RowMapper<SolarNodeOwnership> BasicSolarNodeOwnershipRowMapper.INSTANCEA default instance.Methods in net.solarnetwork.central.common.dao.jdbc that return SolarNodeOwnershipModifier and TypeMethodDescriptionJdbcSolarNodeOwnershipDao.ownershipForNodeId(Long nodeId) JdbcSolarNodeOwnershipDao.ownershipsForUserId(Long userId) Methods in net.solarnetwork.central.common.dao.jdbc that return types with arguments of type SolarNodeOwnershipModifier and TypeMethodDescriptionjavax.cache.Cache<Long, SolarNodeOwnership> JdbcSolarNodeOwnershipDao.getNodeOwnershipCache()Get the cache of node IDs to associated node ownership.Method parameters in net.solarnetwork.central.common.dao.jdbc with type arguments of type SolarNodeOwnershipModifier and TypeMethodDescriptionvoidJdbcSolarNodeOwnershipDao.setUserNodeCache(javax.cache.Cache<Long, SolarNodeOwnership> nodeOwnershipCache) Set the cache of node IDs to associated node ownership. -
Uses of SolarNodeOwnership in net.solarnetwork.central.dao
Methods in net.solarnetwork.central.dao that return SolarNodeOwnershipModifier and TypeMethodDescriptionSolarNodeOwnershipDao.ownershipForNodeId(Long nodeId) Get the ownership information of a node.SolarNodeOwnershipDao.ownershipsForUserId(Long userId) Get all available node ownership for a user ID. -
Uses of SolarNodeOwnership in net.solarnetwork.central.domain
Classes in net.solarnetwork.central.domain that implement SolarNodeOwnershipMethods in net.solarnetwork.central.domain with parameters of type SolarNodeOwnershipModifier and TypeMethodDescriptionbooleanBasicSolarNodeOwnership.differsFrom(SolarNodeOwnership other) booleanBasicSolarNodeOwnership.isSameAs(SolarNodeOwnership other) Test if the properties of another object are the same as in this instance.