| Package | Description |
|---|---|
| org.exoplatform.nps.services |
| Modifier and Type | Method and Description |
|---|---|
static NPSDetailsDTO |
Utils.calculateNpsByDate(long typeId,
long date) |
static NPSDetailsDTO |
Utils.calculateNpsByPeriod(long typeId,
long from,
long to) |
| Modifier and Type | Method and Description |
|---|---|
static List<NPSDetailsDTO> |
Utils.getNPSByMonth(long typeId) |
static List<NPSDetailsDTO> |
Utils.getNPSByWeek(long typeId) |
static List<NPSDetailsDTO> |
Utils.getRollingAvg(long typeId,
int period) |
static List<NPSDetailsDTO> |
Utils.getWeeklyNPS(long typeId) |
static List<NPSDetailsDTO> |
Utils.getWeeklyNPSbyDates(long typeId,
long fromDate,
long toDate) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.npsToString(NPSDetailsDTO nps) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.