Uses of Class
org.exoplatform.addons.gamification.entities.domain.configuration.RuleEntity
Packages that use RuleEntity
Package
Description
Spring Framework configuration files.
-
Uses of RuleEntity in org.exoplatform.addons.gamification.entities.domain.effective
Methods in org.exoplatform.addons.gamification.entities.domain.effective that return RuleEntityMethods in org.exoplatform.addons.gamification.entities.domain.effective with parameters of type RuleEntityModifier and TypeMethodDescriptionvoidGamificationActionsHistory.setRuleEntity(RuleEntity ruleEntity) -
Uses of RuleEntity in org.exoplatform.addons.gamification.search
Methods in org.exoplatform.addons.gamification.search that return types with arguments of type RuleEntityModifier and TypeMethodDescriptionRuleSearchConnector.search(RuleFilter filter, long offset, long limit) -
Uses of RuleEntity in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return RuleEntityModifier and TypeMethodDescriptionstatic RuleEntityRuleMapper.ruleDTOToRule(RuleDTO ruleDTO) static RuleEntityMethods in org.exoplatform.addons.gamification.service.mapper with parameters of type RuleEntityModifier and TypeMethodDescriptionstatic RuleDTORuleMapper.ruleToRuleDTO(RuleEntity ruleEntity) static GamificationActionsHistoryEntityMapper.toEntity(Announcement announcement, RuleEntity ruleEntity) Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type RuleEntity -
Uses of RuleEntity in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao that return RuleEntityModifier and TypeMethodDescriptionRuleDAO.findEnableRuleByTitle(String ruleTitle) RuleDAO.findRuleByEventAndDomain(String event, long domainId) RuleDAO.findRuleByTitle(String ruleTitle) Methods in org.exoplatform.addons.gamification.storage.dao that return types with arguments of type RuleEntityModifier and TypeMethodDescriptionRuleDAO.findEnabledRulesByEvent(String event) RuleDAO.getActiveRules()RuleDAO.getAllRules()RuleDAO.getAllRulesByDomain(long domainId) RuleDAO.getAllRulesWithNullDomain()