| 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.getAllKudosByMonth(YearMonth yearMonth) |
List<KudosEntity> |
KudosDAO.getAllKudosByMonthAndEntityType(YearMonth yearMonth,
int entityType) |
List<KudosEntity> |
KudosDAO.getKudosByMonthAndReceiver(YearMonth yearMonth,
long receiverId,
boolean isReceiverUser) |
List<KudosEntity> |
KudosDAO.getKudosByMonthAndSender(YearMonth yearMonth,
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–2018 eXo Platform SAS. All rights reserved.