Uses of Interface
io.meeds.gamification.service.EventService
Packages that use EventService
-
Uses of EventService in io.meeds.gamification.analytics
Constructors in io.meeds.gamification.analytics with parameters of type EventServiceModifierConstructorDescriptionAnalyticsRealizationListener(RuleService ruleService, EventService eventService, RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService) AnalyticsRuleListener(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, RuleService ruleService, EventService eventService) -
Uses of EventService in io.meeds.gamification.service.impl
Classes in io.meeds.gamification.service.impl that implement EventServiceConstructors in io.meeds.gamification.service.impl with parameters of type EventServiceModifierConstructorDescriptionRealizationServiceImpl(ProgramService programService, RuleService ruleService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, EventService eventService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, RealizationStorage realizationStorage, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.container.xml.InitParams initParams) RuleServiceImpl(ProgramService programService, EventService eventService, RuleStorage ruleStorage, RuleSearchConnector ruleSearchConnector, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService)