| Modifier and Type | Method and Description |
|---|---|
default GamificationActionsHistory |
GamificationListener.build(RuleDTO ruleDto,
String actor,
String receiver,
String objectId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ManageRulesEndpoint.addRule(javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
RuleDTO ruleDTO) |
javax.ws.rs.core.Response |
ManageRulesEndpoint.updateRule(javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request,
RuleDTO ruleDTO) |
| Modifier and Type | Method and Description |
|---|---|
RuleDTO |
RuleService.addRule(RuleDTO ruleDTO)
Add Rule to DB
|
RuleDTO |
RuleService.findEnableRuleByTitle(String ruleTitle)
Find enable RuleEntity by title
|
RuleDTO |
RuleService.findRuleByTitle(String ruleTitle)
Find a RuleEntity by title
|
RuleDTO |
RuleService.updateRule(RuleDTO ruleDTO)
Update Rule to DB
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleDTO> |
RuleService.getAllRules() |
| Modifier and Type | Method and Description |
|---|---|
RuleDTO |
RuleService.addRule(RuleDTO ruleDTO)
Add Rule to DB
|
RuleDTO |
RuleService.updateRule(RuleDTO ruleDTO)
Update Rule to DB
|
| Modifier and Type | Method and Description |
|---|---|
RuleDTO |
RuleMapper.ruleToRuleDTO(RuleEntity rule) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleDTO> |
RuleMapper.rulesToRoleDTOs(List<RuleEntity> rules) |
| Modifier and Type | Method and Description |
|---|---|
RuleEntity |
RuleMapper.ruleDTOToRule(RuleDTO ruleDTO) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleEntity> |
RuleMapper.ruleDTOsToRules(List<RuleDTO> ruleDTOs) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.