public class ViewTranslations extends AbstractManageIssueTypeOptionsAction
JiraWebActionSupport.MessageType
ErrorCollection.Reason
I18nHelper.BeanFactory
Modifier and Type | Field and Description |
---|---|
static String |
ISSUECONSTANT_ISSUETYPE |
static String |
ISSUECONSTANT_PRIORITY |
static String |
ISSUECONSTANT_RESOLUTION |
static String |
ISSUECONSTANT_STATUS |
static String |
ISSUECONSTANT_SUBTASK |
static String |
ISSUETYPE_CONSTANT_NAME |
static String |
LINKNAME_ISSUETYPE |
static String |
LINKNAME_PRIORITY |
static String |
LINKNAME_RESOLUTION |
static String |
LINKNAME_STATUS |
static String |
LINKNAME_SUBTASK |
static String |
PRIORITY_CONSTANT_NAME |
static String |
RESOLUTION_CONSTANT_NAME |
static String |
STATUS_CONSTANT_NAME |
static String |
SUBTASK_CONSTANT_NAME |
static String |
TRANSLATION_PREFIX |
bulkMoveOperation, issueManager, issueTypeSchemeManager, issueTypeSchemeService, manageableOptionType, optionSetManager
configScheme, configSchemeManager, fieldId, fieldManager, schemeId
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters
log
Constructor and Description |
---|
ViewTranslations(FieldConfigSchemeManager configSchemeManager,
IssueTypeSchemeManager issueTypeSchemeManager,
FieldManager fieldManager,
OptionSetManager optionSetManager,
IssueTypeManageableOption manageableOptionType,
BulkMoveOperation bulkMoveOperation,
TranslationManager translationManager,
ConstantsManager constantsManager,
JiraAuthenticationContext authenticationContext,
IssueManager issueManager,
LocaleManager localeManager,
IssueTypeSchemeService issueTypeSchemeService) |
Modifier and Type | Method and Description |
---|---|
String |
doDefault() |
protected String |
doExecute() |
void |
doValidation() |
String |
getActionType() |
String |
getCurrentLocale() |
String |
getDescKey(IssueConstant issueConstant) |
Map |
getInstalledLocales() |
String |
getIssueConstantName() |
Collection<IssueConstant> |
getIssueConstants() |
String |
getIssueConstantTranslationPrefix() |
String |
getIssueConstantType() |
String |
getLinkName() |
String |
getNameKey(IssueConstant issueConstant) |
String |
getRedirectPage() |
String |
getSelectedLocale() |
String |
getSelectedLocaleDisplayName()
Returns a name for the selected locale in the user's language for display purposes.
|
String |
getTranslatedDesc(IssueConstant issueConstant) |
String |
getTranslatedName(IssueConstant issueConstant) |
boolean |
isIssueConstantTypeStatus() |
boolean |
isTranslatable() |
void |
setIssueConstantType(String issueConstantType) |
void |
setSelectedLocale(String selectedLocale) |
getManageableOption, getRedirect, migrateIssues
getConfigScheme, getConfigurableField, getFieldId, getSchemeId, setConfigScheme, setFieldId, setSchemeId
addError, 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, getRequestSourceType, 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, urlEncode
addErrorMessages, 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, removeKeyOrAddError
addError, addErrorMessage, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addError, addErrorMessage, addErrorMessages, addErrors, hasAnyErrors, setErrorMessages
public static final String ISSUECONSTANT_ISSUETYPE
public static final String ISSUECONSTANT_PRIORITY
public static final String ISSUECONSTANT_RESOLUTION
public static final String ISSUECONSTANT_STATUS
public static final String ISSUECONSTANT_SUBTASK
public static final String TRANSLATION_PREFIX
public static final String STATUS_CONSTANT_NAME
public static final String ISSUETYPE_CONSTANT_NAME
public static final String RESOLUTION_CONSTANT_NAME
public static final String SUBTASK_CONSTANT_NAME
public static final String PRIORITY_CONSTANT_NAME
public static final String LINKNAME_ISSUETYPE
public static final String LINKNAME_PRIORITY
public static final String LINKNAME_RESOLUTION
public static final String LINKNAME_STATUS
public static final String LINKNAME_SUBTASK
public ViewTranslations(FieldConfigSchemeManager configSchemeManager, IssueTypeSchemeManager issueTypeSchemeManager, FieldManager fieldManager, OptionSetManager optionSetManager, IssueTypeManageableOption manageableOptionType, BulkMoveOperation bulkMoveOperation, TranslationManager translationManager, ConstantsManager constantsManager, JiraAuthenticationContext authenticationContext, IssueManager issueManager, LocaleManager localeManager, IssueTypeSchemeService issueTypeSchemeService)
public String doDefault()
doDefault
in class webwork.action.ActionSupport
public void doValidation()
doValidation
in class webwork.action.ActionSupport
protected String doExecute()
doExecute
in class webwork.action.ActionSupport
public String getIssueConstantName()
public String getIssueConstantTranslationPrefix()
public String getRedirectPage()
public Collection<IssueConstant> getIssueConstants()
public String getLinkName()
public String getCurrentLocale()
public String getSelectedLocaleDisplayName()
public String getNameKey(IssueConstant issueConstant)
public String getDescKey(IssueConstant issueConstant)
public String getTranslatedName(IssueConstant issueConstant)
public String getTranslatedDesc(IssueConstant issueConstant)
public Map getInstalledLocales()
public String getIssueConstantType()
public void setIssueConstantType(String issueConstantType)
public boolean isIssueConstantTypeStatus()
public String getSelectedLocale()
public void setSelectedLocale(String selectedLocale)
public String getActionType()
public boolean isTranslatable()
Copyright © 2002-2019 Atlassian. All Rights Reserved.