Uses of Class
net.solarnetwork.central.domain.LocationRequest
Packages that use LocationRequest
Package
Description
-
Uses of LocationRequest in net.solarnetwork.central.common.dao
Methods in net.solarnetwork.central.common.dao that return types with arguments of type LocationRequestModifier and TypeMethodDescriptionLocationRequestDao.find(Long id, LocationRequestCriteria filter) Get a persisted entity by its primary key. -
Uses of LocationRequest in net.solarnetwork.central.common.dao.jdbc
Fields in net.solarnetwork.central.common.dao.jdbc with type parameters of type LocationRequestModifier and TypeFieldDescriptionstatic final org.springframework.jdbc.core.RowMapper<LocationRequest> LocationRequestRowMapper.INSTANCEA default instance.Methods in net.solarnetwork.central.common.dao.jdbc that return LocationRequestModifier and TypeMethodDescriptionMethods in net.solarnetwork.central.common.dao.jdbc that return types with arguments of type LocationRequestModifier and TypeMethodDescriptionJdbcLocationRequestDao.find(Long id, LocationRequestCriteria filter) net.solarnetwork.dao.FilterResults<LocationRequest, Long> JdbcLocationRequestDao.findFiltered(LocationRequestCriteria filter, List<net.solarnetwork.domain.SortDescriptor> sorts, Integer offset, Integer max) Class<? extends LocationRequest> JdbcLocationRequestDao.getObjectType()Methods in net.solarnetwork.central.common.dao.jdbc with parameters of type LocationRequestModifier and TypeMethodDescriptionvoidJdbcLocationRequestDao.delete(LocationRequest entity) JdbcLocationRequestDao.save(LocationRequest entity) -
Uses of LocationRequest in net.solarnetwork.central.common.dao.jdbc.sql
Constructors in net.solarnetwork.central.common.dao.jdbc.sql with parameters of type LocationRequestModifierConstructorDescriptionInsertLocationRequest(LocationRequest request) Constructor.UpdateLocationRequest(LocationRequest request) Constructor.Constructor parameters in net.solarnetwork.central.common.dao.jdbc.sql with type arguments of type LocationRequest -
Uses of LocationRequest in net.solarnetwork.central.domain
Methods in net.solarnetwork.central.domain that return LocationRequest