Uses of Class
org.exoplatform.addons.gamification.storage.dao.GamificationHistoryDAO
-
-
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.storage
Constructors in org.exoplatform.addons.gamification.storage with parameters of type GamificationHistoryDAO Constructor Description AnnouncementStorage(GamificationHistoryDAO announcementDAO, RuleStorage challengeStorage)RealizationsStorage(GamificationHistoryDAO gamificationHistoryDAO) -
Uses of GamificationHistoryDAO in org.exoplatform.addons.gamification.storage.cached
Constructors in org.exoplatform.addons.gamification.storage.cached with parameters of type GamificationHistoryDAO Constructor Description AnnouncementCachedStorage(GamificationHistoryDAO gamificationHistoryDAO, RuleStorage ruleStorage, org.exoplatform.services.cache.CacheService cacheService)
-