Uses of Class
net.solarnetwork.central.domain.UserEvent
Packages that use UserEvent
Package
Description
-
Uses of UserEvent in net.solarnetwork.central.biz
Methods in net.solarnetwork.central.biz that return UserEventModifier and TypeMethodDescriptionLoggingUserEventAppenderBiz.addEvent(Long userId, LogEventInfo info) UserEventAppenderBiz.addEvent(Long userId, LogEventInfo info) Add an event.static UserEventUserEventAppenderBiz.addEvent(UserEventAppenderBiz biz, Long userId, LogEventInfo info) Helper function to add an event to an optional appender.Method parameters in net.solarnetwork.central.biz with type arguments of type UserEventModifier and TypeMethodDescriptionvoidUserEventBiz.findFilteredUserEvents(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) API for querying for a filtered set of user events, streaming the results. -
Uses of UserEvent in net.solarnetwork.central.biz.dao
Fields in net.solarnetwork.central.biz.dao with type parameters of type UserEventModifier and TypeFieldDescriptionstatic Comparator<UserEvent> AsyncDaoUserEventAppenderBiz.EVENT_SORTA comparator forUserEventthat sorts by event ID first, then user ID.AsyncDaoUserEventAppenderBiz.SOLARFLUX_TAGGED_TOPIC_FNA function to generate a SolarFlux MQTT topic from a user event.AsyncDaoUserEventAppenderBiz.SOLARFLUX_TOPIC_FNA function to generate a SolarFlux MQTT topic from a user event.Methods in net.solarnetwork.central.biz.dao that return UserEventModifier and TypeMethodDescriptionAsyncDaoUserEventAppenderBiz.addEvent(Long userId, LogEventInfo info) Methods in net.solarnetwork.central.biz.dao that return types with arguments of type UserEventModifier and TypeMethodDescriptionAsyncDaoUserEventAppenderBiz.getSolarFluxPublisher()Get the SolarFlux publisher.Method parameters in net.solarnetwork.central.biz.dao with type arguments of type UserEventModifier and TypeMethodDescriptionvoidDaoUserEventBiz.findFilteredUserEvents(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) voidAsyncDaoUserEventAppenderBiz.setSolarFluxPublisher(MqttJsonPublisher<UserEvent> solarFluxPublisher) Set the SolarFlux publisher.Constructor parameters in net.solarnetwork.central.biz.dao with type arguments of type UserEventModifierConstructorDescriptionAsyncDaoUserEventAppenderBiz(ExecutorService executorService, UserEventAppenderDao dao, BlockingQueue<UserEvent> queue, net.solarnetwork.util.StatTracker stats, net.solarnetwork.util.UuidGenerator uuidGenerator) Constructor. -
Uses of UserEvent in net.solarnetwork.central.common.dao
Methods in net.solarnetwork.central.common.dao with parameters of type UserEventMethod parameters in net.solarnetwork.central.common.dao with type arguments of type UserEventModifier and TypeMethodDescriptionvoidUserEventDao.findFilteredStream(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) API for querying for a filtered stream ofUserEvententities. -
Uses of UserEvent in net.solarnetwork.central.common.dao.jdbc
Fields in net.solarnetwork.central.common.dao.jdbc with type parameters of type UserEventModifier and TypeFieldDescriptionstatic final org.springframework.jdbc.core.RowMapper<UserEvent> UserEventRowMapper.INSTANCEA default instance.Methods in net.solarnetwork.central.common.dao.jdbc that return UserEventMethods in net.solarnetwork.central.common.dao.jdbc that return types with arguments of type UserEventModifier and TypeMethodDescriptionnet.solarnetwork.dao.FilterResults<UserEvent, UserUuidPK> JdbcUserEventDao.findFiltered(UserEventFilter filter, List<net.solarnetwork.domain.SortDescriptor> sorts, Integer offset, Integer max) Methods in net.solarnetwork.central.common.dao.jdbc with parameters of type UserEventMethod parameters in net.solarnetwork.central.common.dao.jdbc with type arguments of type UserEventModifier and TypeMethodDescriptionvoidJdbcUserEventDao.findFilteredStream(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) -
Uses of UserEvent in net.solarnetwork.central.common.dao.jdbc.sql
Constructors in net.solarnetwork.central.common.dao.jdbc.sql with parameters of type UserEvent -
Uses of UserEvent in net.solarnetwork.central.domain
Methods in net.solarnetwork.central.domain that return UserEvent -
Uses of UserEvent in net.solarnetwork.central.support
Methods in net.solarnetwork.central.support with parameters of type UserEvent