Uses of Class
com.atlassian.gadgets.dashboard.spi.DashboardStateStoreException

Packages that use DashboardStateStoreException
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 DashboardStateStoreException in com.atlassian.gadgets.dashboard.internal.impl
 

Methods in com.atlassian.gadgets.dashboard.internal.impl that throw DashboardStateStoreException
 void TransactionalDashboardStateStoreImpl.remove(DashboardId dashboardId)
           
 DashboardState TransactionalDashboardStateStoreImpl.update(DashboardState state, Iterable<DashboardChange> changes)
           
 

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

Methods in com.atlassian.gadgets.dashboard.spi that throw DashboardStateStoreException
 void DashboardStateStore.remove(DashboardId id)
          Removes the DashboardState identified by the DashboardId from the persistent data store.
 DashboardState DashboardStateStore.retrieve(DashboardId id)
          Retrieve the DashboardState with the DashboardId from the data store.
 DashboardState DashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
          Update the stored DashboardState in the persistent data store, using the changes passed in.
 

Uses of DashboardStateStoreException in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that throw DashboardStateStoreException
 DashboardState PluginSettingsDashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
           
 



Copyright © 2009 Atlassian. All Rights Reserved.