Uses of Class
com.atlassian.gadgets.dashboard.DashboardNotFoundException

Packages that use DashboardNotFoundException
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

Uses of DashboardNotFoundException in com.atlassian.gadgets.dashboard.internal
 

Methods in com.atlassian.gadgets.dashboard.internal that throw DashboardNotFoundException
 DashboardId DashboardRepository.findDashboardByGadgetId(GadgetId gadgetId)
           
 Dashboard DashboardRepository.get(DashboardId dashboardId, GadgetRequestContext gadgetRequestContext)
           
 

Uses of DashboardNotFoundException in com.atlassian.gadgets.dashboard.internal.impl
 

Methods in com.atlassian.gadgets.dashboard.internal.impl that throw DashboardNotFoundException
 DashboardId DashboardRepositoryImpl.findDashboardByGadgetId(GadgetId gadgetId)
           
 DashboardState TransactionalDashboardStateStoreImpl.findDashboardWithGadget(GadgetId gadgetId)
           
 Dashboard DashboardRepositoryImpl.get(DashboardId dashboardId, GadgetRequestContext gadgetRequestContext)
           
 DashboardState TransactionalDashboardStateStoreImpl.retrieve(DashboardId dashboardId)
           
 

Uses of DashboardNotFoundException in com.atlassian.gadgets.dashboard.spi
 

Methods in com.atlassian.gadgets.dashboard.spi that throw DashboardNotFoundException
 DashboardState DashboardStateStore.findDashboardWithGadget(GadgetId gadgetId)
          Retrieve the DashboardState for the dashboard containing the gadget whose identifier is gadgetID
 DashboardState DashboardStateStore.retrieve(DashboardId id)
          Retrieve the DashboardState with the DashboardId from the data store.
 

Uses of DashboardNotFoundException in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that throw DashboardNotFoundException
 DashboardState PluginSettingsDashboardStateStore.findDashboardWithGadget(GadgetId gadgetId)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.