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

Packages that use PermissionException
com.atlassian.gadgets.dashboard This package contains the main APIs for interacting with dashboards and gadgets. 
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.directory.internal   
 

Uses of PermissionException in com.atlassian.gadgets.dashboard
 

Methods in com.atlassian.gadgets.dashboard that throw PermissionException
 DashboardState DashboardService.get(DashboardId id, String username)
          Fetch the DashboardState if the user has permission.
 DashboardState DashboardService.save(DashboardState state, String username)
          Save the DashboardState if the user has permission.
 

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

Methods in com.atlassian.gadgets.dashboard.internal.impl that throw PermissionException
 DashboardState DashboardServiceImpl.get(DashboardId id, String username)
           
 DashboardState DashboardServiceImpl.save(DashboardState state, String username)
           
 

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

Methods in com.atlassian.gadgets.directory.internal that throw PermissionException
 void DirectoryConfigurationPermissionChecker.checkForPermissionToConfigureDirectory(javax.servlet.http.HttpServletRequest request)
          Check that the user making the request has permission to add entries to or remove entries from the directory.
 



Copyright © 2010 Atlassian. All Rights Reserved.