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(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, RuleDTO ruleDTO)javax.ws.rs.core.ResponseManageRulesEndpoint. updateRule(javax.ws.rs.core.UriInfo uriInfo, 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 DBRuleDTORuleService. findEnableRuleByTitle(String ruleTitle)Find enable RuleEntity by titleRuleDTORuleService. findRuleByEventAndDomain(String ruleTitle, String domain)Find a RuleEntity by titleRuleDTORuleService. findRuleById(Long id)Get RuleEntity by idRuleDTORuleService. findRuleByTitle(String ruleTitle)Find a RuleEntity by titleRuleDTORuleService. updateRule(RuleDTO ruleDTO)Update Rule to DBMethods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type RuleDTO Modifier and Type Method Description List<RuleDTO>RuleService. findEnabledRulesByEvent(String ruleTitle)Find enable RuleEntity by titleList<RuleDTO>RuleService. getAllRules()Get all Rules from DBList<RuleDTO>RuleService. getAllRulesByDomain(String domain)Get all Rules by Domain from DB * @param domain : rule's domain paramList<RuleDTO>RuleService. getAllRulesWithNullDomain()Get all Rules by with null DomainDTO from DBMethods in org.exoplatform.addons.gamification.service.configuration with parameters of type RuleDTO Modifier and Type Method Description RuleDTORuleService. addRule(RuleDTO ruleDTO)Add Rule to DBRuleDTORuleService. updateRule(RuleDTO ruleDTO)Update Rule to DB -
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 RuleDTORuleMapper. ruleToRuleDTO(RuleEntity rule)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type RuleDTO Modifier and Type Method Description List<RuleDTO>RuleMapper. rulesToRoleDTOs(List<RuleEntity> rules)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type RuleDTO Modifier and Type Method Description RuleEntityRuleMapper. ruleDTOToRule(RuleDTO ruleDTO)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type RuleDTO Modifier and Type Method Description List<RuleEntity>RuleMapper. ruleDTOsToRules(List<RuleDTO> ruleDTOs)
-