| Package | Description |
|---|---|
| org.exoplatform.kudos.model | |
| org.exoplatform.kudos.service | |
| org.exoplatform.kudos.service.utils |
| Modifier and Type | Field and Description |
|---|---|
static KudosPeriodType |
KudosPeriodType.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
KudosPeriodType |
GlobalSettings.getKudosPeriodType() |
static KudosPeriodType |
KudosPeriodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KudosPeriodType[] |
KudosPeriodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalSettings.setKudosPeriodType(KudosPeriodType kudosPeriodType) |
| Constructor and Description |
|---|
GlobalSettings(String accessPermission,
long kudosPerPeriod,
KudosPeriodType kudosPeriodType) |
| Modifier and Type | Method and Description |
|---|---|
KudosPeriodType |
KudosService.getDefaultKudosPeriodType() |
| Modifier and Type | Method and Description |
|---|---|
List<Kudos> |
KudosService.getKudosByPeriod(long dateInSeconds,
KudosPeriodType periodType,
int limit)
Retrieves the list of kudos sent in a period of time.
|
KudosPeriod |
KudosService.getKudosPeriodOfTime(KudosPeriodType periodType,
long dateInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
static KudosPeriodType |
Utils.getPeriodType(GlobalSettings globalSettings) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.