Uses of Class
io.meeds.gamification.storage.RuleStorage
Packages that use RuleStorage
Package
Description
-
Uses of RuleStorage in io.meeds.gamification.search
Constructors in io.meeds.gamification.search with parameters of type RuleStorageModifierConstructorDescriptionRuleIndexingServiceConnector(RuleStorage ruleStorage, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.container.xml.InitParams initParams) -
Uses of RuleStorage in io.meeds.gamification.service.impl
Constructors in io.meeds.gamification.service.impl with parameters of type RuleStorageModifierConstructorDescriptionRuleServiceImpl(ProgramService programService, RuleStorage ruleStorage, RuleSearchConnector ruleSearchConnector, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService) -
Uses of RuleStorage in io.meeds.gamification.storage
Constructors in io.meeds.gamification.storage with parameters of type RuleStorageModifierConstructorDescriptionAnnouncementStorage(RealizationStorage realizationStorage, RuleStorage ruleStorage) RealizationStorage(ProgramStorage programStorage, RuleStorage ruleStorage, RealizationDAO gamificationHistoryDAO) -
Uses of RuleStorage in io.meeds.gamification.storage.cached
Subclasses of RuleStorage in io.meeds.gamification.storage.cachedConstructors in io.meeds.gamification.storage.cached with parameters of type RuleStorageModifierConstructorDescriptionRealizationCachedStorage(ProgramStorage programStorage, RuleStorage ruleStorage, RealizationDAO gamificationHistoryDAO, org.exoplatform.services.cache.CacheService cacheService) -
Uses of RuleStorage in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper with parameters of type RuleStorageModifier and TypeMethodDescriptionstatic RealizationEntityRealizationMapper.toEntity(RuleStorage ruleStorage, RealizationDTO realization)