Uses of Class
io.meeds.gamification.model.filter.EventFilter
Packages that use EventFilter
Package
Description
Spring Framework configuration files.
-
Uses of EventFilter in io.meeds.gamification.dao
Methods in io.meeds.gamification.dao with parameters of type EventFilterModifier and TypeMethodDescriptionintEventDAO.countEventByFilter(EventFilter filter) Count all gamification events by filterEventDAO.findEventsByFilter(EventFilter filter, int offset, int limit) Get all gamification events by filter -
Uses of EventFilter in io.meeds.gamification.service
Methods in io.meeds.gamification.service with parameters of type EventFilterModifier and TypeMethodDescriptionintEventService.countEvents(EventFilter eventFilter) EventService.getEvents(EventFilter eventFilter, int offset, int limit) Get events by filter using offset and limit. -
Uses of EventFilter in io.meeds.gamification.service.impl
Methods in io.meeds.gamification.service.impl with parameters of type EventFilterModifier and TypeMethodDescriptionintEventServiceImpl.countEvents(EventFilter eventFilter) EventServiceImpl.getEvents(EventFilter eventFilter, int offset, int limit) -
Uses of EventFilter in io.meeds.gamification.storage
Methods in io.meeds.gamification.storage with parameters of type EventFilterModifier and TypeMethodDescriptionintEventStorage.countEventsByFilter(EventFilter eventFilter) Count gamification events by filterEventStorage.findEventsByFilter(EventFilter eventFilter, int offset, int limit) Get all gamification events by filter