com.atlassian.gadgets.dashboard.internal
Interface DashboardRepository

All Known Implementing Classes:
DashboardRepositoryImpl

public interface DashboardRepository


Method Summary
 DashboardId findDashboardByGadgetId(GadgetId gadgetId)
           
 Dashboard get(DashboardId dashboardId, GadgetRequestContext gadgetRequestContext)
           
 void save(Dashboard dashboard)
           
 

Method Detail

get

Dashboard get(DashboardId dashboardId,
              GadgetRequestContext gadgetRequestContext)
              throws DashboardNotFoundException
Throws:
DashboardNotFoundException

save

void save(Dashboard dashboard)

findDashboardByGadgetId

DashboardId findDashboardByGadgetId(GadgetId gadgetId)
                                    throws DashboardNotFoundException
Throws:
DashboardNotFoundException


Copyright © 2011 Atlassian. All Rights Reserved.