Uses of Class
org.exoplatform.addons.gamification.entities.domain.configuration.RuleEntity
-
Packages that use RuleEntity Package Description org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.mapper org.exoplatform.addons.gamification.storage.dao Spring Framework configuration files. -
-
Uses of RuleEntity in org.exoplatform.addons.gamification.service.dto.configuration
Constructors in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type RuleEntity Constructor Description RuleDTO(RuleEntity rule) -
Uses of RuleEntity in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return RuleEntity Modifier and Type Method Description RuleEntityRuleMapper. ruleDTOToRule(RuleDTO ruleDTO)RuleEntityRuleMapper. ruleFromId(Long id)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type RuleEntity Modifier and Type Method Description List<RuleEntity>RuleMapper. ruleDTOsToRules(List<RuleDTO> ruleDTOs)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type RuleEntity Modifier and Type Method Description RuleDTORuleMapper. ruleToRuleDTO(RuleEntity rule)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type RuleEntity Modifier and Type Method Description List<RuleDTO>RuleMapper. rulesToRoleDTOs(List<RuleEntity> rules) -
Uses of RuleEntity in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao that return RuleEntity Modifier and Type Method Description RuleEntityRuleDAO. findEnableRuleByTitle(String ruleTitle)RuleEntityRuleDAO. findRuleByEventAndDomain(String event, String domain)RuleEntityRuleDAO. findRuleByTitle(String ruleTitle)Methods in org.exoplatform.addons.gamification.storage.dao that return types with arguments of type RuleEntity Modifier and Type Method Description List<RuleEntity>RuleDAO. findEnabledRulesByEvent(String event)List<RuleEntity>RuleDAO. getAllRules()List<RuleEntity>RuleDAO. getAllRulesByDomain(String domain)List<RuleEntity>RuleDAO. getAllRulesWithNullDomain()
-