Uses of Class
com.atlassian.jira.exception.PermissionException

Packages that use PermissionException
com.atlassian.jira.action.issue   
com.atlassian.jira.favourites   
com.atlassian.jira.plugin.report.impl   
com.atlassian.jira.web.action.browser   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.servlet   
 

Uses of PermissionException in com.atlassian.jira.action.issue
 

Methods in com.atlassian.jira.action.issue that throw PermissionException
protected  String IssueDelete.doExecute()
           
 

Uses of PermissionException in com.atlassian.jira.favourites
 

Methods in com.atlassian.jira.favourites that throw PermissionException
 void FavouritesManager.addFavourite(User user, S entity)
          Add the given entity as a favourite of the user passed in add to favourites count if necessary.
 void DefaultFavouritesManager.addFavourite(User user, SharedEntity entity)
           
 void DefaultFavouritesManager.addFavouriteInPosition(User user, SharedEntity entity, long position)
           
 void FavouritesManager.addFavouriteInPosition(User user, S entity, long position)
          Add the given entity as a favourite of the user passed in, in the specified position, add to favourites count if necessary.
 void FavouritesManager.decreaseFavouriteSequence(User user, S entity)
          Decreases the position of the SharedEntity relative to the user's set of all other entities of the same type.
 void DefaultFavouritesManager.decreaseFavouriteSequence(User user, SharedEntity entity)
           
 void FavouritesManager.increaseFavouriteSequence(User user, S entity)
          Increases the position of the SharedEntity relative to the user's set of all other entities of the same type.
 void DefaultFavouritesManager.increaseFavouriteSequence(User user, SharedEntity entity)
           
 boolean FavouritesManager.isFavourite(User user, S entity)
          Check to see if the given entity is a favourite of the user passed in.
 boolean DefaultFavouritesManager.isFavourite(User user, SharedEntity entity)
           
 void FavouritesManager.moveToEndFavouriteSequence(User user, S entity)
          Moves the position of the SharedEntity to the end relative to the user's set of all other entities of the same type.
 void DefaultFavouritesManager.moveToEndFavouriteSequence(User user, SharedEntity entity)
           
 void FavouritesManager.moveToStartFavouriteSequence(User user, S entity)
          Moves the position of the SharedEntity to the start relative to the user's set of all other entities of the same type.
 void DefaultFavouritesManager.moveToStartFavouriteSequence(User user, SharedEntity entity)
           
 

Uses of PermissionException in com.atlassian.jira.plugin.report.impl
 

Methods in com.atlassian.jira.plugin.report.impl that throw PermissionException
 StatsGroup SingleLevelGroupByReport.getOptions(SearchRequest sr, User user, StatisticsMapper mapper)
           
 

Uses of PermissionException in com.atlassian.jira.web.action.browser
 

Methods in com.atlassian.jira.web.action.browser that throw PermissionException
 Long BrowseComponent.getId()
           
 ObjectConfiguration ConfigureReport.getObjectConfiguration()
           
protected  boolean BrowseProject.isTabPanelHidden(AbstractTabPanelModuleDescriptor descriptor)
          Returns true if the tab panel of the given descriptor should be hidden from the current view
protected  boolean BrowseVersion.isTabPanelHidden(AbstractTabPanelModuleDescriptor descriptor)
           
protected  boolean BrowseComponent.isTabPanelHidden(AbstractTabPanelModuleDescriptor descriptor)
           
 

Uses of PermissionException in com.atlassian.jira.web.action.user
 

Methods in com.atlassian.jira.web.action.user that throw PermissionException
 Long PersonalBrowser.getPid()
           
 String PersonalBrowser.getRoadMapHtml()
           
 String PersonalBrowser.getTabHtmlForJSON()
           
 void PersonalBrowser.setPid(Long id)
           
 boolean PersonalBrowser.showPanel()
           
 

Uses of PermissionException in com.atlassian.jira.web.servlet
 

Methods in com.atlassian.jira.web.servlet that throw PermissionException
protected  File ViewAttachmentServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns the file of the attachment.
protected  File ViewThumbnailServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected abstract  File AbstractViewFileServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Gets the attachment file (not the file name) that corresponds to the requested attachment.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.