Uses of Class
io.meeds.gamification.entity.EventEntity
Packages that use EventEntity
Package
Description
Spring Framework configuration files.
-
Uses of EventEntity in io.meeds.gamification.dao
Methods in io.meeds.gamification.dao that return EventEntityModifier and TypeMethodDescriptionEventDAO.getEventByTitleAndTrigger(String title, String trigger) Get gamification event by event title and trigger nameMethods in io.meeds.gamification.dao that return types with arguments of type EventEntityModifier and TypeMethodDescriptionEventDAO.findEventsByFilter(EventFilter filter, int offset, int limit) Get all gamification events by filterEventDAO.getEventsByTitle(String title, int offset, int limit) -
Uses of EventEntity in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper that return EventEntityMethods in io.meeds.gamification.storage.mapper with parameters of type EventEntityModifier and TypeMethodDescriptionstatic EventDTOEventMapper.fromEntity(EventEntity eventEntity) Method parameters in io.meeds.gamification.storage.mapper with type arguments of type EventEntity