Uses of Class
io.meeds.gamification.dao.ProgramDAO
Packages that use ProgramDAO
-
Uses of ProgramDAO in io.meeds.gamification.storage
Constructors in io.meeds.gamification.storage with parameters of type ProgramDAOModifierConstructorDescriptionProgramStorage(org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.upload.UploadService uploadService, ProgramDAO programDAO, RuleDAO ruleDAO, org.exoplatform.services.organization.OrganizationService organizationService) RuleStorage(ProgramStorage programStorage, EventStorage eventStorage, ProgramDAO programDAO, RuleDAO ruleDAO) -
Uses of ProgramDAO in io.meeds.gamification.storage.cached
Constructors in io.meeds.gamification.storage.cached with parameters of type ProgramDAOModifierConstructorDescriptionProgramCachedStorage(org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.upload.UploadService uploadService, ProgramDAO programDAO, RuleDAO ruleDAO, org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.container.PortalContainer container) RuleCachedStorage(ProgramStorage programStorage, EventStorage eventStorage, ProgramDAO programDAO, RuleDAO ruleDAO, org.exoplatform.services.cache.CacheService cacheService)