Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.RuleDTO
-
-
Uses of RuleDTO in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type RuleDTO Modifier and Type Method Description javax.ws.rs.core.ResponseManageRulesEndpoint. addRule(RuleDTO ruleDTO)javax.ws.rs.core.ResponseManageRulesEndpoint. updateRule(javax.servlet.http.HttpServletRequest request, RuleDTO ruleDTO) -
Uses of RuleDTO in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration that return RuleDTO Modifier and Type Method Description RuleDTORuleService. addRule(RuleDTO ruleDTO)Add Rule to DBRuleDTORuleServiceImpl. addRule(RuleDTO ruleDTO)RuleDTORuleService. findEnableRuleByTitle(String ruleTitle)Find enable RuleEntity by titleRuleDTORuleServiceImpl. findEnableRuleByTitle(String ruleTitle)RuleDTORuleService. findRuleByEventAndDomain(String ruleTitle, String domain)Find a RuleEntity by titleRuleDTORuleServiceImpl. findRuleByEventAndDomain(String ruleTitle, String domain)RuleDTORuleService. findRuleById(Long id)Get RuleEntity by idRuleDTORuleServiceImpl. findRuleById(Long id)RuleDTORuleService. findRuleByTitle(String ruleTitle)Find a RuleEntity by titleRuleDTORuleServiceImpl. findRuleByTitle(String ruleTitle)RuleDTORuleService. updateRule(RuleDTO ruleDTO)Update Rule to DBRuleDTORuleServiceImpl. updateRule(RuleDTO ruleDTO)Methods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type RuleDTO Modifier and Type Method Description List<RuleDTO>RuleService. findAllRules()Get all Rules from DBList<RuleDTO>RuleServiceImpl. findAllRules()List<RuleDTO>RuleService. findEnabledRulesByEvent(String ruleTitle)Find enable RuleEntity by titleList<RuleDTO>RuleServiceImpl. findEnabledRulesByEvent(String event)List<RuleDTO>RuleService. getActiveRules()Get all active Rules from DBList<RuleDTO>RuleServiceImpl. getActiveRules()List<RuleDTO>RuleService. getAllAutomaticRules()Get all Automatic Rules from DBList<RuleDTO>RuleServiceImpl. getAllAutomaticRules()List<RuleDTO>RuleService. getAllRulesByDomain(String domain)Get all Rules by Domain from DB * @param domain : rule's domain paramList<RuleDTO>RuleServiceImpl. getAllRulesByDomain(String domain)List<RuleDTO>RuleService. getAllRulesWithNullDomain()Get all Rules by with null DomainDTO from DBList<RuleDTO>RuleServiceImpl. getAllRulesWithNullDomain()Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type RuleDTO Modifier and Type Method Description RuleDTORuleService. addRule(RuleDTO ruleDTO)Add Rule to DBRuleDTORuleServiceImpl. addRule(RuleDTO ruleDTO)RuleDTORuleService. updateRule(RuleDTO ruleDTO)Update Rule to DBRuleDTORuleServiceImpl. updateRule(RuleDTO ruleDTO) -
Uses of RuleDTO in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return RuleDTO Modifier and Type Method Description RuleDTOGamificationActionsHistoryRestEntity. getAction()Methods in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type RuleDTO Modifier and Type Method Description voidGamificationActionsHistoryRestEntity. setAction(RuleDTO action)Constructors in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type RuleDTO Constructor Description GamificationActionsHistoryRestEntity(Long id, String earner, RuleDTO action, DomainDTO domain, String actionLabel, Long score, String creator, String createdDate, String status, String space) -
Uses of RuleDTO in org.exoplatform.addons.gamification.service.effective
Methods in org.exoplatform.addons.gamification.service.effective with parameters of type RuleDTO Modifier and Type Method Description GamificationActionsHistoryGamificationService. build(RuleDTO ruleDto, String actor, String receiver, String objectId) -
Uses of RuleDTO in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return RuleDTO Modifier and Type Method Description static RuleDTORuleMapper. ruleToRuleDTO(RuleEntity ruleEntity)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type RuleDTO Modifier and Type Method Description static List<RuleDTO>RuleMapper. rulesToRuleDTOs(List<RuleEntity> rules)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type RuleDTO Modifier and Type Method Description static RuleEntityRuleMapper. ruleDTOToRule(RuleDTO ruleDTO)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type RuleDTO Modifier and Type Method Description static List<RuleEntity>RuleMapper. ruleDTOsToRules(List<RuleDTO> ruleDTOs) -
Uses of RuleDTO in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage that return RuleDTO Modifier and Type Method Description RuleDTORuleStorage. findEnableRuleByTitle(String ruleTitle)RuleDTORuleStorage. findRuleByEventAndDomain(String event, String domain)RuleDTORuleStorage. findRuleById(Long id)RuleDTORuleStorage. findRuleByTitle(String ruleTitle)RuleDTORuleStorage. saveRule(RuleDTO ruleDTO)Methods in org.exoplatform.addons.gamification.storage that return types with arguments of type RuleDTO Modifier and Type Method Description List<RuleDTO>RuleStorage. findAllRules()List<RuleDTO>RuleStorage. findEnabledRulesByEvent(String event)List<RuleDTO>RuleStorage. getActiveRules()List<RuleDTO>RuleStorage. getAllAutomaticRules()List<RuleDTO>RuleStorage. getAllRulesByDomain(String domain)List<RuleDTO>RuleStorage. getAllRulesWithNullDomain()Methods in org.exoplatform.addons.gamification.storage with parameters of type RuleDTO Modifier and Type Method Description voidRuleStorage. deleteRule(RuleDTO rule)RuleDTORuleStorage. saveRule(RuleDTO ruleDTO) -
Uses of RuleDTO in org.exoplatform.addons.gamification.storage.cached
Methods in org.exoplatform.addons.gamification.storage.cached that return RuleDTO Modifier and Type Method Description RuleDTORuleCachedStorage. findRuleById(Long id)RuleDTORuleCachedStorage. findRuleByTitle(String title)RuleDTORuleCachedStorage. saveRule(RuleDTO ruleDTO)Methods in org.exoplatform.addons.gamification.storage.cached that return types with arguments of type RuleDTO Modifier and Type Method Description List<RuleDTO>RuleCachedStorage. findAllRules()Methods in org.exoplatform.addons.gamification.storage.cached with parameters of type RuleDTO Modifier and Type Method Description voidRuleCachedStorage. deleteRule(RuleDTO rule)RuleDTORuleCachedStorage. saveRule(RuleDTO ruleDTO) -
Uses of RuleDTO in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils that return RuleDTO Modifier and Type Method Description static RuleDTOUtils. getRuleById(long ruleId)static RuleDTOUtils. getRuleByTitle(String title)
-