Interface DashboardConfigurationService
- All Known Implementing Classes:
DashboardConfigurationServiceImpl
public interface DashboardConfigurationService
-
Method Summary
Modifier and TypeMethodDescriptioncreateDashboard(String name, String currentUserId, String currentTenantId) createDashboardUpdateBuilder(String dashboardId) voidgetAvailableComponentDefinitions(String dashboardId) getDashboardComponentInfo(String dashboardId) getDashboardDefinitionModel(String dashboardId, String dashboardComponentDefinitionKey)
-
Method Details
-
createDashboard
-
createDashboardQuery
DashboardQuery createDashboardQuery() -
delete
-
getAvailableComponentDefinitions
-
createDashboardUpdateBuilder
-
getDashboardComponentInfo
List<DashboardComponentDefinitionModel.DashboardComponentInfo> getDashboardComponentInfo(String dashboardId) -
getDashboardDefinitionModel
DashboardComponentDefinitionModel getDashboardDefinitionModel(String dashboardId, String dashboardComponentDefinitionKey)
-