public class ViewIssueTypes extends AbstractViewConstants<IssueType> implements AddIssueTypeAction
JiraWebActionSupport.MessageTypeI18nHelper.BeanFactoryErrorCollection.Reason| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_ISSUE_TYPE_DEFAULT_ICON |
description, down, iconurl, make, name, upISSUE_NOT_FOUND_RESULT, log, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters, SECURITY_BREACH_RESULT| Constructor and Description |
|---|
ViewIssueTypes(FieldManager fieldManager,
FieldConfigSchemeManager configSchemeManager,
IssueTypeSchemeManager issueTypeSchemeManager,
TranslationManager translationManager,
IssueTypeManageableOption issueTypeManageableOption,
com.atlassian.event.api.EventPublisher eventPublisher,
IssueTypeService issueTypeService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addConstant() |
protected void |
clearCaches()
Clear caches related to this constant
|
String |
doAddIssueType() |
String |
doAddNewIssueType() |
protected String |
doExecute() |
String |
getActionType() |
Collection |
getAllRelatedSchemes(String id) |
String |
getCancelUrl()
The URL used for cancelling the form.
|
protected IssueType |
getConstant(String id) |
protected String |
getConstantEntityName() |
protected Collection<IssueType> |
getConstants()
Get a collection of this constant
|
protected String |
getDefaultPropertyName() |
FieldConfigScheme |
getDefaultScheme() |
List<Pair<String,Object>> |
getHiddenFields()
Return a list of {name, value} pairs to be added to the form as hidden fields.
|
protected String |
getIssueConstantField() |
ManageableOptionType |
getManageableOption() |
protected String |
getNiceConstantName() |
protected String |
getRedirectPage() |
List |
getSchemes() |
String |
getStyle()
Get the style (i.e.
|
String |
getSubmitUrl()
Return the URL used for form submission.
|
protected String |
redirectToView() |
void |
setStyle(String style)
Set the style (i.e.
|
addField, doAddConstant, getDefaultId, getDescription, getIconurl, getName, isDefault, isTranslatable, setDescription, setDown, setIconurl, setMake, setName, setUpvalidateNameaddError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, addMessageToResponse, addReason, addReasons, checkIfUrlIsAllowed, execute, forceRedirect, getActionName, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getComponentInstanceOfType, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDefaultResourceBundle, getDescTranslation, getDescTranslation, getDmyDateFormatter, getEmptyResponse, getErrorMessages, getErrors, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getHttpRequest, getHttpResponse, getHttpSession, getI18nHelper, getJiraContactHelper, getJiraServiceContext, getKeysForPrefix, getLanguage, getLocale, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getNameTranslation, getOfBizDelegator, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirect, getRedirectSanitiser, getRequestSourceType, getResourceBundle, getResult, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTimeFormat, getUnescapedText, getUntransformedRawText, getUriValidator, getUserFullName, getUserManager, getUserPreferences, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasAnyErrors, hasErrorMessage, hasErrorMessageByKey, hasGlobalPermission, hasGlobalPermission, hasIssuePermission, hasIssuePermission, hasIssuePermission, hasPermission, hasProjectPermission, hasProjectPermission, htmlEncode, insertContextPath, isAdministrator, isIndexing, isInlineDialogMode, isKeyDefined, isSystemAdministrator, isUserExists, isUserExistsByKey, isUserExistsByName, removeKeyOrAddError, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, tagMauEventWithApplication, tagMauEventWithProject, urlEncodeaddError, addErrorMessage, doDefault, doValidation, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getIconurl, getName, setDescription, setIconurl, setNameaddError, addErrorMessage, setErrorMessagespublic static final String NEW_ISSUE_TYPE_DEFAULT_ICON
public ViewIssueTypes(FieldManager fieldManager, FieldConfigSchemeManager configSchemeManager, IssueTypeSchemeManager issueTypeSchemeManager, TranslationManager translationManager, IssueTypeManageableOption issueTypeManageableOption, com.atlassian.event.api.EventPublisher eventPublisher, IssueTypeService issueTypeService)
protected String doExecute() throws Exception
doExecute in class webwork.action.ActionSupportExceptionprotected String getConstantEntityName()
getConstantEntityName in class AbstractConstantAction<IssueType>protected String getNiceConstantName()
getNiceConstantName in class AbstractConstantAction<IssueType>protected Collection<IssueType> getConstants()
AbstractConstantActiongetConstants in class AbstractConstantAction<IssueType>protected void clearCaches()
AbstractConstantActionclearCaches in class AbstractConstantAction<IssueType>protected String getIssueConstantField()
getIssueConstantField in class AbstractConstantAction<IssueType>protected IssueType getConstant(String id)
getConstant in class AbstractConstantAction<IssueType>protected String getRedirectPage()
getRedirectPage in class AbstractConstantAction<IssueType>public String doAddNewIssueType()
protected void addConstant()
throws org.ofbiz.core.entity.GenericEntityException
addConstant in class AbstractViewConstants<IssueType>org.ofbiz.core.entity.GenericEntityExceptionprotected String redirectToView()
redirectToView in class AbstractViewConstants<IssueType>protected String getDefaultPropertyName()
getDefaultPropertyName in class AbstractViewConstants<IssueType>public ManageableOptionType getManageableOption()
getManageableOption in interface AddIssueTypeActionpublic List<Pair<String,Object>> getHiddenFields()
AddIssueTypeActiongetHiddenFields in interface AddIssueTypeActionpublic String getActionType()
public Collection getAllRelatedSchemes(String id)
public List getSchemes()
public FieldConfigScheme getDefaultScheme()
public String getStyle()
AddIssueTypeActiongetStyle in interface AddIssueTypeActionpublic void setStyle(String style)
AddIssueTypeActionsetStyle in interface AddIssueTypeActionstyle - the style (i.e. subtask) of the issue type.public String getSubmitUrl()
AddIssueTypeActiongetSubmitUrl in interface AddIssueTypeActionpublic String getCancelUrl()
AddIssueTypeActiongetCancelUrl in interface AddIssueTypeActionCopyright © 2002-2024 Atlassian. All Rights Reserved.