| Package | Description |
|---|---|
| com.geoway.adf.dms.charts.dao | |
| com.geoway.adf.dms.charts.dto | |
| com.geoway.adf.dms.charts.service | |
| com.geoway.adf.dms.charts.service.impl |
| Modifier and Type | Method and Description |
|---|---|
ChartScene |
ChartSceneDao.selectByPrimaryKey(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<ChartScene> |
ChartSceneDao.selectAll() |
List<ChartScene> |
ChartSceneDao.selectByIds(List<String> ids) |
List<ChartScene> |
ChartSceneDao.selectByName(String name,
Boolean isClass,
String pid) |
List<ChartScene> |
ChartSceneDao.selectByPid(String pid) |
List<ChartScene> |
ChartSceneDao.selectByType(List<Integer> types) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChartSceneDao.insert(ChartScene record) |
int |
ChartSceneDao.insertSelective(ChartScene record) |
int |
ChartSceneDao.updateByPrimaryKey(ChartScene record) |
int |
ChartSceneDao.updateByPrimaryKeySelective(ChartScene record) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChartSceneDTO |
| Modifier and Type | Method and Description |
|---|---|
String |
ChartSceneService.addSceneGroup(ChartScene chartSceneGroup,
boolean allowNameDuplicate)
新增场景分组
|
String |
ChartSceneService.saveScene(ChartScene chartScene)
保存图表场景
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChartSceneServiceImpl.addSceneGroup(ChartScene chartScene,
boolean allowNameDuplicate) |
String |
ChartSceneServiceImpl.saveScene(ChartScene chartScene) |
Copyright © 2025. All rights reserved.