Uses of Class
org.exoplatform.addons.gamification.service.configuration.BadgeService
-
Packages that use BadgeService Package Description org.exoplatform.addons.gamification.listener.gamification.domain org.exoplatform.addons.gamification.rest org.exoplatform.addons.gamification.upgrade -
-
Uses of BadgeService in org.exoplatform.addons.gamification.listener.gamification.domain
Fields in org.exoplatform.addons.gamification.listener.gamification.domain declared as BadgeService Modifier and Type Field Description protected BadgeServiceGamificationDomainListener. badgeServiceConstructors in org.exoplatform.addons.gamification.listener.gamification.domain with parameters of type BadgeService Constructor Description GamificationDomainListener(RuleService ruleService, BadgeService badgeService) -
Uses of BadgeService in org.exoplatform.addons.gamification.rest
Fields in org.exoplatform.addons.gamification.rest declared as BadgeService Modifier and Type Field Description protected BadgeServiceManageBadgesEndpoint. badgeServiceprotected BadgeServiceUserReputationEndpoint. badgeService -
Uses of BadgeService in org.exoplatform.addons.gamification.upgrade
Fields in org.exoplatform.addons.gamification.upgrade declared as BadgeService Modifier and Type Field Description protected BadgeServiceDomainMigrationService. badgeServiceConstructors in org.exoplatform.addons.gamification.upgrade with parameters of type BadgeService 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)
-