com.atlassian.jira.web.action.admin
Class GlobalPermissions

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.ProjectActionSupport
                  extended bycom.atlassian.jira.web.action.AbstractPermissions
                      extended bycom.atlassian.jira.web.action.admin.GlobalPermissions

public class GlobalPermissions
extends AbstractPermissions

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
savedFilters
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, permissionManager, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
GlobalPermissions()
           
 
Method Summary
 boolean allowGlobalPerms()
           
protected  void createPermission(int permType, Group group)
           
 java.util.Collection getPermissionGroups(java.lang.Integer permType)
           
protected  void removePermission(int permType, Group group)
           
 
Methods inherited from class com.atlassian.jira.web.action.AbstractPermissions
doExecute, doValidation, getDescription, getGroupName, getGroups, getPermType, getPermTypes, setAction, setGroupName, setPermType
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getBrowseableProjectsInCategory, getSavedFilters
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDefaultAssignee, getField, getLocale, getOutlookDate, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getText, getText, getText, getText, getUserFullName, getUserPreferences, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalPermissions

public GlobalPermissions()
Method Detail

allowGlobalPerms

public boolean allowGlobalPerms()
Specified by:
allowGlobalPerms in class AbstractPermissions

createPermission

protected void createPermission(int permType,
                                Group group)
                         throws CreateException
Specified by:
createPermission in class AbstractPermissions
Throws:
CreateException

removePermission

protected void removePermission(int permType,
                                Group group)
                         throws RemoveException
Specified by:
removePermission in class AbstractPermissions
Throws:
RemoveException

getPermissionGroups

public java.util.Collection getPermissionGroups(java.lang.Integer permType)
Specified by:
getPermissionGroups in class AbstractPermissions