| Package | Description |
|---|---|
| org.exoplatform.nps.dto |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<NoteDTO> |
ScoreEntryWithNotesDTO.getNotes() |
ArrayList<NoteDTO> |
NoteDTO.getNotes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreEntryWithNotesDTO.setNotes(ArrayList<NoteDTO> notes) |
void |
NoteDTO.setNotes(ArrayList<NoteDTO> notes) |
| Constructor and Description |
|---|
NoteDTO(String Id,
String posterId,
long postedTime,
String activityId,
String noteText,
String posterName,
String posterAvatar,
ArrayList<NoteDTO> notes) |
ScoreEntryWithNotesDTO(ScoreEntryDTO score,
ArrayList<NoteDTO> notes) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.