Uses of Class
io.meeds.gamification.model.EventDTO
Packages that use EventDTO
Package
Description
-
Uses of EventDTO in io.meeds.gamification.model
Fields in io.meeds.gamification.model declared as EventDTOMethods in io.meeds.gamification.model that return EventDTOConstructors in io.meeds.gamification.model with parameters of type EventDTOModifierConstructorDescriptionRulePublication(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, Set<Long> prerequisiteRuleIds, EntityType type, RecurrenceType recurrence, long spaceId, String message, Map<String, String> templateParams, boolean publish) -
Uses of EventDTO in io.meeds.gamification.rest.model
Constructors in io.meeds.gamification.rest.model with parameters of type EventDTOModifierConstructorDescriptionRuleRestEntity(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, boolean published, boolean favorite, Set<Long> prerequisiteRuleIds, EntityType type, RecurrenceType recurrence, long audience, Set<Long> managers, List<RealizationRestEntity> realizations, long realizationsCount, UserInfo userInfo, List<RuleDTO> prerequisiteRules) -
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.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.getEventsByCancellerTrigger(String eventType, String cancellerTrigger, int offset, int limit) Get events by canceller triggerEventService.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.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.getEventsByCancellerTrigger(String eventType, String cancellerTrigger, 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 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)