Uses of Class
org.exoplatform.addons.gamification.service.configuration.DomainService
-
Packages that use DomainService Package Description org.exoplatform.addons.gamification.rest org.exoplatform.addons.gamification.service.setting.zone.impl org.exoplatform.addons.gamification.upgrade -
-
Uses of DomainService in org.exoplatform.addons.gamification.rest
Fields in org.exoplatform.addons.gamification.rest declared as DomainService Modifier and Type Field Description protected DomainServiceManageDomainsEndpoint. domainServiceConstructors in org.exoplatform.addons.gamification.rest with parameters of type DomainService Constructor Description GamificationRestEndpoint(GamificationService gamificationService, org.exoplatform.social.core.manager.IdentityManager identityManager, DomainService domainService, RuleService ruleService) -
Uses of DomainService in org.exoplatform.addons.gamification.service.setting.zone.impl
Constructors in org.exoplatform.addons.gamification.service.setting.zone.impl with parameters of type DomainService Constructor Description ZoneRegistryImpl(DomainService domainService) -
Uses of DomainService in org.exoplatform.addons.gamification.upgrade
Fields in org.exoplatform.addons.gamification.upgrade declared as DomainService Modifier and Type Field Description protected DomainServiceDomainMigrationService. domainServiceConstructors in org.exoplatform.addons.gamification.upgrade with parameters of type DomainService 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)
-