com.atlassian.jira.web.action.admin.issuefields
Class AbstractConfigureFieldLayout
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.issuefields.AbstractConfigureFieldLayout
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
- Direct Known Subclasses:
- ConfigureFieldLayout, EditFieldLayoutItemRenderer, ViewIssueFields
public abstract class AbstractConfigureFieldLayout
- extends JiraWebActionSupport
- 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, doDefault, 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 |
hackyFieldRendererRegistry
protected final HackyFieldRendererRegistry hackyFieldRendererRegistry
AbstractConfigureFieldLayout
protected AbstractConfigureFieldLayout(FieldScreenManager fieldScreenManager,
RendererManager rendererManager,
ReindexMessageManager reindexMessageManager,
FieldLayoutSchemeHelper fieldLayoutSchemeHelper,
HackyFieldRendererRegistry hackyFieldRendererRegistry)
getFieldLayout
public abstract EditableFieldLayout getFieldLayout()
getOrderedList
public List getOrderedList()
getFieldRedirect
protected abstract String getFieldRedirect()
throws Exception
- Throws:
Exception
doHide
public String doHide()
throws Exception
- Throws:
Exception
doRequire
public String doRequire()
throws Exception
- Throws:
Exception
store
protected abstract void store()
isHideable
public boolean isHideable(FieldLayoutItem fieldLayoutItem)
isRequirable
public boolean isRequirable(FieldLayoutItem fieldLayoutItem)
isMandatory
public boolean isMandatory(FieldLayoutItem fieldLayoutItem)
isUnscreenable
public boolean isUnscreenable(FieldLayoutItem fieldLayoutItem)
getFieldScreenTabs
public Collection getFieldScreenTabs(OrderableField orderableField)
isCustomField
public boolean isCustomField(FieldLayoutItem fieldLayoutItem)
isHasDefaultFieldLayout
public boolean isHasDefaultFieldLayout()
doRestoreDefaults
public String doRestoreDefaults()
throws Exception
- Throws:
Exception
getId
public Long getId()
setId
public void setId(Long id)
getHide
public Integer getHide()
setHide
public void setHide(Integer hide)
getRequire
public Integer getRequire()
setRequire
public void setRequire(Integer require)
getFieldName
public String getFieldName(Field field)
getRendererManager
public RendererManager getRendererManager()
getRendererDisplayName
public String getRendererDisplayName(String rendererType)
getFieldManager
protected FieldManager getFieldManager()
getFieldLayoutManager
protected FieldLayoutManager getFieldLayoutManager()
isRenderable
public boolean isRenderable(OrderableField field)
Copyright © 2002-2011 Atlassian. All Rights Reserved.