| Package | Description |
|---|---|
| com.mware.web.product.chart.model | |
| com.mware.web.product.chart.routes |
| Modifier and Type | Method and Description |
|---|---|
ClientApiChart |
ChartRepository.getChartById(com.mware.core.user.User user,
String id) |
ClientApiChart |
ChartRepository.saveChart(String name,
String datasetId,
org.json.JSONObject chartData,
com.mware.core.user.User user) |
static ClientApiChart |
ChartRepository.toClientApiChart(com.mware.ge.Vertex chartVertex) |
ClientApiChart |
ChartRepository.updateChart(String chartId,
String chartName,
String datasetId,
org.json.JSONObject chartData,
com.mware.core.user.User user) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ClientApiChart> |
ChartRepository.getUserSavedCharts(com.mware.core.user.User user) |
| Modifier and Type | Field and Description |
|---|---|
Set<ClientApiChart> |
ChartList.ClientApiChartListResponse.charts |
| Modifier and Type | Method and Description |
|---|---|
ClientApiChart |
ChartSave.handle(String name,
String datasetId,
org.json.JSONObject chartData,
com.mware.core.user.User user) |
ClientApiChart |
ChartUpdate.handle(String chartId,
String chartName,
String datasetId,
org.json.JSONObject chartData,
com.mware.core.user.User user) |
ClientApiChart |
ChartGet.handle(String chartId,
com.mware.core.user.User user) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.