@Service public class ChartSceneSnapshotServiceImpl extends Object implements ChartSceneSnapshotService
| Constructor and Description |
|---|
ChartSceneSnapshotServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSceneSnapshot(String ids)
删除场景快照
|
ChartSnapshot |
getChartSnapshot(String sceneId,
String snapshotKey)
图表详情
|
String |
getMapShot(String sceneId,
String snapshotKey)
获取地图截图
|
String |
getSceneShot(String sceneId,
String snapshotKey)
获取场景截图
|
com.github.pagehelper.PageInfo<ChartSnapshot> |
list(int page,
int rows,
String sceneId,
String keyword)
获取分图表场景
|
void |
saveSceneSnapshot(ChartSnapshot chartSnapshot)
保存场景快照
|
public com.github.pagehelper.PageInfo<ChartSnapshot> list(int page, int rows, String sceneId, String keyword)
ChartSceneSnapshotServicelist in interface ChartSceneSnapshotServicesceneId - 场景idpublic ChartSnapshot getChartSnapshot(String sceneId, String snapshotKey)
ChartSceneSnapshotServicegetChartSnapshot in interface ChartSceneSnapshotServicesceneId - 场景idsnapshotKey - 快照标识public String getSceneShot(String sceneId, String snapshotKey)
ChartSceneSnapshotServicegetSceneShot in interface ChartSceneSnapshotServicesceneId - 场景idsnapshotKey - 快照标识public String getMapShot(String sceneId, String snapshotKey)
ChartSceneSnapshotServicegetMapShot in interface ChartSceneSnapshotServicesceneId - 场景idsnapshotKey - 快照标识public void saveSceneSnapshot(ChartSnapshot chartSnapshot)
ChartSceneSnapshotServicesaveSceneSnapshot in interface ChartSceneSnapshotServicepublic void deleteSceneSnapshot(String ids)
ChartSceneSnapshotServicedeleteSceneSnapshot in interface ChartSceneSnapshotServiceCopyright © 2025. All rights reserved.