Uses of Interface
com.atlassian.gadgets.spi.DashboardStateStore

Packages that use DashboardStateStore
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

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

Classes in com.atlassian.gadgets.dashboard.internal.impl that implement DashboardStateStore
 class TransactionalDashboardStateStoreImpl
          A DashboardStateStore implementation that adds a transactional wrapper around an existing DashboardStateStore
 

Constructors in com.atlassian.gadgets.dashboard.internal.impl with parameters of type DashboardStateStore
TransactionalDashboardStateStoreImpl(DashboardStateStore stateStore, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate)
          Constructor.
 

Uses of DashboardStateStore in com.atlassian.gadgets.refimpl
 

Classes in com.atlassian.gadgets.refimpl that implement DashboardStateStore
 class PluginSettingsDashboardStateStore
           
 



Copyright © 2010 Atlassian. All Rights Reserved.