|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DashboardStateStoreException | |
|---|---|
| com.atlassian.gadgets.dashboard.internal.impl | |
| com.atlassian.gadgets.refimpl | Provides an implementation of the SPI for the refapp. |
| com.atlassian.gadgets.spi | Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). |
| 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.refimpl |
|---|
| Methods in com.atlassian.gadgets.refimpl that throw DashboardStateStoreException | |
|---|---|
DashboardState |
PluginSettingsDashboardStateStore.update(DashboardState dashboardState,
Iterable<DashboardChange> changes)
|
| Uses of DashboardStateStoreException in com.atlassian.gadgets.spi |
|---|
| Methods in com.atlassian.gadgets.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||