| 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.
|
| org.exoplatform.addons.gamification.storage.listener |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditingEntityListener.methodInvokedAfterPersist(RuleEntity categoryEntity) |
void |
AuditingEntityListener.methodInvokedAfterRemove(RuleEntity categoryEntity) |
void |
AuditingEntityListener.methodInvokedAfterUpdate(RuleEntity categoryEntity) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.