| Modifier and Type | Method and Description |
|---|---|
void |
NewKudosSentNotificationListener.onEvent(org.exoplatform.services.listener.Event<KudosService,Kudos> event) |
void |
GamificationIntegrationListener.onEvent(org.exoplatform.services.listener.Event<KudosService,Kudos> event) |
void |
NewKudosSentActivityGeneratorListener.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.createKudos(Kudos kudos) |
| Modifier and Type | Method and Description |
|---|---|
Kudos |
KudosStorage.createKudos(Kudos kudos) |
Kudos |
KudosStorage.getKudoById(long id) |
Kudos |
KudosService.sendKudos(String senderId,
Kudos kudos) |
| Modifier and Type | Method and Description |
|---|---|
List<Kudos> |
KudosStorage.getAllKudosByEntity(String entityType,
String entityId) |
List<Kudos> |
KudosService.getAllKudosByEntity(String entityType,
String entityId) |
List<Kudos> |
KudosService.getAllKudosByEntityTypeInCurrentPeriod(String entityType) |
List<Kudos> |
KudosStorage.getAllKudosByPeriod(KudosPeriod kudosPeriod) |
List<Kudos> |
KudosService.getAllKudosByPeriod(long startDateInSeconds,
long endDateInSeconds) |
List<Kudos> |
KudosStorage.getAllKudosByPeriodAndEntityType(KudosPeriod kudosPeriod,
String entityType) |
List<Kudos> |
KudosService.getAllKudosByPeriodOfDate(long dateInSeconds) |
List<Kudos> |
KudosService.getAllKudosBySenderInCurrentPeriod(String identityId) |
List<Kudos> |
KudosStorage.getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod,
String receiverType,
String receiverId) |
List<Kudos> |
KudosService.getKudosByPeriodAndReceiver(long identityId,
long startDateInSeconds,
long endDateInSeconds) |
List<Kudos> |
KudosStorage.getKudosByPeriodAndSender(KudosPeriod kudosPeriod,
String senderId) |
List<Kudos> |
KudosService.getKudosByReceiverInCurrentPeriod(String receiverType,
String receiverId) |
| Modifier and Type | Method and Description |
|---|---|
Kudos |
KudosStorage.createKudos(Kudos kudos) |
Kudos |
KudosService.sendKudos(String senderId,
Kudos kudos) |
| Modifier and Type | Field and Description |
|---|---|
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Kudos> |
Utils.KUDOS_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–2019 eXo Platform SAS. All rights reserved.