| Package | Description |
|---|---|
| org.exoplatform.kudos.dao | |
| org.exoplatform.kudos.service.utils |
| 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 |
|---|---|
static KudosEntity |
Utils.toNewEntity(Kudos kudos) |
| Modifier and Type | Method and Description |
|---|---|
static Kudos |
Utils.fromEntity(KudosEntity kudosEntity) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.