| Package | Description |
|---|---|
| org.exoplatform.addons.gamification.entities.domain.configuration |
Spring Framework configuration files.
|
| org.exoplatform.addons.gamification.entities.domain.effective | |
| org.exoplatform.addons.gamification.listener.gamification.domain | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DomainEntity |
RuleEntity.getDomainEntity() |
DomainEntity |
BadgeEntity.getDomainEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleEntity.setDomainEntity(DomainEntity domainEntity) |
void |
BadgeEntity.setDomainEntity(DomainEntity domainEntity) |
| Modifier and Type | Method and Description |
|---|---|
DomainEntity |
GamificationActionsHistory.getDomainEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
GamificationActionsHistory.setDomainEntity(DomainEntity domainEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
GamificationDomainListener.onEvent(org.exoplatform.services.listener.Event<DomainEntity,String> event) |
| Constructor and Description |
|---|
DomainDTO(DomainEntity domainEntity) |
| Modifier and Type | Method and Description |
|---|---|
DomainEntity |
DomainMapper.domainDTOToDomain(DomainDTO domainDTO) |
DomainEntity |
DomainMapper.domainFromId(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<DomainEntity> |
DomainMapper.domainDTOsToDomains(List<DomainDTO> domainDTOs) |
| Modifier and Type | Method and Description |
|---|---|
DomainDTO |
DomainMapper.domainToDomainDTO(DomainEntity domain) |
| Modifier and Type | Method and Description |
|---|---|
List<DomainDTO> |
DomainMapper.domainssToDomainDTOs(List<DomainEntity> domains) |
| Modifier and Type | Method and Description |
|---|---|
DomainEntity |
DomainDAO.findDomainByTitle(String domainTitle) |
| Modifier and Type | Method and Description |
|---|---|
List<DomainEntity> |
DomainDAO.getAllDomains() |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.