com.atlassian.jira.web.action.admin.issuesecurity
Class SelectProjectSecuritySchemeStep2
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.scheme.AbstractSchemeAwareAction
com.atlassian.jira.web.action.admin.issuesecurity.SelectProjectSecuritySchemeStep2
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, ProjectAware, SchemeAware, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
public class SelectProjectSecuritySchemeStep2
- extends AbstractSchemeAwareAction
- implements ProjectAware
- See Also:
- Serialized Form
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDmyDateFormatter, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirect, getRedirectSanitiser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, hasIssuePermission, hasPermission, hasProjectPermission, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, urlEncode |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getRemoteUser, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUntransformedRawText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, isKeyDefined, removeKeyOrAddError |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, doDefault, doValidation, getCommandName, 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 webwork.action.CommandDriven |
getCommandName, setCommand |
SelectProjectSecuritySchemeStep2
public SelectProjectSecuritySchemeStep2(IssueSecuritySchemeManager issueSecuritySchemeManager,
IssueSecurityLevelManager issueSecurityLevelManager)
doExecute
public String doExecute()
throws Exception
- Overrides:
doExecute
in class webwork.action.ActionSupport
- Throws:
Exception
getAffectedIssues
public List getAffectedIssues(Long levelId)
- Get all issues that are part of this project and have this security level
- Parameters:
levelId
- The security level
- Returns:
- A List containing all affected issues
getTotalAffectedIssues
public List getTotalAffectedIssues()
- Get all issues that are part of this project and have security set on them
- Returns:
- A List containing all affected issues
getOriginalSecurityLevels
public Map getOriginalSecurityLevels()
- Get the list of Security Levels for the original scheme
- Returns:
- A Map containing the levels
getNewSecurityLevels
public Map getNewSecurityLevels()
- Get the list of Security Levels for the new scheme
- Returns:
- A Map containing the levels
getOrigSchemeId
public Long getOrigSchemeId()
setOrigSchemeId
public void setOrigSchemeId(Long origSchemeId)
getNewSchemeId
public Long getNewSchemeId()
setNewSchemeId
public void setNewSchemeId(Long newSchemeId)
getProjectId
public Long getProjectId()
- Specified by:
getProjectId
in interface ProjectAware
setProjectId
public void setProjectId(Long projectId)
- Specified by:
setProjectId
in interface ProjectAware
getProject
public org.ofbiz.core.entity.GenericValue getProject()
throws org.ofbiz.core.entity.GenericEntityException
- Specified by:
getProject
in interface ProjectAware
- Throws:
org.ofbiz.core.entity.GenericEntityException
getSchemeManager
public SchemeManager getSchemeManager()
- Specified by:
getSchemeManager
in class AbstractSchemeAwareAction
getRedirectURL
public String getRedirectURL()
throws org.ofbiz.core.entity.GenericEntityException
- Specified by:
getRedirectURL
in class AbstractSchemeAwareAction
- Throws:
org.ofbiz.core.entity.GenericEntityException
getSecurityScheme
public IssueSecurityLevelScheme getSecurityScheme(Long schemeId)
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
getLevelPrefix
public static String getLevelPrefix()
Copyright © 2002-2013 Atlassian. All Rights Reserved.