| Package | Description |
|---|---|
| org.exoplatform.nps.dto | |
| org.exoplatform.nps.services |
| Modifier and Type | Method and Description |
|---|---|
ScoreEntryDTO |
ScoreEntryWithNotesDTO.getScore() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreEntryWithNotesDTO.setScore(ScoreEntryDTO score) |
| Constructor and Description |
|---|
ScoreEntryWithNotesDTO(ScoreEntryDTO score,
ArrayList<NoteDTO> notes) |
| Modifier and Type | Method and Description |
|---|---|
ScoreEntryDTO |
NpsService.getFirstScoreEntries(long typeId) |
ScoreEntryDTO |
NpsService.getScoreEntry(long id) |
ScoreEntryDTO |
NpsService.save(ScoreEntryDTO entity,
boolean newEntry) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoreEntryDTO> |
NpsService.getDetractorScores(long typeId,
int offset,
int limit,
long startDate,
long endDate) |
List<ScoreEntryDTO> |
NpsService.getPassiveScores(long typeId,
int offset,
int limit,
long startDate,
long endDate) |
List<ScoreEntryDTO> |
NpsService.getPromotesScores(long typeId,
int offset,
int limit,
long startDate,
long endDate) |
List<ScoreEntryDTO> |
NpsService.getScoreEntriesByUserId(long typeId,
String userId,
int offset,
int limit,
long startDate,
long endDate) |
List<ScoreEntryDTO> |
NpsService.getScores(long typeId,
int offset,
int limit,
long startDate,
long endDate) |
| Modifier and Type | Method and Description |
|---|---|
static org.exoplatform.social.core.activity.model.ExoSocialActivity |
Utils.createActivity(ScoreEntryDTO score) |
void |
NpsService.remove(ScoreEntryDTO entity) |
ScoreEntryDTO |
NpsService.save(ScoreEntryDTO entity,
boolean newEntry) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.