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

Packages that use PermissionService
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.rest Interfaces and classes used to implement dashboards and their gadgets as REST resources. 
com.atlassian.gadgets.dashboard.internal.velocity   
com.atlassian.gadgets.directory.internal   
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
com.atlassian.gadgets.spi.util Contains utility and helper classes for all host applications. 
 

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

Constructors in com.atlassian.gadgets.dashboard.internal.impl with parameters of type PermissionService
DashboardServiceImpl(TransactionalDashboardStateStoreImpl stateStore, PermissionService permissionService)
          Constructor.
 

Uses of PermissionService in com.atlassian.gadgets.dashboard.internal.rest
 

Constructors in com.atlassian.gadgets.dashboard.internal.rest with parameters of type PermissionService
DashboardResource(PermissionService permissionService, GadgetRequestContextFactory gadgetRequestContextFactory, AddGadgetHandler addGadgetHandler, ChangeLayoutHandler changeLayoutHandler, DashboardRepository repository, RepresentationFactory representationFactory, com.atlassian.sal.api.message.I18nResolver i18n)
          Constructor.
GadgetResource(PermissionService permissionService, DashboardRepository repository, GadgetRequestContextFactory gadgetRequestContextFactory, AddGadgetHandler addGadgetHandler, DeleteGadgetHandler deleteGadgetHandler, ChangeGadgetColorHandler changeGadgetColorHandler, UpdateGadgetUserPrefsHandler updateGadgetUserPrefsHandler, com.atlassian.sal.api.message.I18nResolver i18n, RepresentationFactory representationFactory)
          Constructor.
 

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

Constructors in com.atlassian.gadgets.dashboard.internal.velocity with parameters of type PermissionService
VelocityViewFactory(com.atlassian.templaterenderer.TemplateRenderer renderer, StateConverter stateConverter, PermissionService permissionService, RepresentationFactory representationFactory, DashboardEmbedder dashboardEmbedder)
           
 

Uses of PermissionService in com.atlassian.gadgets.directory.internal
 

Constructors in com.atlassian.gadgets.directory.internal with parameters of type PermissionService
DirectoryConfigurationPermissionChecker(PermissionService permissionService, com.atlassian.sal.api.user.UserManager userManager)
          Constructor.
 

Uses of PermissionService in com.atlassian.gadgets.refimpl
 

Classes in com.atlassian.gadgets.refimpl that implement PermissionService
 class PermissionServiceImpl
          Simple implementation of the permission service.
 

Uses of PermissionService in com.atlassian.gadgets.spi.util
 

Constructors in com.atlassian.gadgets.spi.util with parameters of type PermissionService
UserHasWritePermissionToDashboard(PermissionService permissionService)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.