| Package | Description |
|---|---|
| org.exoplatform.kudos.listener | |
| org.exoplatform.kudos.model | |
| org.exoplatform.kudos.rest | |
| org.exoplatform.kudos.service | |
| org.exoplatform.kudos.service.utils |
| 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 |
|---|---|
List<Kudos> |
KudosList.getKudos() |
| Modifier and Type | Method and Description |
|---|---|
void |
KudosList.setKudos(List<Kudos> kudos) |
| 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 |
KudosService.createKudos(Kudos kudos,
String currentUser)
Create a new Kudos sent by current user
|
Kudos |
KudosStorage.getKudoById(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Kudos> |
KudosStorage.getKudosByEntity(String entityType,
String entityId,
int limit) |
List<Kudos> |
KudosService.getKudosByEntity(String entityType,
String entityId,
int limit)
Retrieves a list of kudos sent using a dedicated entity (activity, comment,
profile header, tiptip...)
|
List<Kudos> |
KudosStorage.getKudosByPeriod(KudosPeriod kudosPeriod,
int limit) |
List<Kudos> |
KudosService.getKudosByPeriod(long dateInSeconds,
KudosPeriodType periodType,
int limit)
Retrieves the list of kudos sent in a period of time.
|
List<Kudos> |
KudosService.getKudosByPeriod(long startDateInSeconds,
long endDateInSeconds,
int limit)
Retrieves the list of kudos sent in a period of time.
|
List<Kudos> |
KudosStorage.getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod,
String receiverType,
String receiverId,
int limit) |
List<Kudos> |
KudosService.getKudosByPeriodAndReceiver(long identityId,
long startDateInSeconds,
long endDateInSeconds,
int limit)
Retrieves kudos received by an identity in a period of time
|
List<Kudos> |
KudosStorage.getKudosByPeriodAndSender(KudosPeriod kudosPeriod,
long senderIdentityId,
int limit) |
List<Kudos> |
KudosService.getKudosByPeriodAndSender(long senderIdentityId,
long startDateInSeconds,
long endDateInSeconds,
int limit)
Retrieves Kudos list by sender identity Id
|
List<Kudos> |
KudosService.getKudosByPeriodOfDate(long dateInSeconds,
int limit)
Retrieves the list of kudos sent in a period of time.
|
| Modifier and Type | Method and Description |
|---|---|
Kudos |
KudosStorage.createKudos(Kudos kudos) |
Kudos |
KudosService.createKudos(Kudos kudos,
String currentUser)
Create a new Kudos sent by current user
|
| 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–2020 eXo Platform SAS. All rights reserved.