Uses of Interface
net.solarnetwork.central.support.FilteredResultsProcessor
Packages that use FilteredResultsProcessor
Package
Description
-
Uses of FilteredResultsProcessor in net.solarnetwork.central.biz
Methods in net.solarnetwork.central.biz with parameters of type FilteredResultsProcessorModifier and TypeMethodDescriptionvoidUserEventBiz.findFilteredUserEvents(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) API for querying for a filtered set of user events, streaming the results. -
Uses of FilteredResultsProcessor in net.solarnetwork.central.biz.dao
Methods in net.solarnetwork.central.biz.dao with parameters of type FilteredResultsProcessorModifier and TypeMethodDescriptionvoidDaoUserEventBiz.findFilteredUserEvents(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) -
Uses of FilteredResultsProcessor in net.solarnetwork.central.common.dao
Methods in net.solarnetwork.central.common.dao with parameters of type FilteredResultsProcessorModifier and TypeMethodDescriptionvoidUserEventDao.findFilteredStream(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) API for querying for a filtered stream ofUserEvententities. -
Uses of FilteredResultsProcessor in net.solarnetwork.central.common.dao.jdbc
Methods in net.solarnetwork.central.common.dao.jdbc with parameters of type FilteredResultsProcessorModifier and TypeMethodDescriptionvoidJdbcUserEventDao.findFilteredStream(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) -
Uses of FilteredResultsProcessor in net.solarnetwork.central.common.dao.jdbc.sql
Methods in net.solarnetwork.central.common.dao.jdbc.sql with parameters of type FilteredResultsProcessorModifier and TypeMethodDescriptionstatic <T> voidCommonJdbcUtils.executeStreamingQuery(org.springframework.jdbc.core.JdbcOperations jdbcOps, FilteredResultsProcessor<T> processor, org.springframework.jdbc.core.PreparedStatementCreator sql, org.springframework.jdbc.core.RowMapper<T> mapper) Execute a streaming query.static <T> voidCommonJdbcUtils.executeStreamingQuery(org.springframework.jdbc.core.JdbcOperations jdbcOps, FilteredResultsProcessor<T> processor, org.springframework.jdbc.core.PreparedStatementCreator sql, org.springframework.jdbc.core.RowMapper<T> mapper, Long totalResultCount, Integer startingOffset, Integer expectedResultCount, Map<String, ?> attributes) Execute a streaming query. -
Uses of FilteredResultsProcessor in net.solarnetwork.central.support
Classes in net.solarnetwork.central.support that implement FilteredResultsProcessorModifier and TypeClassDescriptionclassAbstract convenience implementation ofFilteredResultsProcessor.classBasicFilteredResultsProcessorthat serializes to CSV.classBasicFilteredResultsProcessorthat serializes using Jackson JSON. -
Uses of FilteredResultsProcessor in net.solarnetwork.central.web
Methods in net.solarnetwork.central.web that return FilteredResultsProcessorModifier and TypeMethodDescriptionstatic <T> FilteredResultsProcessor<T> WebUtils.filteredResultsProcessorForType(List<org.springframework.http.MediaType> acceptTypes, jakarta.servlet.http.HttpServletResponse response, OutputSerializationSupportContext<T> context) Setup a filtered results processor.