Uses of Class
io.meeds.gamification.model.EventDTO
Packages that use EventDTO
Package
Description
-
Uses of EventDTO in io.meeds.gamification.model
Methods in io.meeds.gamification.model that return EventDTO -
Uses of EventDTO in io.meeds.gamification.service
Methods in io.meeds.gamification.service that return EventDTOModifier and TypeMethodDescriptionEventService.createEvent(EventDTO eventDTO) Add Event to DBEventService.deleteEventById(long eventId) Deletes an existing eventEventService.getEvent(long eventId) Retrieves gamification event by event idEventService.getEventByTitleAndTrigger(String title, String trigger) Get gamification event by event title and trigger nameEventService.getEventByTypeAndTitle(String type, String title) Get gamification event by event type and titleEventService.updateEvent(EventDTO eventDTO) Update eventMethods in io.meeds.gamification.service that return types with arguments of type EventDTOModifier and TypeMethodDescriptionEventService.getEvents(EventFilter eventFilter, int offset, int limit) Get events by filter using offset and limit.EventService.getEventsByTitle(String title, int offset, int limit) Methods in io.meeds.gamification.service with parameters of type EventDTOModifier and TypeMethodDescriptionEventService.createEvent(EventDTO eventDTO) Add Event to DBEventService.updateEvent(EventDTO eventDTO) Update event -
Uses of EventDTO in io.meeds.gamification.service.impl
Methods in io.meeds.gamification.service.impl that return EventDTOModifier and TypeMethodDescriptionEventServiceImpl.createEvent(EventDTO eventDTO) EventServiceImpl.deleteEventById(long eventId) EventServiceImpl.getEvent(long eventId) EventServiceImpl.getEventByTitleAndTrigger(String title, String trigger) EventServiceImpl.getEventByTypeAndTitle(String type, String title) EventServiceImpl.updateEvent(EventDTO eventDTO) Methods in io.meeds.gamification.service.impl that return types with arguments of type EventDTOModifier and TypeMethodDescriptionEventServiceImpl.getEvents(EventFilter eventFilter, int offset, int limit) EventServiceImpl.getEventsByTitle(String title, int offset, int limit) Methods in io.meeds.gamification.service.impl with parameters of type EventDTOModifier and TypeMethodDescriptionEventServiceImpl.createEvent(EventDTO eventDTO) EventServiceImpl.updateEvent(EventDTO eventDTO) -
Uses of EventDTO in io.meeds.gamification.storage
Methods in io.meeds.gamification.storage that return EventDTOModifier and TypeMethodDescriptionEventStorage.deleteEventById(long eventId) Deletes event by idEventStorage.getEventById(long eventId) Retrieves gamification event by event idEventStorage.getEventByTitleAndTrigger(String title, String trigger) Get gamification event by event title and trigger nameEventStorage.getEventByTypeAndTitle(String type, String title) Get gamification event by event title and trigger namesave EventMethods in io.meeds.gamification.storage that return types with arguments of type EventDTOModifier and TypeMethodDescriptionEventStorage.findEventsByFilter(EventFilter eventFilter, int offset, int limit) Get all gamification events by filterEventStorage.getEventsByTitle(String title, int offset, int limit) Methods in io.meeds.gamification.storage with parameters of type EventDTO -
Uses of EventDTO in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper that return EventDTOModifier and TypeMethodDescriptionstatic EventDTOEventMapper.fromEntity(EventEntity eventEntity) Methods in io.meeds.gamification.storage.mapper that return types with arguments of type EventDTOMethods in io.meeds.gamification.storage.mapper with parameters of type EventDTO -
Uses of EventDTO in io.meeds.gamification.utils
Methods in io.meeds.gamification.utils with parameters of type EventDTOModifier and TypeMethodDescriptionstatic voidUtils.addRealizationStatisticParameters(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, RuleDTO rule, EventDTO ruleEvent, RealizationDTO realization, org.exoplatform.analytics.model.StatisticData statisticData) static voidUtils.addRuleStatisticParameters(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, RuleDTO rule, EventDTO event, org.exoplatform.analytics.model.StatisticData statisticData, String username)