| Package | Description |
|---|---|
| org.exoplatform.addon.kudos.dao | |
| org.exoplatform.addon.kudos.service.utils |
| Modifier and Type | Method and Description |
|---|---|
List<KudosEntity> |
KudosDAO.getAllKudosByEntity(int entityType,
long entityId) |
List<KudosEntity> |
KudosDAO.getAllKudosByPeriod(KudosPeriod kudosPeriod) |
List<KudosEntity> |
KudosDAO.getAllKudosByPeriodAndEntityType(KudosPeriod kudosPeriod,
int entityType) |
List<KudosEntity> |
KudosDAO.getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod,
long receiverId,
boolean isReceiverUser) |
List<KudosEntity> |
KudosDAO.getKudosByPeriodAndSender(KudosPeriod kudosPeriod,
long senderId) |
| Modifier and Type | Method and Description |
|---|---|
void |
KudosDAO.delete(KudosEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
KudosDAO.deleteAll(List<KudosEntity> entities) |
| 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–2019 eXo Platform SAS. All rights reserved.