public class ViewIssueTypes extends AbstractViewConstants<IssueType> implements AddIssueTypeAction
JiraWebActionSupport.MessageTypeErrorCollection.ReasonI18nHelper.BeanFactory| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_ISSUE_TYPE_DEFAULT_ICON |
description, down, iconurl, make, name, upISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilterslog| 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() |
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, getDescription, getIconurl, getName, isDefault, isTranslatable, setDescription, setDown, setIconurl, setMake, setName, setUp, validateNameaddError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addMessageToResponse, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDescTranslation, getDmyDateFormatter, getEmptyResponse, getErrorMessages, getErrors, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getHttpRequest, getHttpResponse, getHttpSession, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirect, getRedirectSanitiser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, hasGlobalPermission, hasGlobalPermission, hasIssuePermission, hasIssuePermission, hasIssuePermission, hasPermission, hasProjectPermission, hasProjectPermission, htmlEncode, insertContextPath, isInlineDialogMode, isSystemAdministrator, isUserExists, isUserExistsByKey, isUserExistsByName, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, tagMauEventWithApplication, tagMauEventWithProject, urlEncodeaddErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getResourceBundle, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUntransformedRawText, getUserPreferences, hasAnyErrors, isIndexing, isKeyDefined, removeKeyOrAddErroraddError, addErrorMessage, doDefault, doExecute, 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, addErrorMessages, addErrors, hasAnyErrors, 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 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-2015 Atlassian. All Rights Reserved.