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   
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 DefaultFavouritesManager.addFavourite(User user, SharedEntity entity)
           
 void FavouritesManager.addFavourite(User user, SharedEntity entity)
          Add the given entity as a favourite of the user passed in add to favourites count if necessary.
 void DefaultFavouritesManager.addFavouriteInPosition(User user, SharedEntity entity, long position)
           
 void FavouritesManager.addFavouriteInPosition(User user, SharedEntity 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 DefaultFavouritesManager.decreaseFavouriteSequence(User user, SharedEntity entity)
           
 void FavouritesManager.decreaseFavouriteSequence(User user, SharedEntity entity)
          Decreases 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)
           
 void FavouritesManager.increaseFavouriteSequence(User user, SharedEntity entity)
          Increases the position of the SharedEntity relative to the user's set of all other entities of the same type.
 boolean DefaultFavouritesManager.isFavourite(User user, SharedEntity entity)
           
 boolean FavouritesManager.isFavourite(User user, SharedEntity entity)
          Check to see if the given entity is a favourite of the user passed in.
 void DefaultFavouritesManager.moveToEndFavouriteSequence(User user, SharedEntity entity)
           
 void FavouritesManager.moveToEndFavouriteSequence(User user, SharedEntity 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.moveToStartFavouriteSequence(User user, SharedEntity entity)
           
 void FavouritesManager.moveToStartFavouriteSequence(User user, SharedEntity entity)
          Moves the position of the SharedEntity to the start relative to the user's set of all other entities of the same type.
 

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
 

Methods in com.atlassian.jira.web.action that throw PermissionException
 org.ofbiz.core.entity.GenericValue JiraWebActionSupport.getSelectedProject()
          Gets the "active" project.
 Long ProjectActionSupport.getSelectedProjectId()
           
 Project JiraWebActionSupport.getSelectedProjectObject()
           
 

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

Methods in com.atlassian.jira.web.action.browser that throw PermissionException
 StatisticAccessorBean VersionBrowser.getAllStatAccessor()
           
 StatisticAccessorBean ComponentBrowser.getAllStatAccessor()
           
 StatisticAccessorBean Browser.getAllStatAccessor()
           
 Long ComponentBrowser.getId()
           
 Long Browser.getId()
           
 com.atlassian.configurable.ObjectConfiguration ConfigureReport.getObjectConfiguration()
           
 StatisticAccessorBean VersionBrowser.getStatAccessor()
           
 StatisticAccessorBean ComponentBrowser.getStatAccessor()
           
 StatisticAccessorBean Browser.getStatAccessor()
           
protected  boolean VersionBrowser.isTabPanelHidden(AbstractTabPanelModuleDescriptor descriptor)
           
protected  boolean ComponentBrowser.isTabPanelHidden(AbstractTabPanelModuleDescriptor descriptor)
           
protected  boolean Browser.isTabPanelHidden(AbstractTabPanelModuleDescriptor descriptor)
          Returns true if the tab panel of the given descriptor should be hidden from the current view
 

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

Methods in com.atlassian.jira.web.action.user that throw PermissionException
 Long PersonalBrowser.getId()
           
 void PersonalBrowser.setId(Long id)
           
 

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-2008 Atlassian. All Rights Reserved.