Uses of Interface
org.exoplatform.addons.gamification.service.configuration.RuleService
Packages that use RuleService
Package
Description
-
Uses of RuleService in org.exoplatform.addons.gamification.listener.es
Constructors in org.exoplatform.addons.gamification.listener.es with parameters of type RuleServiceModifierConstructorDescriptionRulesESListener(org.exoplatform.container.PortalContainer container, org.exoplatform.commons.search.index.IndexingService indexingService, RuleService ruleService) -
Uses of RuleService in org.exoplatform.addons.gamification.listener.gamification.domain
Fields in org.exoplatform.addons.gamification.listener.gamification.domain declared as RuleServiceConstructors in org.exoplatform.addons.gamification.listener.gamification.domain with parameters of type RuleServiceModifierConstructorDescriptionGamificationDomainListener(RuleService ruleService, BadgeService badgeService) -
Uses of RuleService in org.exoplatform.addons.gamification.listener.generic
Fields in org.exoplatform.addons.gamification.listener.generic declared as RuleServiceConstructors in org.exoplatform.addons.gamification.listener.generic with parameters of type RuleServiceModifierConstructorDescriptionGamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService) -
Uses of RuleService in org.exoplatform.addons.gamification.listener.social.activity
Fields in org.exoplatform.addons.gamification.listener.social.activity declared as RuleService -
Uses of RuleService in org.exoplatform.addons.gamification.listener.social.profile
Fields in org.exoplatform.addons.gamification.listener.social.profile declared as RuleServiceConstructors in org.exoplatform.addons.gamification.listener.social.profile with parameters of type RuleServiceModifierConstructorDescriptionGamificationProfileListener(RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationService gamificationService, AnnouncementService announcementService, org.exoplatform.social.core.storage.api.ActivityStorage activityStorage) -
Uses of RuleService in org.exoplatform.addons.gamification.listener.social.space
Fields in org.exoplatform.addons.gamification.listener.social.space declared as RuleService -
Uses of RuleService in org.exoplatform.addons.gamification.listener.user
Fields in org.exoplatform.addons.gamification.listener.user declared as RuleServiceConstructors in org.exoplatform.addons.gamification.listener.user with parameters of type RuleServiceModifierConstructorDescriptionGamificationUserLoginListener(RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService) -
Uses of RuleService in org.exoplatform.addons.gamification.rest
Fields in org.exoplatform.addons.gamification.rest declared as RuleServiceModifier and TypeFieldDescriptionprotected RuleServiceManageBadgesEndpoint.ruleServiceprotected RuleServiceManageRulesEndpoint.ruleServiceConstructors in org.exoplatform.addons.gamification.rest with parameters of type RuleServiceModifierConstructorDescriptionGamificationRestEndpoint(GamificationService gamificationService, org.exoplatform.social.core.manager.IdentityManager identityManager, DomainService domainService, RuleService ruleService) ManageRulesEndpoint(RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager) -
Uses of RuleService in org.exoplatform.addons.gamification.service.configuration
Classes in org.exoplatform.addons.gamification.service.configuration that implement RuleService -
Uses of RuleService in org.exoplatform.addons.gamification.service.effective
Constructors in org.exoplatform.addons.gamification.service.effective with parameters of type RuleServiceModifierConstructorDescriptionGamificationService(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationHistoryDAO gamificationHistoryDAO, RuleService ruleService) -
Uses of RuleService in org.exoplatform.addons.gamification.service.setting.rule.impl
Fields in org.exoplatform.addons.gamification.service.setting.rule.impl declared as RuleService -
Uses of RuleService in org.exoplatform.addons.gamification.upgrade
Constructors in org.exoplatform.addons.gamification.upgrade with parameters of type RuleServiceModifierConstructorDescriptionRuleIndexingUpgradePlugin(org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.commons.search.index.IndexingService indexingService, RuleService ruleService, org.exoplatform.container.xml.InitParams params) -
Uses of RuleService in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils that return RuleService