Uses of Class
org.exoplatform.addons.gamification.storage.RuleStorage
-
Packages that use RuleStorage Package Description org.exoplatform.addons.gamification.service.configuration org.exoplatform.addons.gamification.storage org.exoplatform.addons.gamification.storage.cached -
-
Uses of RuleStorage in org.exoplatform.addons.gamification.service.configuration
Constructors in org.exoplatform.addons.gamification.service.configuration with parameters of type RuleStorage Constructor Description AnnouncementServiceImpl(AnnouncementStorage announcementStorage, RuleStorage challengeStorage, org.exoplatform.services.listener.ListenerService listenerService)ChallengeServiceImpl(RuleStorage challengeStorage, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.container.xml.InitParams params)RuleServiceImpl(RuleStorage ruleStorage) -
Uses of RuleStorage in org.exoplatform.addons.gamification.storage
Constructors in org.exoplatform.addons.gamification.storage with parameters of type RuleStorage Constructor Description AnnouncementStorage(GamificationHistoryDAO announcementDAO, RuleStorage challengeStorage) -
Uses of RuleStorage in org.exoplatform.addons.gamification.storage.cached
Subclasses of RuleStorage in org.exoplatform.addons.gamification.storage.cached Modifier and Type Class Description classRuleCachedStorageConstructors in org.exoplatform.addons.gamification.storage.cached with parameters of type RuleStorage Constructor Description AnnouncementCachedStorage(GamificationHistoryDAO gamificationHistoryDAO, RuleStorage ruleStorage, org.exoplatform.services.cache.CacheService cacheService)
-