Uses of Class
org.exoplatform.addons.gamification.entities.domain.configuration.RuleEntity
-
Packages that use RuleEntity Package Description org.exoplatform.addons.gamification.service.mapper org.exoplatform.addons.gamification.storage org.exoplatform.addons.gamification.storage.cached org.exoplatform.addons.gamification.storage.dao Spring Framework configuration files. -
-
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 static RuleEntityRuleMapper. ruleDTOToRule(RuleDTO ruleDTO)static RuleEntityRuleMapper. ruleFromId(Long id)static RuleEntityEntityMapper. toEntity(Challenge challenge)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type RuleEntity Modifier and Type Method Description static 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 static ChallengeEntityMapper. fromEntity(RuleEntity challengeEntity)static RuleDTORuleMapper. ruleToRuleDTO(RuleEntity ruleEntity)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type RuleEntity Modifier and Type Method Description static List<Challenge>EntityMapper. fromChallengeEntities(List<RuleEntity> challengeEntities)static List<RuleDTO>RuleMapper. rulesToRuleDTOs(List<RuleEntity> rules) -
Uses of RuleEntity in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage that return types with arguments of type RuleEntity Modifier and Type Method Description List<RuleEntity>RuleStorage. findAllChallengesByUser(int offset, int limit, List<Long> ids) -
Uses of RuleEntity in org.exoplatform.addons.gamification.storage.cached
Methods in org.exoplatform.addons.gamification.storage.cached that return types with arguments of type RuleEntity Modifier and Type Method Description List<RuleEntity>RuleCachedStorage. findAllChallengesByUser(int offset, int limit, List<Long> ids) -
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. findAllChallengesByUser(int offset, int limit, List<Long> ids)List<RuleEntity>RuleDAO. findEnabledRulesByEvent(String event)List<RuleEntity>RuleDAO. getActiveRules()List<RuleEntity>RuleDAO. getAllAutomaticRules()List<RuleEntity>RuleDAO. getAllRules()List<RuleEntity>RuleDAO. getAllRulesByDomain(String domain)List<RuleEntity>RuleDAO. getAllRulesWithNullDomain()
-