Uses of Class
org.exoplatform.addons.gamification.service.configuration.RuleService
-
-
Uses of RuleService in org.exoplatform.addons.gamification.listener.gamification.domain
Fields in org.exoplatform.addons.gamification.listener.gamification.domain declared as RuleService Modifier and Type Field Description protected RuleServiceGamificationDomainListener. ruleServiceConstructors in org.exoplatform.addons.gamification.listener.gamification.domain with parameters of type RuleService Constructor Description GamificationDomainListener(RuleService ruleService, BadgeService badgeService) -
Uses of RuleService in org.exoplatform.addons.gamification.listener.generic
Fields in org.exoplatform.addons.gamification.listener.generic declared as RuleService Modifier and Type Field Description protected RuleServiceGamificationGenericListener. ruleServiceConstructors in org.exoplatform.addons.gamification.listener.generic with parameters of type RuleService Constructor Description GamificationGenericListener(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 Modifier and Type Field Description protected RuleServiceGamificationActivityListener. ruleService -
Uses of RuleService in org.exoplatform.addons.gamification.listener.social.profile
Fields in org.exoplatform.addons.gamification.listener.social.profile declared as RuleService Modifier and Type Field Description protected RuleServiceGamificationProfileListener. ruleService -
Uses of RuleService in org.exoplatform.addons.gamification.listener.social.relationship
Fields in org.exoplatform.addons.gamification.listener.social.relationship declared as RuleService Modifier and Type Field Description protected RuleServiceGamificationRelationshipListener. ruleService -
Uses of RuleService in org.exoplatform.addons.gamification.listener.social.space
Fields in org.exoplatform.addons.gamification.listener.social.space declared as RuleService Modifier and Type Field Description protected RuleServiceGamificationSpaceListener. ruleService -
Uses of RuleService in org.exoplatform.addons.gamification.listener.user
Fields in org.exoplatform.addons.gamification.listener.user declared as RuleService Modifier and Type Field Description protected RuleServiceGamificationUserLoginListener. ruleServiceConstructors in org.exoplatform.addons.gamification.listener.user with parameters of type RuleService Constructor Description GamificationUserLoginListener(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 RuleService Modifier and Type Field Description protected RuleServiceManageBadgesEndpoint. ruleServiceprotected RuleServiceManageRulesEndpoint. ruleServiceConstructors in org.exoplatform.addons.gamification.rest with parameters of type RuleService Constructor Description GamificationRestEndpoint(GamificationService gamificationService, org.exoplatform.social.core.manager.IdentityManager identityManager, DomainService domainService, RuleService ruleService) -
Uses of RuleService in org.exoplatform.addons.gamification.service.effective
Constructors in org.exoplatform.addons.gamification.service.effective with parameters of type RuleService Constructor Description GamificationService(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationHistoryDAO gamificationHistoryDAO, DomainMapper domainMapper, 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 Modifier and Type Field Description protected RuleServiceRuleRegistryImpl. ruleService -
Uses of RuleService in org.exoplatform.addons.gamification.upgrade
Fields in org.exoplatform.addons.gamification.upgrade declared as RuleService Modifier and Type Field Description protected RuleServiceDomainMigrationService. ruleServiceConstructors in org.exoplatform.addons.gamification.upgrade with parameters of type RuleService Constructor Description DomainMigrationService(org.exoplatform.container.PortalContainer portalContainer, RuleService ruleService, DomainService domainService, BadgeService badgeService, GamificationHistoryDAO gamificationHistoryDAO, DomainMapper domainMapper, org.exoplatform.commons.api.settings.SettingService settingService)RuleNameUpgradePlugin(org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.xml.InitParams initParams, RuleService ruleService)
-