Interface UserEventDao
- All Superinterfaces:
net.solarnetwork.dao.FilterableDao<UserEvent,,UserUuidPK, UserEventFilter> UserEventAppenderDao
- All Known Implementing Classes:
JdbcUserEventDao
public interface UserEventDao
extends UserEventAppenderDao, net.solarnetwork.dao.FilterableDao<UserEvent,UserUuidPK,UserEventFilter>
DAO API user events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindFilteredStream(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) API for querying for a filtered stream ofUserEvententities.Methods inherited from interface net.solarnetwork.dao.FilterableDao
findFiltered, findFilteredMethods inherited from interface net.solarnetwork.central.common.dao.UserEventAppenderDao
add
-
Method Details
-
findFilteredStream
void findFilteredStream(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) throws IOException API for querying for a filtered stream ofUserEvententities.- Parameters:
filter- the filterprocessor- the stream processor- Throws:
IOException- if any IO error occurs- Since:
- 1.1
-