Uses of Class
io.meeds.gamification.dao.RuleDAO
Packages that use RuleDAO
Package
Description
-
Uses of RuleDAO in io.meeds.gamification.storage
Constructors in io.meeds.gamification.storage with parameters of type RuleDAOModifierConstructorDescriptionProgramStorage(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, ProgramDAO programDAO, RuleDAO ruleDAO) -
Uses of RuleDAO in io.meeds.gamification.storage.cached
Constructors in io.meeds.gamification.storage.cached with parameters of type RuleDAOModifierConstructorDescriptionProgramCachedStorage(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) RuleCachedStorage(ProgramStorage programStorage, ProgramDAO programDAO, RuleDAO ruleDAO, org.exoplatform.services.cache.CacheService cacheService) -
Uses of RuleDAO in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper with parameters of type RuleDAOModifier and TypeMethodDescriptionstatic List<ProgramDTO>ProgramMapper.fromEntities(RuleDAO ruleDAO, List<ProgramEntity> programs) static ProgramDTOProgramMapper.fromEntity(RuleDAO ruleDAO, ProgramEntity programEntity)