public interface IAssetDashboardStorage
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAssetDashboard(String dashboardId) |
List<AssetDashboardConfig> |
getAllAssetDashboards() |
AssetDashboardConfig |
getAssetDashboard(String dashboardId) |
void |
storeAssetDashboard(AssetDashboardConfig assetDashboardConfig) |
List<AssetDashboardConfig> getAllAssetDashboards()
AssetDashboardConfig getAssetDashboard(String dashboardId)
void storeAssetDashboard(AssetDashboardConfig assetDashboardConfig)
void deleteAssetDashboard(String dashboardId)
Copyright © 2019. All rights reserved.