| Modifier and Type | Method and Description |
|---|---|
void |
NewKudosSentNotificationListener.onEvent(org.exoplatform.services.listener.Event<KudosService,Kudos> event) |
void |
NewKudosSentActivityCommentListener.onEvent(org.exoplatform.services.listener.Event<KudosService,Kudos> event) |
| Modifier and Type | Method and Description |
|---|---|
int |
Kudos.compareTo(Kudos o) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
KudosREST.saveKudos(Kudos kudos)
Save kudos
|
| Modifier and Type | Method and Description |
|---|---|
Kudos |
KudosStorage.createKudos(Kudos kudos) |
Kudos |
KudosStorage.getKudoById(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Kudos> |
KudosStorage.getAllKudosByEntity(String entityType,
String entityId) |
List<Kudos> |
KudosService.getAllKudosByEntity(String entityType,
String entityId) |
List<Kudos> |
KudosStorage.getAllKudosByMonth(YearMonth yearMonth) |
List<Kudos> |
KudosService.getAllKudosByMonth(YearMonth yearMonth) |
List<Kudos> |
KudosStorage.getAllKudosByMonthAndEntityType(YearMonth yearMonth,
String entityType) |
List<Kudos> |
KudosService.getAllKudosByMonthAndEntityType(YearMonth yearMonth,
String entityType) |
List<Kudos> |
KudosService.getAllKudosByMonthAndSender(YearMonth yearMonth,
String identityId) |
List<Kudos> |
KudosStorage.getKudosByMonthAndReceiver(YearMonth yearMonth,
String receiverType,
String receiverId) |
List<Kudos> |
KudosService.getKudosByMonthAndReceiver(YearMonth yearMonth,
String receiverType,
String receiverId) |
List<Kudos> |
KudosStorage.getKudosByMonthAndSender(YearMonth yearMonth,
String senderId) |
| Modifier and Type | Method and Description |
|---|---|
Kudos |
KudosStorage.createKudos(Kudos kudos) |
void |
KudosService.sendKudos(String senderId,
Kudos kudos) |
| Modifier and Type | Field and Description |
|---|---|
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Kudos> |
Utils.KUDOS_ACTIVITY_DETAILS_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static Kudos |
Utils.fromEntity(KudosEntity kudosEntity) |
| Modifier and Type | Method and Description |
|---|---|
static KudosEntity |
Utils.toNewEntity(Kudos kudos) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.