| 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.
|
| Constructor and Description |
|---|
RuleDTO(RuleEntity rule) |
| Modifier and Type | Method and Description |
|---|---|
RuleEntity |
RuleMapper.ruleDTOToRule(RuleDTO ruleDTO) |
RuleEntity |
RuleMapper.ruleFromId(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleEntity> |
RuleMapper.ruleDTOsToRules(List<RuleDTO> ruleDTOs) |
| 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 |
RuleDAO.findEnableRuleByTitle(String ruleTitle) |
RuleEntity |
RuleDAO.findRuleByTitle(String ruleTitle) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleEntity> |
RuleDAO.getAllRules() |
List<RuleEntity> |
RuleDAO.getAllRulesByDomain(String domain) |
List<RuleEntity> |
RuleDAO.getAllRulesWithNullDomain() |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.