Uses of Class
org.exoplatform.addons.gamification.service.mapper.DomainMapper
-
-
Uses of DomainMapper in org.exoplatform.addons.gamification.service.configuration
Fields in org.exoplatform.addons.gamification.service.configuration declared as DomainMapper Modifier and Type Field Description protected DomainMapperDomainService. domainMapper -
Uses of DomainMapper in org.exoplatform.addons.gamification.service.effective
Constructors in org.exoplatform.addons.gamification.service.effective with parameters of type DomainMapper 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 DomainMapper in org.exoplatform.addons.gamification.service.mapper
Constructors in org.exoplatform.addons.gamification.service.mapper with parameters of type DomainMapper Constructor Description BadgeMapper(DomainMapper domainMapper)RuleMapper(DomainMapper domainMapper) -
Uses of DomainMapper in org.exoplatform.addons.gamification.upgrade
Fields in org.exoplatform.addons.gamification.upgrade declared as DomainMapper Modifier and Type Field Description protected DomainMapperDomainMigrationService. domainMapperConstructors in org.exoplatform.addons.gamification.upgrade with parameters of type DomainMapper 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)
-