|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of I18nHelper in com.atlassian.jira.bc |
|---|
| Methods in com.atlassian.jira.bc that return I18nHelper | |
|---|---|
I18nHelper |
JiraServiceContextImpl.getI18nBean()
|
I18nHelper |
JiraServiceContext.getI18nBean()
Get an I18nHelper for localising text. |
| Constructors in com.atlassian.jira.bc with parameters of type I18nHelper | |
|---|---|
JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Instantiates this class with user and error collection and I18nHelper. |
|
JiraServiceContextImpl(User user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, com.atlassian.jira.util.I18nHelper) instead. |
|
| Uses of I18nHelper in com.atlassian.jira.bc.license |
|---|
| Methods in com.atlassian.jira.bc.license with parameters of type I18nHelper | |
|---|---|
JiraLicenseService.ValidationResult |
JiraLicenseService.validate(I18nHelper i18nHelper,
String licenseString)
Validates the license String in preparation for setting the license. |
| Uses of I18nHelper in com.atlassian.jira.bc.subtask.conversion |
|---|
| Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type I18nHelper | |
|---|---|
void |
IssueConversionService.populateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection fieldLayoutItems)
Populates the operationContext from the params in the ActionContext
In case of invalid values, new error messages are added to the context's error collection under the
fieldName. |
void |
IssueConversionService.validateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection fieldLayoutItems)
Validates that all fields inputed have valid values. |
| Uses of I18nHelper in com.atlassian.jira.bulkedit.operation |
|---|
| Methods in com.atlassian.jira.bulkedit.operation with parameters of type I18nHelper | |
|---|---|
void |
BulkMoveOperation.chooseContext(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
BulkMoveOperation.validatePopulateFields(BulkEditBean bulkEditBean,
ErrorCollection errors,
I18nHelper i18nHelper)
|
| Uses of I18nHelper in com.atlassian.jira.config |
|---|
| Methods in com.atlassian.jira.config with parameters of type I18nHelper | |
|---|---|
Map<String,String> |
LocaleManager.getInstalledLocalesWithDefault(Locale defaultLocale,
I18nHelper i18nHelper)
Returns a mapping of localeString to its displayname. |
| Uses of I18nHelper in com.atlassian.jira.event.issue |
|---|
| Methods in com.atlassian.jira.event.issue that return I18nHelper | |
|---|---|
protected I18nHelper |
AbstractIssueEventListener.getI18NBean()
|
| Uses of I18nHelper in com.atlassian.jira.imports.project.customfield |
|---|
| Methods in com.atlassian.jira.imports.project.customfield with parameters of type I18nHelper | |
|---|---|
MessageSet |
ProjectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
The custom field needs to determine if the provided custom field value, in the context of the config and project import mapper, is a valid value that can be imported. |
MessageSet |
NoTransformationCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
| Uses of I18nHelper in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue with parameters of type I18nHelper | |
|---|---|
String |
IssueConstant.getDescTranslation(I18nHelper i18n)
|
String |
IssueConstant.getNameTranslation(I18nHelper i18n)
|
| Uses of I18nHelper in com.atlassian.jira.issue.customfields.impl |
|---|
| Methods in com.atlassian.jira.issue.customfields.impl that return I18nHelper | |
|---|---|
protected I18nHelper |
AbstractCustomFieldType.getI18nBean()
|
| Uses of I18nHelper in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields with parameters of type I18nHelper | |
|---|---|
String |
NavigableField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Used for email notification templates - allows changelog to be displayed in language of the recipient. |
void |
OrderableField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
Ensure that the parameters are valid |
| Uses of I18nHelper in com.atlassian.jira.issue.search.searchers.transformer |
|---|
| Methods in com.atlassian.jira.issue.search.searchers.transformer with parameters of type I18nHelper | |
|---|---|
void |
SearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
Adds error meessages to the errors object if values in the fieldValuesHolder fails validation. |
| Uses of I18nHelper in com.atlassian.jira.license |
|---|
| Methods in com.atlassian.jira.license with parameters of type I18nHelper | |
|---|---|
String |
LicenseDetails.getBriefMaintenanceStatusMessage(I18nHelper i18n)
Return the single word description of the maintenance status of the license. |
String |
LicenseDetails.getLicenseExpiryStatusMessage(I18nHelper i18n,
OutlookDate outlookDate)
Return the HTML message that briefly describes the expiry status of the license. |
String |
LicenseDetails.getLicenseStatusMessage(I18nHelper i18n,
OutlookDate outlookDate,
String delimiter)
Return the HTML message that describes the current status of the license. |
String |
LicenseDetails.getSupportRequestMessage(I18nHelper i18n,
OutlookDate outlookDate)
Return the HTML message for support request denial or send e-mail success page. |
| Uses of I18nHelper in com.atlassian.jira.plugin |
|---|
| Methods in com.atlassian.jira.plugin that return I18nHelper | |
|---|---|
I18nHelper |
JiraResourcedModuleDescriptor.getI18nBean()
|
| Uses of I18nHelper in com.atlassian.jira.plugin.keyboardshortcut |
|---|
| Methods in com.atlassian.jira.plugin.keyboardshortcut with parameters of type I18nHelper | |
|---|---|
String |
KeyboardShortcut.getPrettyShortcut(I18nHelper i18nHelper)
Given a set of shortcuts (such as ["gh", "gd"]), this method will produce a pretty internationalized HTML string such as |
| Uses of I18nHelper in com.atlassian.jira.security |
|---|
| Methods in com.atlassian.jira.security that return I18nHelper | |
|---|---|
I18nHelper |
JiraAuthenticationContext.getI18nBean()
Deprecated. Use JiraAuthenticationContext.getI18nHelper() instead. Deprecated since v4.0 |
I18nHelper |
JiraAuthenticationContext.getI18nHelper()
Useful for localisation of messages. |
| Uses of I18nHelper in com.atlassian.jira.service.util.handler |
|---|
| Methods in com.atlassian.jira.service.util.handler that return I18nHelper | |
|---|---|
protected I18nHelper |
AbstractMessageHandler.getI18nBean()
|
| Uses of I18nHelper in com.atlassian.jira.user.util |
|---|
| Methods in com.atlassian.jira.user.util with parameters of type I18nHelper | |
|---|---|
void |
UserUtil.removeUser(User loggedInUser,
User user,
I18nHelper i18nBean)
Deprecated. Use UserUtil.removeUser(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
| Uses of I18nHelper in com.atlassian.jira.util |
|---|
| Methods in com.atlassian.jira.util that return I18nHelper | |
|---|---|
I18nHelper |
I18nHelper.BeanFactory.getInstance(Locale locale)
Returns an I18nHelper instance associated with the provided Locale |
I18nHelper |
I18nHelper.BeanFactory.getInstance(com.atlassian.crowd.embedded.api.User user)
Returns an I18nHelper instance associated with the provided User's locale preference |
I18nHelper |
I18nHelper.BeanFactory.getInstance(User user)
Deprecated. since v4.3 |
| Uses of I18nHelper in com.atlassian.jira.web.action.admin.translation |
|---|
| Methods in com.atlassian.jira.web.action.admin.translation with parameters of type I18nHelper | |
|---|---|
String |
TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale,
I18nHelper i18n)
|
| Uses of I18nHelper in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue with parameters of type I18nHelper | |
|---|---|
void |
IssueCreationHelperBean.validateCreateIssueFields(JiraServiceContext jiraServiceContext,
Collection<String> providedFields,
Issue issueObject,
FieldScreenRenderer fieldScreenRenderer,
OperationContext operationContext,
Map<String,String[]> parameters,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateIssueType(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateLicense(ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateProject(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||