Uses of Class
org.exoplatform.addons.gamification.storage.dao.RuleDAO
Packages that use RuleDAO
Package
Description
-
Uses of RuleDAO in org.exoplatform.addons.gamification.connector
Constructors in org.exoplatform.addons.gamification.connector with parameters of type RuleDAOModifierConstructorDescriptionRuleIndexingServiceConnector(RuleDAO ruleDAO, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.container.xml.InitParams initParams) -
Uses of RuleDAO in org.exoplatform.addons.gamification.storage
Constructors in org.exoplatform.addons.gamification.storage with parameters of type RuleDAOModifierConstructorDescriptionAnnouncementStorage(GamificationHistoryDAO announcementDAO, RuleDAO ruleDAO) DomainStorage(DomainDAO domainDAO, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.upload.UploadService uploadService, RuleDAO ruleDAO) RuleStorage(RuleDAO ruleDAO, RuleSearchConnector ruleSearchConnector, GamificationHistoryDAO gamificationHistoryDAO) -
Uses of RuleDAO in org.exoplatform.addons.gamification.storage.cached
Constructors in org.exoplatform.addons.gamification.storage.cached with parameters of type RuleDAOModifierConstructorDescriptionAnnouncementCachedStorage(GamificationHistoryDAO gamificationHistoryDAO, RuleDAO ruleDAO, org.exoplatform.services.cache.CacheService cacheService) DomainCachedStorage(DomainDAO domainDAO, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.cache.CacheService cacheService, RuleDAO ruleDAO) RuleCachedStorage(RuleDAO ruleDAO, RuleSearchConnector ruleSearchConnector, org.exoplatform.services.cache.CacheService cacheService, GamificationHistoryDAO gamificationHistoryDAO)