Package net.solarnetwork.central.biz.dao
Class DaoUserEventBiz
java.lang.Object
net.solarnetwork.central.biz.dao.DaoUserEventBiz
- All Implemented Interfaces:
UserEventBiz
DAO implementation of
UserEventBiz.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindFilteredUserEvents(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) API for querying for a filtered set of user events, streaming the results.
-
Constructor Details
-
DaoUserEventBiz
Constructor.- Parameters:
userEventDao- the user event DAO- Throws:
IllegalArgumentException- if any argument is null
-
-
Method Details
-
findFilteredUserEvents
public void findFilteredUserEvents(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) throws IOException Description copied from interface:UserEventBizAPI for querying for a filtered set of user events, streaming the results.- Specified by:
findFilteredUserEventsin interfaceUserEventBiz- Parameters:
filter- the query filterprocessor- the processor for the results- Throws:
IOException- if any IO error occurs
-