| Package | Description |
|---|---|
| org.exoplatform.kudos.dao | |
| org.exoplatform.kudos.service | |
| org.exoplatform.kudos.service.utils |
| Modifier and Type | Method and Description |
|---|---|
KudosEntity |
KudosDAO.getKudosByActivityId(Long activityId) |
| Modifier and Type | Method and Description |
|---|---|
List<KudosEntity> |
KudosDAO.getKudosByEntity(int entityType,
long entityId,
int limit) |
List<KudosEntity> |
KudosDAO.getKudosByPeriod(KudosPeriod kudosPeriod,
int limit) |
List<KudosEntity> |
KudosDAO.getKudosByPeriodAndEntityType(KudosPeriod kudosPeriod,
int entityType,
int limit) |
List<KudosEntity> |
KudosDAO.getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod,
long receiverId,
boolean isReceiverUser,
int limit) |
List<KudosEntity> |
KudosDAO.getKudosByPeriodAndSender(KudosPeriod kudosPeriod,
long senderId,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
KudosEntity |
KudosStorage.getKudosByActivityId(Long activityId) |
KudosEntity |
KudosService.getKudosByActivityId(Long activityId)
Retrieves kudos by activityId
|
KudosEntity |
KudosStorage.updateKudos(KudosEntity kudosEntity) |
KudosEntity |
KudosService.updateKudos(KudosEntity kudosEntity)
Updates a kudos
|
| Modifier and Type | Method and Description |
|---|---|
KudosEntity |
KudosStorage.updateKudos(KudosEntity kudosEntity) |
KudosEntity |
KudosService.updateKudos(KudosEntity kudosEntity)
Updates a kudos
|
| Modifier and Type | Method and Description |
|---|---|
static KudosEntity |
Utils.toNewEntity(Kudos kudos) |
| Modifier and Type | Method and Description |
|---|---|
static Kudos |
Utils.fromEntity(KudosEntity kudosEntity) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.