@Transactional
public interface CustomReportDashboardService
| Modifier and Type | Method and Description |
|---|---|
void |
bindChart(org.squashtest.tm.domain.customreport.CustomReportChartBinding newBinding)
Bind a chart to a dashboard
|
org.squashtest.tm.domain.customreport.CustomReportChartBinding |
changeBindedChart(long bindingId,
long chartNodeId)
Change the chartbinded by the
CustomReportChartBinding designed by bindingId. |
org.squashtest.tm.domain.customreport.CustomReportDashboard |
findById(Long id) |
void |
unbindChart(Long id)
remove designed binding from database
|
void |
updateGridPosition(List<org.squashtest.tm.domain.customreport.CustomReportChartBinding> bindings)
Update all bindings position given in argument.
|
void updateGridPosition(List<org.squashtest.tm.domain.customreport.CustomReportChartBinding> bindings)
bindings - org.squashtest.tm.domain.customreport.CustomReportDashboard findById(Long id)
void bindChart(org.squashtest.tm.domain.customreport.CustomReportChartBinding newBinding)
newBinding - void unbindChart(Long id)
newBinding - org.squashtest.tm.domain.customreport.CustomReportChartBinding changeBindedChart(long bindingId,
long chartNodeId)
CustomReportChartBinding designed by bindingId.
WARNING: the chartNodeId param is the CustomReportLibraryNode id, not the ChartDefinition id.
This is because the user manipulate the tree node not the entity directlybindingId - chartNodeId - Copyright © 2010-2016 Henix, henix.fr. All Rights Reserved.