public class NPSAdministrationController extends Object
| Constructor and Description |
|---|
NPSAdministrationController() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteScore(org.exoplatform.nps.dto.ScoreEntryDTO obj) |
void |
disableScore(org.exoplatform.nps.dto.ScoreEntryDTO obj) |
void |
enableScore(org.exoplatform.nps.dto.ScoreEntryDTO obj) |
juzu.Response |
getBundle() |
juzu.Response |
getData() |
List<org.exoplatform.nps.dto.ScoreEntryDTO> |
getScores(int offset,
int limit) |
juzu.Response.Content |
index() |
public juzu.Response.Content index()
public List<org.exoplatform.nps.dto.ScoreEntryDTO> getScores(int offset, int limit)
public juzu.Response getBundle()
public juzu.Response getData()
public void deleteScore(org.exoplatform.nps.dto.ScoreEntryDTO obj)
public void disableScore(org.exoplatform.nps.dto.ScoreEntryDTO obj)
public void enableScore(org.exoplatform.nps.dto.ScoreEntryDTO obj)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.