com.atlassian.jira.web.action.admin.issuefields.enterprise
Class AbstractEditFieldLayoutSchemeAction
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.issuefields.enterprise.AbstractEditFieldLayoutSchemeAction
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
- Direct Known Subclasses:
- CopyFieldLayoutScheme, EditFieldLayoutScheme
public abstract class AbstractEditFieldLayoutSchemeAction
- extends JiraWebActionSupport
Copyright (c) 2002-2004
All rights reserved.
- 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 |
addErrorCollection, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, forceRedirect, getApplicationProperties, getAssignableUsers, getAssignableUsers, getComponentManager, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraServiceContext, getLanguage, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRandomHint, getRedirect, getRedirectChecker, getRemoteUser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getTimeFormat, getUriValidator, getUserFullName, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, setConglomerateCookieValue, setInline, setReturnUrl, setSelectedProjectId |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, doExecute, 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 |
AbstractEditFieldLayoutSchemeAction
public AbstractEditFieldLayoutSchemeAction(FieldLayoutManager fieldLayoutManager)
redirectToView
protected String redirectToView()
getFieldLayoutSchemes
protected Collection getFieldLayoutSchemes()
validateName
protected void validateName()
validateFieldLayoutScheme
protected void validateFieldLayoutScheme()
getFieldLayoutScheme
public FieldLayoutScheme getFieldLayoutScheme()
validateId
protected void validateId()
getId
public Long getId()
setId
public void setId(Long id)
getFieldLayoutSchemeName
public String getFieldLayoutSchemeName()
setFieldLayoutSchemeName
public void setFieldLayoutSchemeName(String fieldLayoutSchemeName)
getFieldLayoutSchemeDescription
public String getFieldLayoutSchemeDescription()
setFieldLayoutSchemeDescription
public void setFieldLayoutSchemeDescription(String fieldLayoutSchemeDescription)
getSchemeProjects
public Collection getSchemeProjects(FieldLayoutScheme fieldLayoutScheme)
getFieldLayoutManager
protected FieldLayoutManager getFieldLayoutManager()
doDefault
public String doDefault()
throws Exception
- Overrides:
doDefault
in class webwork.action.ActionSupport
- Throws:
Exception
getInitialName
protected abstract String getInitialName()
Copyright © 2002-2011 Atlassian. All Rights Reserved.