com.atlassian.jira.web.action.admin.issuesecurity
Class EditIssueSecurities

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.scheme.AbstractSchemeAwareAction
                  extended bycom.atlassian.jira.web.action.admin.issuesecurity.SchemeAwareIssueSecurityAction
                      extended bycom.atlassian.jira.web.action.admin.issuesecurity.EditIssueSecurities
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, ErrorCollection, I18nHelper, webwork.action.IllegalArgumentAware, SchemeAware, Serializable

public class EditIssueSecurities
extends SchemeAwareIssueSecurityAction

See Also:
Serialized Form

Field Summary
(package private)  String description
           
(package private)  Long levelId
           
(package private)  String name
           
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, savedFilters, selectedProject
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface com.atlassian.jira.util.I18nHelper
DEFAULT_RESOURCE_BUNDLE
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
EditIssueSecurities()
           
 
Method Summary
 String doAddLevel()
           
 String doMakeDefaultLevel()
           
 String getDescription()
           
 String getIssueSecurityDescription(Long id)
          Gets the description for the permission
 Long getLevelId()
           
 String getName()
           
 String getRedirectURL()
           
 Map getSchemeIssueSecurities()
          Get a map of the permission events that can be part of a permission scheme.
 List getSecurities(Long security)
          Get all Generic Value issue security records for a particular scheme and security Id
 void setDescription(String description)
           
 void setLevelId(Long levelId)
           
 void setName(String name)
           
 
Methods inherited from class com.atlassian.jira.web.action.admin.issuesecurity.SchemeAwareIssueSecurityAction
getSchemeManager, getType, isDefault
 
Methods inherited from class com.atlassian.jira.scheme.AbstractSchemeAwareAction
doNameValidation, getScheme, getSchemeId, setSchemeId
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, forceRedirect, getAssignableUsers, getAssignableUsers, getCachedGroups, getCalendarTranslationFilenameForLanguage, getComponentManager, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getLanguage, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getSavedFilters, getSelectedProject, getServerId, getText, getTimeFormat, getUserFullName, getVersionManager, getWebworkStack, getWebworkStack, isHasCalendarTranslationForLanguage, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getApplicationProperties, getDefaultResourceBundle, getDelegator, getJiraLocaleUtils, getLocale, getResult, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, doDefault, doExecute, doValidation, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

name

String name

description

String description

levelId

Long levelId
Constructor Detail

EditIssueSecurities

public EditIssueSecurities()
Method Detail

getSchemeIssueSecurities

public Map getSchemeIssueSecurities()
Get a map of the permission events that can be part of a permission scheme. This map contains the permission id and the permission name

Returns:
Map containing the permissions
See Also:
SchemePermissions

getSecurities

public List getSecurities(Long security)
                   throws org.ofbiz.core.entity.GenericEntityException
Get all Generic Value issue security records for a particular scheme and security Id

Parameters:
security - The Id of the security
Returns:
List of (GenericValue) permissions
Throws:
org.ofbiz.core.entity.GenericEntityException
See Also:
IssueSecuritySchemeManagerImpl

getIssueSecurityDescription

public String getIssueSecurityDescription(Long id)
Gets the description for the permission

Parameters:
id - Id of the permission that you want to get the description for
Returns:
String containing the description
See Also:
SchemePermissions

doAddLevel

public String doAddLevel()
                  throws Exception
Throws:
Exception

doMakeDefaultLevel

public String doMakeDefaultLevel()
                          throws Exception
Throws:
Exception

setName

public void setName(String name)

getName

public String getName()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLevelId

public Long getLevelId()

setLevelId

public void setLevelId(Long levelId)

getRedirectURL

public String getRedirectURL()
Overrides:
getRedirectURL in class SchemeAwareIssueSecurityAction


Copyright © 2002-2007 Atlassian. All Rights Reserved.