| Package | Description |
|---|---|
| com.geoway.adf.dms.charts.dao | |
| com.geoway.adf.dms.charts.service | |
| com.geoway.adf.dms.charts.service.impl |
| Modifier and Type | Method and Description |
|---|---|
ChartSnapshot |
ChartSnapshotDao.selectByPrimaryKey(Long id) |
ChartSnapshot |
ChartSnapshotDao.selectBySnapshotKey(String sceneId,
String snapshotKey) |
| Modifier and Type | Method and Description |
|---|---|
List<ChartSnapshot> |
ChartSnapshotDao.select(String sceneId,
String keyword) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChartSnapshotDao.insert(ChartSnapshot record) |
int |
ChartSnapshotDao.insertSelective(ChartSnapshot record) |
int |
ChartSnapshotDao.updateByPrimaryKey(ChartSnapshot record) |
int |
ChartSnapshotDao.updateByPrimaryKeySelective(ChartSnapshot record) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChartSnapshotDao.batchInsert(List<ChartSnapshot> list) |
| Modifier and Type | Method and Description |
|---|---|
ChartSnapshot |
ChartSceneSnapshotService.getChartSnapshot(String sceneId,
String snapshotKey)
图表详情
|
| Modifier and Type | Method and Description |
|---|---|
com.github.pagehelper.PageInfo<ChartSnapshot> |
ChartSceneSnapshotService.list(int page,
int rows,
String sceneId,
String keyword)
获取分图表场景
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartSceneSnapshotService.saveSceneSnapshot(ChartSnapshot chartSnapshot)
保存场景快照
|
| Modifier and Type | Method and Description |
|---|---|
ChartSnapshot |
ChartSceneSnapshotServiceImpl.getChartSnapshot(String sceneId,
String snapshotKey) |
| Modifier and Type | Method and Description |
|---|---|
com.github.pagehelper.PageInfo<ChartSnapshot> |
ChartSceneSnapshotServiceImpl.list(int page,
int rows,
String sceneId,
String keyword) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartSceneSnapshotServiceImpl.saveSceneSnapshot(ChartSnapshot chartSnapshot) |
Copyright © 2025. All rights reserved.