Uses of Class
io.meeds.gamification.storage.EventStorage
Packages that use EventStorage
Package
Description
-
Uses of EventStorage in io.meeds.gamification.service.impl
Constructors in io.meeds.gamification.service.impl with parameters of type EventStorageModifierConstructorDescriptionEventServiceImpl(EventStorage eventStorage, EventRegistry eventRegistry) -
Uses of EventStorage in io.meeds.gamification.storage
Constructors in io.meeds.gamification.storage with parameters of type EventStorageModifierConstructorDescriptionRuleStorage(ProgramStorage programStorage, EventStorage eventStorage, ProgramDAO programDAO, RuleDAO ruleDAO) -
Uses of EventStorage in io.meeds.gamification.storage.cached
Constructors in io.meeds.gamification.storage.cached with parameters of type EventStorageModifierConstructorDescriptionRuleCachedStorage(ProgramStorage programStorage, EventStorage eventStorage, ProgramDAO programDAO, RuleDAO ruleDAO, org.exoplatform.services.cache.CacheService cacheService) -
Uses of EventStorage in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper with parameters of type EventStorageModifier and TypeMethodDescriptionRuleMapper.fromEntities(ProgramStorage programStorage, EventStorage eventStorage, List<RuleEntity> rules) static RuleDTORuleMapper.fromEntity(ProgramStorage programStorage, EventStorage eventStorage, RuleEntity ruleEntity)