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

Packages that use DashboardState
com.atlassian.gadgets.dashboard This package contains the main APIs for interacting with dashboards and gadgets. 
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.velocity   
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.dashboard.view   
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

Uses of DashboardState in com.atlassian.gadgets.dashboard
 

Methods in com.atlassian.gadgets.dashboard that return DashboardState
 DashboardState DashboardState.appendGadgetToColumn(GadgetState gadgetState, DashboardState.ColumnIndex index)
          Returns a new DashboardState built with the same data as this, except that the column with index index has had a new gadget added to its bottom
 DashboardState DashboardState.Builder.build()
          Returns the final constructed DashboardState
 DashboardState DashboardService.get(DashboardId id, String username)
          Fetch the DashboardState if the user has permission.
 DashboardState DashboardState.prependGadgetToColumn(GadgetState gadgetState, DashboardState.ColumnIndex index)
          Returns a new DashboardState built with the same data as this, except that the column with index index has had a new gadget added to its top
 DashboardState DashboardService.save(DashboardState state, String username)
          Save the DashboardState if the user has permission.
 

Methods in com.atlassian.gadgets.dashboard with parameters of type DashboardState
static DashboardState.Builder DashboardState.dashboard(DashboardState state)
          Factory method which allows you to create a new DashboardState object based on an existing DashboardState.
 DashboardState DashboardService.save(DashboardState state, String username)
          Save the DashboardState if the user has permission.
 

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

Methods in com.atlassian.gadgets.dashboard.internal that return DashboardState
 DashboardState Dashboard.getState()
           
 

Methods in com.atlassian.gadgets.dashboard.internal with parameters of type DashboardState
 Dashboard StateConverter.convertStateToDashboard(DashboardState state, GadgetRequestContext gadgetRequestContext)
          Creates a Dashboard from a DashboardState
 

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

Methods in com.atlassian.gadgets.dashboard.internal.impl that return DashboardState
 DashboardState TransactionalDashboardStateStoreImpl.findDashboardWithGadget(GadgetId gadgetId)
           
 DashboardState DashboardServiceImpl.get(DashboardId id, String username)
           
 DashboardState DashboardImpl.getState()
           
 DashboardState TransactionalDashboardStateStoreImpl.retrieve(DashboardId dashboardId)
           
 DashboardState DashboardServiceImpl.save(DashboardState state, String username)
           
 DashboardState TransactionalDashboardStateStoreImpl.update(DashboardState state, Iterable<DashboardChange> changes)
           
 

Methods in com.atlassian.gadgets.dashboard.internal.impl with parameters of type DashboardState
 Dashboard StateConverterImpl.convertStateToDashboard(DashboardState state, GadgetRequestContext gadgetRequestContext)
           
 DashboardState DashboardServiceImpl.save(DashboardState state, String username)
           
 DashboardState TransactionalDashboardStateStoreImpl.update(DashboardState state, Iterable<DashboardChange> changes)
           
 

Constructors in com.atlassian.gadgets.dashboard.internal.impl with parameters of type DashboardState
DashboardImpl(DashboardState state, StateConverter stateConverter, GadgetRequestContext gadgetRequestContext)
           
 

Uses of DashboardState in com.atlassian.gadgets.dashboard.internal.velocity
 

Methods in com.atlassian.gadgets.dashboard.internal.velocity with parameters of type DashboardState
 ViewComponent VelocityViewFactory.createDashboardView(Iterable<DashboardTab> tabs, DashboardState selectedTabDashboardState, String username, int maxGadgets, GadgetRequestContext gadgetRequestContext)
           
 

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

Methods in com.atlassian.gadgets.dashboard.spi that return DashboardState
 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.
 DashboardState DashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
          Update the stored DashboardState in the persistent data store, using the changes passed in.
 

Methods in com.atlassian.gadgets.dashboard.spi with parameters of type DashboardState
 DashboardState DashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
          Update the stored DashboardState in the persistent data store, using the changes passed in.
 

Uses of DashboardState in com.atlassian.gadgets.dashboard.view
 

Methods in com.atlassian.gadgets.dashboard.view with parameters of type DashboardState
 ViewComponent DashboardTabViewFactory.createDashboardView(Iterable<DashboardTab> tabs, DashboardState selectedTabDashboardState, String username, int maxGadgets, GadgetRequestContext gadgetRequestContext)
          Returns a ViewComponent that will render the DashboardState and DashboardTabs customizing the view based on the permissions the user has to view/edit the dashboard and the specified Locale.
 

Uses of DashboardState in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return DashboardState
 DashboardState PluginSettingsDashboardStateStore.findDashboardWithGadget(GadgetId gadgetId)
           
 DashboardState PluginSettingsDashboardStateStore.retrieve(DashboardId dashboardId)
           
 DashboardState PluginSettingsDashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
           
 

Methods in com.atlassian.gadgets.refimpl with parameters of type DashboardState
 DashboardState PluginSettingsDashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.