|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.server.startup.RegisterNewDashboards
public final class RegisterNewDashboards
| Nested Class Summary | |
|---|---|
protected static class |
RegisterNewDashboards.DashboardComparator
|
| Constructor Summary | |
|---|---|
RegisterNewDashboards(DashboardDao dashboardDao,
ActiveDashboardDao activeDashboardDao,
LoadedTemplateDao loadedTemplateDao)
|
|
RegisterNewDashboards(DashboardTemplate[] dashboardTemplatesArray,
DashboardDao dashboardDao,
ActiveDashboardDao activeDashboardDao,
LoadedTemplateDao loadedTemplateDao)
|
|
| Method Summary | |
|---|---|
protected void |
activate(List<DashboardDto> loadedDashboards)
|
protected DashboardDto |
createDtoFromExtension(String name,
Dashboard dashboard)
|
protected DashboardDto |
register(String name,
Dashboard dashboard)
|
protected boolean |
shouldRegister(String dashboardName)
|
void |
start()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegisterNewDashboards(DashboardDao dashboardDao,
ActiveDashboardDao activeDashboardDao,
LoadedTemplateDao loadedTemplateDao)
public RegisterNewDashboards(DashboardTemplate[] dashboardTemplatesArray,
DashboardDao dashboardDao,
ActiveDashboardDao activeDashboardDao,
LoadedTemplateDao loadedTemplateDao)
| Method Detail |
|---|
public void start()
protected void activate(List<DashboardDto> loadedDashboards)
protected DashboardDto register(String name,
Dashboard dashboard)
protected DashboardDto createDtoFromExtension(String name,
Dashboard dashboard)
protected boolean shouldRegister(String dashboardName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||