Uses of Class
org.exoplatform.addons.gamification.storage.dao.GamificationHistoryDAO
-
Packages that use GamificationHistoryDAO Package Description org.exoplatform.addons.gamification.service.effective org.exoplatform.addons.gamification.upgrade -
-
Uses of GamificationHistoryDAO in org.exoplatform.addons.gamification.service.effective
Fields in org.exoplatform.addons.gamification.service.effective declared as GamificationHistoryDAO Modifier and Type Field Description protected GamificationHistoryDAOGamificationService. gamificationHistoryDAOConstructors in org.exoplatform.addons.gamification.service.effective with parameters of type GamificationHistoryDAO 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 GamificationHistoryDAO in org.exoplatform.addons.gamification.upgrade
Fields in org.exoplatform.addons.gamification.upgrade declared as GamificationHistoryDAO Modifier and Type Field Description protected GamificationHistoryDAODomainMigrationService. gamificationHistoryDAOConstructors in org.exoplatform.addons.gamification.upgrade with parameters of type GamificationHistoryDAO 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)
-