|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of I18nHelper in com.atlassian.jira.action |
---|
Classes in com.atlassian.jira.action that implement I18nHelper | |
---|---|
class |
JiraActionSupport
This class sits just above the base Webwork ActionSupport class and provides JIRA specific code to all our
actions. |
class |
JiraNonWebActionSupport
The superclass for all non-web actions in JIRA. |
Methods in com.atlassian.jira.action that return I18nHelper | |
---|---|
protected I18nHelper |
JiraActionSupport.getI18nHelper()
|
Uses of I18nHelper in com.atlassian.jira.action.admin |
---|
Classes in com.atlassian.jira.action.admin that implement I18nHelper | |
---|---|
class |
ListenerCreate
|
class |
ListenerDelete
|
Uses of I18nHelper in com.atlassian.jira.action.component |
---|
Classes in com.atlassian.jira.action.component that implement I18nHelper | |
---|---|
class |
ComponentEdit
This class updates the component details |
Uses of I18nHelper in com.atlassian.jira.action.issue |
---|
Classes in com.atlassian.jira.action.issue that implement I18nHelper | |
---|---|
class |
AbstractIssueAction
Any action that alters an existing issue should subclass this. |
class |
AbstractIssueUpdateAction
This action should be subclassed by any action which changes issues and might want to generate a changelog. |
class |
IssueDelete
Deprecated. since v4.1 |
class |
IssueUpdate
Deprecated. as of 4.1 |
Uses of I18nHelper in com.atlassian.jira.action.project |
---|
Classes in com.atlassian.jira.action.project that implement I18nHelper | |
---|---|
class |
AbstractProjectEntityCreate
|
class |
AbstractProjectEntityEdit
This class is a common class for the editing of project entities. |
Uses of I18nHelper in com.atlassian.jira.action.projectcategory |
---|
Classes in com.atlassian.jira.action.projectcategory that implement I18nHelper | |
---|---|
class |
ProjectCategoryDelete
|
class |
ProjectCategoryEdit
|
Uses of I18nHelper in com.atlassian.jira.appconsistency.integrity |
---|
Constructors in com.atlassian.jira.appconsistency.integrity with parameters of type I18nHelper | |
---|---|
IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator,
I18nHelper i18nBean)
|
Uses of I18nHelper in com.atlassian.jira.appconsistency.integrity.check |
---|
Methods in com.atlassian.jira.appconsistency.integrity.check that return I18nHelper | |
---|---|
protected I18nHelper |
CheckImpl.getI18NBean()
|
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.config |
---|
Constructors in com.atlassian.jira.bc.config with parameters of type I18nHelper | |
---|---|
DefaultConstantsService(I18nHelper i18n,
ConstantsManager constantsManager,
PermissionManager permissionManager,
WorkflowSchemeManager workflowSchemeMgr,
WorkflowManager workflowMgr,
IssueTypeSchemeManager issueTypeSchemeMgr)
Creates a new DefaultConstantsService. |
Uses of I18nHelper in com.atlassian.jira.bc.license |
---|
Methods in com.atlassian.jira.bc.license with parameters of type I18nHelper | |
---|---|
JiraLicenseService.ValidationResult |
JiraLicenseServiceImpl.validate(I18nHelper i18nHelper,
String licenseString)
|
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 |
DefaultIssueConversionService.populateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection fieldLayoutItems)
|
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 |
DefaultIssueConversionService.validateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection fieldLayoutItems)
|
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 |
BulkMoveOperationImpl.chooseContext(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
BulkMigrateOperation.chooseContext(BulkEditBean rootBulkEditBean,
User remoteUser,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
BulkMoveOperation.chooseContext(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser,
I18nHelper i18nHelper,
ErrorCollection errors)
|
String |
BulkMoveOperationImpl.getFieldName(Field field,
I18nHelper i18nHelper)
|
void |
BulkMoveOperationImpl.validatePopulateFields(BulkEditBean bulkEditBean,
ErrorCollection errors,
I18nHelper i18nHelper)
|
void |
BulkMoveOperation.validatePopulateFields(BulkEditBean bulkEditBean,
ErrorCollection errors,
I18nHelper i18nHelper)
|
void |
BulkMigrateOperation.validatePopulateFields(BulkEditBean rootBulkEditBean,
I18nHelper i18nHelper,
ErrorCollection errors)
|
Uses of I18nHelper in com.atlassian.jira.charts |
---|
Constructors in com.atlassian.jira.charts with parameters of type I18nHelper | |
---|---|
PieSegmentWrapper(Object key,
I18nHelper i18nHelper,
String statisticType,
ConstantsManager constantsManager,
CustomFieldManager customFieldManager)
|
Uses of I18nHelper in com.atlassian.jira.config |
---|
Methods in com.atlassian.jira.config with parameters of type I18nHelper | |
---|---|
Map<String,String> |
DefaultLocaleManager.getInstalledLocalesWithDefault(Locale defaultLocale,
I18nHelper 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.crowd.embedded |
---|
Methods in com.atlassian.jira.crowd.embedded that return I18nHelper | |
---|---|
protected I18nHelper |
DefaultJaacsService.i18n(com.atlassian.crowd.embedded.api.User user)
Returns an I18nHelper for the given user. |
Uses of I18nHelper in com.atlassian.jira.dev.reference.dependent.plugin.actions |
---|
Classes in com.atlassian.jira.dev.reference.dependent.plugin.actions that implement I18nHelper | |
---|---|
class |
ReferenceComponentImportAction
Simple web action that displays the result of calling a method on ReferencePublicComponent |
Uses of I18nHelper in com.atlassian.jira.dev.reference.plugin.actions |
---|
Classes in com.atlassian.jira.dev.reference.plugin.actions that implement I18nHelper | |
---|---|
class |
PreparedReferenceAction
Sample Reference Action that prints out "Welcome to JIRA". |
class |
ReferenceAction
Sample Reference Action that prints out "Welcome to JIRA". |
class |
ReferenceComponentAction
Simple web action that displays the result of calling a method on ReferenceComponent |
class |
ReferenceModuleTypeAction
Simple web action that displays the result of calling a method on ReferenceComponent . |
class |
ReferenceResourceAction
An action that prints out value of the reference resource. |
Uses of I18nHelper in com.atlassian.jira.dev.reference.plugin.renderer |
---|
Constructors in com.atlassian.jira.dev.reference.plugin.renderer with parameters of type I18nHelper | |
---|---|
ReferenceGoogleLink(com.atlassian.renderer.links.GenericLinkParser parser,
com.atlassian.renderer.RenderContext context,
I18nHelper i18nHelper)
|
|
ReferenceWikipediaLink(com.atlassian.renderer.links.GenericLinkParser parser,
com.atlassian.renderer.RenderContext context,
I18nHelper i18nHelper)
|
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 |
---|
Methods in com.atlassian.jira.imports.project with parameters of type I18nHelper | |
---|---|
void |
DefaultProjectImportManager.autoMapAndValidateCustomFields(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
I18nHelper i18nBean)
|
void |
ProjectImportManager.autoMapAndValidateCustomFields(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
I18nHelper i18nBean)
Performs an automatic mapping of the custom fields from the backup system to the current systems custom field's and validates that all mappings are possible. |
void |
DefaultProjectImportManager.autoMapAndValidateIssueTypes(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
I18nHelper i18nBean)
|
void |
ProjectImportManager.autoMapAndValidateIssueTypes(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
I18nHelper i18nBean)
Performs an automatic mapping of the IssueTypes from the backup system to the current systems issue types and validates that all mappings are possible. |
void |
DefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
User importAuthor)
|
void |
ProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
User importAuthor)
This will perform the project import based on the mappings provided. |
BackupOverview |
DefaultProjectImportManager.getBackupOverview(String pathToBackupXml,
TaskProgressSink taskProgressSink,
I18nHelper i18n)
|
BackupOverview |
ProjectImportManager.getBackupOverview(String pathToBackupXml,
TaskProgressSink taskProgressSink,
I18nHelper i18n)
Parses through the provided JIRA XML backup file and creates a BackupOverview. |
void |
DefaultProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n)
|
void |
ProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n)
Re-indexes all the new Issues that have just been created in this Project Import. |
void |
DefaultProjectImportManager.validateCustomFieldValues(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n)
|
void |
ProjectImportManager.validateCustomFieldValues(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18nBean)
Parses the partitioned custom field value XML and gets the custom fields to validate that they can handle the values. |
void |
DefaultProjectImportManager.validateFileAttachments(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n)
|
void |
ProjectImportManager.validateFileAttachments(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n)
Parses the partitioned file attachment XML and validates that the referenced file attachment exists in the user provided attachment directory. |
void |
DefaultProjectImportManager.validateSystemFields(ProjectImportData projectImportData,
MappingResult mappingResult,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
TaskProgressInterval taskProgressInterval,
I18nHelper i18nBean)
|
void |
ProjectImportManager.validateSystemFields(ProjectImportData projectImportData,
MappingResult mappingResult,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
TaskProgressInterval taskProgressInterval,
I18nHelper i18nBean)
Validates that all mappings are possible. |
Uses of I18nHelper in com.atlassian.jira.imports.project.core |
---|
Methods in com.atlassian.jira.imports.project.core that return I18nHelper | |
---|---|
I18nHelper |
ProjectImportResults.getI18n()
Returns the I18nHelper associated with this Project Import. |
I18nHelper |
ProjectImportResultsImpl.getI18n()
|
Constructors in com.atlassian.jira.imports.project.core with parameters of type I18nHelper | |
---|---|
ProjectImportResultsImpl(long startTime,
int expectedIssuesCreatedCount,
int expectedUsersCreatedCount,
int expectedAttachmentsCreatedCount,
I18nHelper i18n)
|
Uses of I18nHelper in com.atlassian.jira.imports.project.customfield |
---|
Methods in com.atlassian.jira.imports.project.customfield with parameters of type I18nHelper | |
---|---|
MessageSet |
SelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
MessageSet |
VersionCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
MessageSet |
ProjectPickerCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
MessageSet |
GroupCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
MessageSet |
CascadingSelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
MessageSet |
UserCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
MessageSet |
NoTransformationCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
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. |
Uses of I18nHelper in com.atlassian.jira.imports.project.handler |
---|
Constructors in com.atlassian.jira.imports.project.handler with parameters of type I18nHelper | |
---|---|
AttachmentFileValidatorHandler(BackupProject backupProject,
ProjectImportOptions projectImportOptions,
BackupSystemInformation backupSystemInformation,
I18nHelper i18nHelper)
|
Uses of I18nHelper in com.atlassian.jira.imports.project.taskprogress |
---|
Constructors in com.atlassian.jira.imports.project.taskprogress with parameters of type I18nHelper | |
---|---|
EntityCountTaskProgressProcessor(TaskProgressInterval taskProgressInterval,
String subTaskName,
int numEntities,
I18nHelper i18n)
|
|
EntityTypeTaskProgressProcessor(int numEntityTypes,
TaskProgressSink taskProgressSink,
I18nHelper i18n)
|
Uses of I18nHelper in com.atlassian.jira.imports.project.validation |
---|
Methods in com.atlassian.jira.imports.project.validation with parameters of type I18nHelper | |
---|---|
void |
CustomFieldOptionMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
Map customFieldValueMessageSets)
Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup. |
void |
CustomFieldOptionMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
Map customFieldValueMessageSets)
|
MessageSet |
IssueLinkTypeMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueLinkTypeMapper issueLinkTypeMapper)
This validator makes sure that the IssueLinkTypes that are required: exist in the current instance is or is not a subtask link as appropriate |
MessageSet |
IssueLinkTypeMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueLinkTypeMapper issueLinkTypeMapper)
|
MessageSet |
IssueTypeMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper)
Makes sure that the issue types that are required: exists in the current instance is valid for the current projects issue type scheme is or is not a subtask based on how the issue type was defined in the backup system |
MessageSet |
IssueTypeMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper)
|
MessageSet |
CustomFieldMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
CustomFieldMapper customFieldMapper)
|
MessageSet |
CustomFieldMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
CustomFieldMapper customFieldMapper)
Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup. |
MessageSet |
StatusMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
StatusMapper statusMapper)
|
MessageSet |
StatusMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
StatusMapper statusMapper)
Makes sure that the statuses that are required: exist in the current instance are valid for the issue type registered based on the workflow associated with the project being restored |
MessageSet |
MapperValidator.validateMappings(I18nHelper i18nHelper,
SimpleProjectImportIdMapper simpleProjectImportIdMapper)
This is a simple validation method that will only check to see that all the required values of the provided mapper have been mapped to the current instance of JIRA. |
MessageSet |
ProjectRoleMapperValidator.validateMappings(I18nHelper i18nHelper,
SimpleProjectImportIdMapper simpleProjectImportIdMapper)
|
MessageSet |
AbstractSimpleMapperValidator.validateMappings(I18nHelper i18nHelper,
SimpleProjectImportIdMapper simpleProjectImportIdMapper)
|
MessageSet |
UserMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
UserMapper userMapper)
|
MessageSet |
UserMapperValidator.validateMappings(I18nHelper i18nHelper,
UserMapper userMapper)
This validator makes sure that the Users that are required: exist in the current instance |
MessageSet |
IssueSecurityLevelValidator.validateMappings(SimpleProjectImportIdMapper issueSecurityLevelMapper,
BackupProject backupProject,
I18nHelper i18nHelper)
|
MessageSet |
ProjectRoleActorMapperValidator.validateProjectRoleActors(I18nHelper i18nHelper,
ProjectImportMapper projectImportMapper,
ProjectImportOptions projectImportOptions)
Makes sure that the ProjectRoleActors that we want to add to the project roles actually exist. |
MessageSet |
ProjectRoleActorMapperValidatorImpl.validateProjectRoleActors(I18nHelper i18nHelper,
ProjectImportMapper projectImportMapper,
ProjectImportOptions projectImportOptions)
|
Uses of I18nHelper in com.atlassian.jira.issue |
---|
Methods in com.atlassian.jira.issue that return I18nHelper | |
---|---|
protected I18nHelper |
IssueVerifier.getI18nBean()
|
Methods in com.atlassian.jira.issue with parameters of type I18nHelper | |
---|---|
String |
MockIssueConstant.getDescTranslation(I18nHelper i18n)
|
String |
IssueConstantImpl.getDescTranslation(I18nHelper i18n)
Retrieve desc translation. |
String |
TextIssueConstant.getDescTranslation(I18nHelper i18n)
|
String |
IssueConstant.getDescTranslation(I18nHelper i18n)
|
String |
MockIssueConstant.getNameTranslation(I18nHelper i18n)
|
String |
IssueConstantImpl.getNameTranslation(I18nHelper i18n)
Retrieve name translation. |
String |
TextIssueConstant.getNameTranslation(I18nHelper i18n)
|
String |
IssueConstant.getNameTranslation(I18nHelper i18n)
|
Uses of I18nHelper in com.atlassian.jira.issue.customfields |
---|
Methods in com.atlassian.jira.issue.customfields that return I18nHelper | |
---|---|
protected static I18nHelper |
CustomFieldUtils.getI18nBean()
|
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.customfields.searchers.transformer |
---|
Methods in com.atlassian.jira.issue.customfields.searchers.transformer with parameters of type I18nHelper | |
---|---|
void |
FreeTextCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
MultiSelectCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
UserPickerCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
NumberRangeCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
GroupCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
AbstractCustomFieldSearchInputTransformer.validateParams(User user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
Uses of I18nHelper in com.atlassian.jira.issue.fields |
---|
Methods in com.atlassian.jira.issue.fields that return I18nHelper | |
---|---|
protected I18nHelper |
CustomFieldImpl.getI18nHelper()
|
Methods in com.atlassian.jira.issue.fields with parameters of type I18nHelper | |
---|---|
protected void |
AffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollection,
I18nHelper i18n)
|
protected abstract void |
AbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n)
|
protected void |
FixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue,
ErrorCollection errorCollection,
I18nHelper i18n)
|
protected String |
AffectedVersionsSystemField.getModifiedWithoutPermissionErrorMessage(I18nHelper i18n)
|
protected abstract String |
AbstractVersionsSystemField.getModifiedWithoutPermissionErrorMessage(I18nHelper i18n)
|
protected String |
FixVersionsSystemField.getModifiedWithoutPermissionErrorMessage(I18nHelper i18n)
|
protected AbstractProgressBarSystemField.TimeTrackingParameters |
AggregateProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue,
I18nHelper helper)
|
protected abstract AbstractProgressBarSystemField.TimeTrackingParameters |
AbstractProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue,
I18nHelper helper)
|
protected AbstractProgressBarSystemField.TimeTrackingParameters |
ProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue,
I18nHelper helper)
|
protected Map<String,Object> |
NavigableFieldImpl.getVelocityParams(FieldLayoutItem fieldLayoutItem,
I18nHelper i18nHelper,
Map displayParams,
Issue issue)
|
protected Map<String,Object> |
AbstractOrderableNavigableFieldImpl.getVelocityParams(I18nHelper isI18nHelper,
Map displayParams,
Issue issue)
|
String |
IssueLinksSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
|
String |
AbstractOrderableNavigableFieldImpl.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
|
String |
StatusSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Return an internationalized value for the changeHistory item - a status name in this case. |
String |
NavigableFieldImpl.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
|
String |
PrioritySystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Return an internationalized value for the changeHistory item - a priority name in this case. |
String |
DueDateSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
|
String |
IssueTypeSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Return an internationalized value for the changeHistory item - an issue type name in this case. |
String |
ResolutionSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Return an internationalized value for the changeHistory item - a resolution name in this case. |
String |
AbstractDurationSystemField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
|
String |
CustomFieldImpl.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Returns the same string. |
String |
NavigableField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Used for email notification templates - allows changelog to be displayed in language of the recipient. |
void |
MockOrderableField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
ProjectSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
SummarySystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value |
void |
IssueLinksSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
AssigneeSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
Validate from parameters given an existing issue (usually invoked during some sort of edit stage) |
void |
AbstractVersionsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
DescriptionSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
WorklogSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
ReporterSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
ComponentsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
AttachmentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
EnvironmentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value |
void |
TimeTrackingSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
PrioritySystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
LabelsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
DueDateSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
SecurityLevelSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
IssueTypeSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value |
void |
ResolutionSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
CommentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
CustomFieldImpl.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
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.fields.layout.field |
---|
Methods in com.atlassian.jira.issue.fields.layout.field that return I18nHelper | |
---|---|
protected I18nHelper |
AbstractFieldLayoutManager.getI18nHelper()
|
Uses of I18nHelper in com.atlassian.jira.issue.fields.util |
---|
Methods in com.atlassian.jira.issue.fields.util with parameters of type I18nHelper | |
---|---|
void |
VersionHelperBean.validateVersionForProject(Collection versionIds,
Project project,
ErrorCollection errorCollection,
I18nHelper i18n,
String fieldId)
|
boolean |
VersionHelperBean.validateVersionIds(Collection versionIds,
ErrorCollection errorCollection,
I18nHelper i18n,
String fieldId)
|
Uses of I18nHelper in com.atlassian.jira.issue.search |
---|
Methods in com.atlassian.jira.issue.search with parameters of type I18nHelper | |
---|---|
static List<String> |
SearchRequestUtils.getSearchSortDescriptions(SearchRequest searchRequest,
FieldManager fieldManager,
SearchHandlerManager searchHandlerManager,
SearchSortUtil searchSortUtil,
I18nHelper i18nHelper,
com.atlassian.crowd.embedded.api.User searcher)
Returns a list of the descriptions of each sorter defined in the search request. |
Uses of I18nHelper in com.atlassian.jira.issue.search.searchers.renderer |
---|
Methods in com.atlassian.jira.issue.search.searchers.renderer that return I18nHelper | |
---|---|
protected I18nHelper |
AbstractSearchRenderer.getI18n(User searcher)
|
Methods in com.atlassian.jira.issue.search.searchers.renderer with parameters of type I18nHelper | |
---|---|
String |
AbstractDateSearchRenderer.TranslationsHelper.getAfterLabel(I18nHelper helper)
Get the label associated with the after field. |
String |
AbstractDateSearchRenderer.TranslationsHelper.getBeforeLabel(I18nHelper helper)
Get the label associated with the before field. |
String |
AbstractDateSearchRenderer.TranslationsHelper.getDescription(I18nHelper helper)
Get the description associated with the period fields. |
String |
AbstractDateSearchRenderer.TranslationsHelper.getPeriodLabel(I18nHelper helper)
Get the label associated with the period fields. |
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 |
DateSearchInputTransformer.validateParams(User user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
QuerySearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
ProjectSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
IdIndexedSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
UserSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
LabelsSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
RelativeDateSearcherInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
WorkRatioSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
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.issue.statistics.util |
---|
Constructors in com.atlassian.jira.issue.statistics.util with parameters of type I18nHelper | |
---|---|
DefaultFieldValueToDisplayTransformer(I18nHelper i18nBean,
ConstantsManager constantsManager,
CustomFieldManager customFieldManager)
|
Uses of I18nHelper in com.atlassian.jira.issue.views.util |
---|
Methods in com.atlassian.jira.issue.views.util with parameters of type I18nHelper | |
---|---|
TimeTrackingGraphBean |
IssueViewUtil.createTimeTrackingBean(AggregateTimeTrackingBean issue,
I18nHelper i18nHelper)
|
TimeTrackingGraphBean |
DefaultIssueViewUtil.createTimeTrackingBean(AggregateTimeTrackingBean bean,
I18nHelper helper)
|
Uses of I18nHelper in com.atlassian.jira.jql.parser |
---|
Methods in com.atlassian.jira.jql.parser with parameters of type I18nHelper | |
---|---|
String |
JqlParseErrorMessage.getLocalizedErrorMessage(I18nHelper helper)
|
Uses of I18nHelper in com.atlassian.jira.jql.validator |
---|
Constructors in com.atlassian.jira.jql.validator with parameters of type I18nHelper | |
---|---|
NumberOfArgumentsValidator(int expected,
I18nHelper i18nHelper)
|
|
NumberOfArgumentsValidator(int minExpected,
int maxExpected,
I18nHelper i18nHelper)
|
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.lookandfeel.image |
---|
Constructors in com.atlassian.jira.lookandfeel.image with parameters of type I18nHelper | |
---|---|
MultiPartImageDescriptor(String parameterName,
webwork.multipart.MultiPartRequestWrapper multiPart,
I18nHelper i18nHelper)
|
|
URLImageDescriptor(String serverPath,
String filename,
I18nHelper i18nHelper)
|
Uses of I18nHelper in com.atlassian.jira.lookandfeel.upload |
---|
Constructors in com.atlassian.jira.lookandfeel.upload with parameters of type I18nHelper | |
---|---|
LogoUploader(ApplicationProperties applicationProperties,
JiraHome jiraHome,
ImageScaler imageScaler,
I18nHelper i18nHelper,
UploadService uploadService)
|
Uses of I18nHelper in com.atlassian.jira.mail |
---|
Methods in com.atlassian.jira.mail with parameters of type I18nHelper | |
---|---|
String |
TemplateContext.getCommentTimeLogged(I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient. |
String |
TemplateContext.getEventTypeName(I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient. |
String |
TemplateIssue.getNiceTimeAggregateOriginalEstimate(I18nHelper i18n)
Return a formatted time string of the aggregate original time estimate. |
String |
TemplateIssue.getNiceTimeAggregateRemainingEstimate(I18nHelper i18n)
Return a formatted time string of the aggregate time estimate. |
String |
TemplateIssue.getNiceTimeAggregateTimeSpent(I18nHelper i18n)
Return a formatted time string of the aggregate time spent. |
String |
TemplateIssue.getNiceTimeEstimate(I18nHelper i18n)
Return a formatted time string of the time estimate. |
String |
TemplateIssue.getNiceTimeOriginalEstimate(I18nHelper i18n)
Return a formatted time string of the original time estimate. |
String |
TemplateIssue.getNiceTimeSpent(I18nHelper i18n)
Return a formatted time string of the time spent. |
String |
TemplateContext.getTimeLogged(Worklog worklog,
I18nHelper i18n)
This is retrieved when the template is being generated so as it is properly formatted for the recipient. |
Uses of I18nHelper in com.atlassian.jira.mock.i18n |
---|
Classes in com.atlassian.jira.mock.i18n that implement I18nHelper | |
---|---|
class |
MockI18nHelper
Mock implementation of I18nHelper . |
Uses of I18nHelper in com.atlassian.jira.mock.issue.fields |
---|
Methods in com.atlassian.jira.mock.issue.fields with parameters of type I18nHelper | |
---|---|
String |
MockNavigableField.prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
|
Uses of I18nHelper in com.atlassian.jira.mock.plugin.webfragments |
---|
Constructors in com.atlassian.jira.mock.plugin.webfragments with parameters of type I18nHelper | |
---|---|
MockWebFragmentHelper(I18nHelper i18nHelper)
|
Uses of I18nHelper in com.atlassian.jira.mock.security |
---|
Methods in com.atlassian.jira.mock.security that return I18nHelper | |
---|---|
I18nHelper |
MockAuthenticationContext.getI18nBean()
|
I18nHelper |
MockSimpleAuthenticationContext.getI18nBean()
|
I18nHelper |
MockAuthenticationContext.getI18nHelper()
|
I18nHelper |
MockSimpleAuthenticationContext.getI18nHelper()
|
Constructors in com.atlassian.jira.mock.security with parameters of type I18nHelper | |
---|---|
MockAuthenticationContext(com.atlassian.crowd.embedded.api.User user,
OutlookDateManager mgr,
I18nHelper i18nHelper)
|
|
MockSimpleAuthenticationContext(com.atlassian.crowd.embedded.api.User user,
Locale locale,
I18nHelper helper)
|
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.jql.function |
---|
Methods in com.atlassian.jira.plugin.jql.function that return I18nHelper | |
---|---|
protected I18nHelper |
AbstractJqlFunction.getI18n()
|
Methods in com.atlassian.jira.plugin.jql.function with parameters of type I18nHelper | |
---|---|
protected MessageSet |
ProjectsWhereUserHasRoleFunction.validateCapability(String roleName,
I18nHelper i18n)
|
protected MessageSet |
ProjectsWhereUserHasPermissionFunction.validateCapability(String permissionName,
I18nHelper i18n)
|
protected abstract MessageSet |
AbstractUserCapabilityFunction.validateCapability(String capability,
I18nHelper i18n)
Check the capability requested. |
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.plugin.viewissue |
---|
Constructors in com.atlassian.jira.plugin.viewissue with parameters of type I18nHelper | |
---|---|
LinkBlockContextProvider.SimpleLinkedIssueType(IssueLinkType linkType,
List<LinkBlockContextProvider.SimpleLinkedIssue> outwardLinks,
List<LinkBlockContextProvider.SimpleLinkedIssue> inwardLinks,
I18nHelper i18n)
|
Uses of I18nHelper in com.atlassian.jira.plugin.webfragment.descriptors |
---|
Methods in com.atlassian.jira.plugin.webfragment.descriptors that return I18nHelper | |
---|---|
I18nHelper |
JiraAbstractWebFragmentModuleDescriptor.getI18nBean()
|
Uses of I18nHelper in com.atlassian.jira.projectconfig.tab |
---|
Methods in com.atlassian.jira.projectconfig.tab that return I18nHelper | |
---|---|
I18nHelper |
ProjectConfigTabRenderContext.getI18NHelper()
|
I18nHelper |
DefaultTabRenderContext.getI18NHelper()
|
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue |
---|
Methods in com.atlassian.jira.rest.v2.issue that return I18nHelper | |
---|---|
protected I18nHelper |
UserBeanBuilder.getI18n()
|
Constructors in com.atlassian.jira.rest.v2.issue with parameters of type I18nHelper | |
---|---|
VersionResource(VersionService versionService,
ProjectService projectService,
JiraAuthenticationContext authContext,
I18nHelper i18n,
VersionBeanFactory versionBeanFactory,
VersionIssueCountsBeanFactory versionIssueCountsBeanFactory,
VersionUnresolvedIssueCountsBeanFactory versionUnresolvedIssueCountsBeanFactory)
|
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.component |
---|
Constructors in com.atlassian.jira.rest.v2.issue.component with parameters of type I18nHelper | |
---|---|
ComponentIssueCountsBeanFactoryImpl(javax.ws.rs.core.UriInfo info,
I18nHelper helper)
|
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.context |
---|
Subinterfaces of I18nHelper in com.atlassian.jira.rest.v2.issue.context | |
---|---|
interface |
ContextI18n
This interface defines i18n-related methods that operate using the active locale, which is determined by the logged-in user. |
Uses of I18nHelper in com.atlassian.jira.scheme |
---|
Classes in com.atlassian.jira.scheme that implement I18nHelper | |
---|---|
class |
AbstractAddScheme
|
class |
AbstractCopyScheme
|
class |
AbstractDeleteScheme
|
class |
AbstractEditScheme
|
class |
AbstractSchemeAwareAction
|
class |
AbstractSelectProjectScheme
|
class |
AbstractViewSchemes
|
Uses of I18nHelper in com.atlassian.jira.security |
---|
Methods in com.atlassian.jira.security that return I18nHelper | |
---|---|
I18nHelper |
JiraAuthenticationContextImpl.getI18nBean()
|
I18nHelper |
JiraAuthenticationContext.getI18nBean()
Deprecated. Use JiraAuthenticationContext.getI18nHelper() instead. Deprecated since v4.0 |
I18nHelper |
JiraAuthenticationContextImpl.getI18nHelper()
|
I18nHelper |
JiraAuthenticationContext.getI18nHelper()
Useful for localisation of messages. |
Uses of I18nHelper in com.atlassian.jira.security.auth.trustedapps |
---|
Methods in com.atlassian.jira.security.auth.trustedapps with parameters of type I18nHelper | |
---|---|
boolean |
TrustedApplicationDelegateValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Runs the validate() method on all validators in order of registration, regardless of failure in earlier validators |
boolean |
TrustedApplicationSemanticValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
|
boolean |
TrustedApplicationSyntacticValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Validate the details of the trusted application request. |
boolean |
TrustedApplicationValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Validate the details of the trusted application . |
boolean |
TrustedApplicationSyntacticValidator.validate(JiraServiceContext context,
I18nHelper helper,
String urlString)
Validate the details of the trusted application request. |
Uses of I18nHelper in com.atlassian.jira.security.xsrf |
---|
Classes in com.atlassian.jira.security.xsrf that implement I18nHelper | |
---|---|
class |
XsrfErrorAction
This action is synthetically created and pushed onto the webwork stack when an XSRF action is encountered. |
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.task.context |
---|
Methods in com.atlassian.jira.task.context with parameters of type I18nHelper | |
---|---|
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg)
|
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
String msg,
com.atlassian.johnson.event.Event event)
|
Uses of I18nHelper in com.atlassian.jira.timezone |
---|
Constructors in com.atlassian.jira.timezone with parameters of type I18nHelper | |
---|---|
TimeZoneInfoImpl(String timeZoneId,
String displayName,
TimeZone timeZone,
I18nHelper i18nHelper,
String regionKey)
|
Uses of I18nHelper in com.atlassian.jira.upgrade |
---|
Methods in com.atlassian.jira.upgrade that return I18nHelper | |
---|---|
protected I18nHelper |
AbstractUpgradeTask.getI18nBean()
|
Uses of I18nHelper in com.atlassian.jira.upgrade.tasks.jql |
---|
Methods in com.atlassian.jira.upgrade.tasks.jql with parameters of type I18nHelper | |
---|---|
String |
ClauseXmlHandler.ConversionResult.getMessage(I18nHelper i18nHelper,
String savedFilterName)
|
String |
ClauseXmlHandler.FullConversionResult.getMessage(I18nHelper i18nHelper,
String savedFilterName)
|
String |
ClauseXmlHandler.NoOpConversionResult.getMessage(I18nHelper i18nHelper,
String savedFilterName)
|
String |
ClauseXmlHandler.FailedConversionResult.getMessage(I18nHelper i18nHelper,
String savedFilterName)
|
String |
ClauseXmlHandler.FailedConversionNoValuesResult.getMessage(I18nHelper i18nHelper,
String savedFilterName)
|
String |
ClauseXmlHandler.BestGuessConversionResult.getMessage(I18nHelper i18nHelper,
String savedFilterName)
|
String |
OrderByXmlHandler.ConversionError.getMessage(I18nHelper i18nHelper,
String savedFilterName)
|
Uses of I18nHelper in com.atlassian.jira.user.util |
---|
Methods in com.atlassian.jira.user.util with parameters of type I18nHelper | |
---|---|
void |
UserUtilImpl.removeUser(User loggedInUser,
User user,
I18nHelper i18nBean)
|
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 |
---|
Classes in com.atlassian.jira.util that implement I18nHelper | |
---|---|
class |
NoopI18nHelper
An I18nHelper that returns the i18n key concatenated with its arguments. |
Methods in com.atlassian.jira.util that return I18nHelper | |
---|---|
I18nHelper |
NoopI18nFactory.getInstance(Locale locale)
|
I18nHelper |
I18nHelper.BeanFactory.getInstance(Locale locale)
Returns an I18nHelper instance associated with the provided Locale |
I18nHelper |
NoopI18nFactory.getInstance(User user)
|
I18nHelper |
NoopI18nFactory.getInstance(com.atlassian.crowd.embedded.api.User user)
|
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 |
Methods in com.atlassian.jira.util with parameters of type I18nHelper | |
---|---|
String |
JiraContactHelper.getAdministratorContactLinkHtml(String baseUrl,
I18nHelper i18nHelper)
Get the full link text for the contact administration message as a snippet. |
String |
JiraContactHelperImpl.getAdministratorContactLinkHtml(String baseUrl,
I18nHelper i18nHelper)
|
String |
JiraContactHelper.getAdministratorContactMessage(I18nHelper i18nHelper)
Get the text for the contact administration message as a snippet. |
String |
JiraContactHelperImpl.getAdministratorContactMessage(I18nHelper i18nHelper)
|
String |
JiraVelocityHelper.getFieldName(org.ofbiz.core.entity.GenericValue changeItem,
I18nHelper i18n)
|
String |
JiraVelocityHelper.getFieldName(String fieldKey,
I18nHelper i18n)
Returns Internationalized human-readable name of a field, or the key (usually also readable) if none was found. |
String |
JiraVelocityHelper.getPrettyFieldString(String fieldKey,
String str,
I18nHelper i18n)
|
String |
JiraVelocityHelper.indentToChangelog(String fieldName,
String fieldValue,
org.ofbiz.core.entity.GenericValue changelog,
I18nHelper i18n)
|
String |
JiraVelocityHelper.indentToChangelogNoLineSep(String fieldName,
String fieldValue,
I18nHelper i18n,
List<String> allFieldNames)
|
String |
JiraVelocityHelper.printChangelog(org.ofbiz.core.entity.GenericValue changelog,
I18nHelper i18n,
Collection<String> ignoredFields)
|
String |
JiraVelocityHelper.printChangelog(org.ofbiz.core.entity.GenericValue changelog,
I18nHelper i18n,
Collection<String> ignoredFields,
boolean ignoreStatus)
|
boolean |
JiraVelocityHelper.wasDeleted(org.ofbiz.core.entity.GenericValue changelog,
String fieldKey,
I18nHelper i18n)
|
Constructors in com.atlassian.jira.util with parameters of type I18nHelper | |
---|---|
JiraDurationUtils.DaysDurationFormatter(BigDecimal hoursPerDay,
I18nHelper i18nBean)
|
|
JiraDurationUtils.DaysDurationFormatter(int hoursPerDay,
I18nHelper i18nBean)
Deprecated. #DaysDurationFormatter(BigDecimal, I18nHelper) is preferred now that we can fractional number of hours per day |
|
JiraDurationUtils.HoursDurationFormatter(I18nHelper i18nBean)
|
|
JiraDurationUtils.PrettyDurationFormatter(BigDecimal hoursPerDay,
BigDecimal daysPerWeek,
I18nHelper i18nBean)
|
|
JiraDurationUtils.PrettyDurationFormatter(int hoursPerDay,
int daysPerWeek,
I18nHelper i18nBean)
|
Uses of I18nHelper in com.atlassian.jira.util.index |
---|
Methods in com.atlassian.jira.util.index with parameters of type I18nHelper | |
---|---|
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger)
|
static Context |
Contexts.percentageReporter(Sized sized,
TaskProgressSink sink,
I18nHelper i18n,
org.apache.log4j.Logger logger,
com.atlassian.johnson.event.Event event)
|
Uses of I18nHelper in com.atlassian.jira.util.system |
---|
Constructors in com.atlassian.jira.util.system with parameters of type I18nHelper | |
---|---|
ExtendedSystemInfoUtilsImpl(I18nHelper i18nHelper)
|
|
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils,
ServiceManager serviceManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ApplicationProperties applicationProperties,
TrustedApplicationService trustedAppService,
org.ofbiz.core.entity.GenericDelegator delegator,
I18nHelper i18nHelper,
UserUtil userUtil,
HashRegistryCache registry,
LocaleManager localeManager,
JiraLicenseService jiraLicenseService,
BuildUtilsInfo buildUtilsInfo,
UpgradeManager upgradeManager,
IssueIndexManager indexManager)
|
Uses of I18nHelper in com.atlassian.jira.web.action |
---|
Classes in com.atlassian.jira.web.action that implement I18nHelper | |
---|---|
class |
AbstractBrowser
An abstract browser that implements a few helpful things for paging. |
class |
AbstractViewIssueColumns
|
class |
Dashboard
Figures out what the id of the portal page the user is currently viewing is. |
class |
IssueActionSupport
|
class |
JiraWebActionSupport
All web actions should extend this class - it provides basic common functionality for all web actions. |
class |
JiraWizardActionSupport
|
class |
ProjectActionSupport
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin |
---|
Classes in com.atlassian.jira.web.action.admin that implement I18nHelper | |
---|---|
class |
AdminSummary
Administration Summary Action. |
class |
AdvancedApplicationProperties
Action for advanced settings view. |
class |
AvatarPicker
Web action for Avatar image selection or uploading page. |
class |
ConfigureLogging
|
class |
ConfirmInstallationWithLicense
|
class |
ConfirmNewInstallationWithOldLicense
|
class |
DeleteAvatar
Action for deleting Project Avatars. |
class |
EditAnnouncementBanner
|
class |
EditApplicationProperties
|
class |
EditAttachmentSettings
|
class |
EditDefaultDashboard
Displays the system dashboard in the admin section for edit. |
class |
EditListener
|
class |
EditLookAndFeel
|
class |
EditService
The action to allow you to edit service definitions NOTE TO FUTURE DEVELOPERS : The FileService and ExportService uses to allow the directory to be edited online. |
class |
EditUserDefaultSettings
Controls setting the email prefs. |
class |
GlobalPermissions
|
class |
IconPicker
|
class |
IndexOptimize
|
class |
IntegrityChecker
|
class |
JiraSupportRequest
|
class |
MailQueueAdmin
|
class |
SchedulerAdmin
|
class |
SetGlobalEmailPreference
Updates all the users preference to the current default preference. |
class |
TimeTrackingAdmin
|
class |
TrackbackAdmin
|
class |
ViewApplicationProperties
|
class |
ViewAttachmentSettings
|
class |
ViewIssueColumns
|
class |
ViewLicense
|
class |
ViewListeners
|
class |
ViewLogging
The view action for the JIRA Profiling and Logging Admin section |
class |
ViewLookAndFeel
|
class |
ViewMemoryInfo
View extended memory information |
class |
ViewServices
|
class |
ViewSystemInfo
|
class |
ViewUpgradeHistory
|
class |
ViewUserDefaultSettings
Configure email preferences. |
class |
WebSudoAuthenticate
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.constants |
---|
Classes in com.atlassian.jira.web.action.admin.constants that implement I18nHelper | |
---|---|
class |
AbstractConstantAction
|
class |
AbstractDeleteConstant
|
class |
AbstractEditConstant
|
class |
AbstractViewConstants
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.currentusers |
---|
Classes in com.atlassian.jira.web.action.admin.currentusers that implement I18nHelper | |
---|---|
class |
CurrentUsersList
An action that lists the current users that have sessions within JIRA |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.customfields |
---|
Classes in com.atlassian.jira.web.action.admin.customfields that implement I18nHelper | |
---|---|
class |
AbstractEditConfigurationItemAction
|
class |
ConfigureCustomField
|
class |
CreateCustomField
|
class |
DeleteCustomField
|
class |
EditBasicConfig
|
class |
EditCustomField
|
class |
EditCustomFieldDefaults
Responsible for handling the update of a custom field's values. |
class |
EditCustomFieldOptions
|
class |
ManageConfigurationScheme
|
class |
ViewCustomFields
|
Methods in com.atlassian.jira.web.action.admin.customfields that return I18nHelper | |
---|---|
protected I18nHelper |
CustomFieldValidatorImpl.getI18nBean()
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.enterprise |
---|
Classes in com.atlassian.jira.web.action.admin.enterprise that implement I18nHelper | |
---|---|
class |
ViewSearchRequestIssueColumns
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.eventtype |
---|
Classes in com.atlassian.jira.web.action.admin.eventtype that implement I18nHelper | |
---|---|
class |
ListEventTypes
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.importer |
---|
Classes in com.atlassian.jira.web.action.admin.importer that implement I18nHelper | |
---|---|
class |
AbstractImportEntity
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.importer.issue |
---|
Classes in com.atlassian.jira.web.action.admin.importer.issue that implement I18nHelper | |
---|---|
class |
AbstractImportIssue
|
class |
MapColumns
|
class |
MapCustomFields
|
class |
MapIssueTypes
|
class |
MapPriorities
|
class |
MapResolutions
|
class |
MapStatuses
|
class |
MapUsers
|
class |
MapValidateImport
|
class |
UploadXmlFile
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.importer.project |
---|
Classes in com.atlassian.jira.web.action.admin.importer.project that implement I18nHelper | |
---|---|
class |
AbstractProjectImportProgress<V>
Base class for the progress screens. |
class |
AbstractProjectImportUsersMissing
Base class that exports a list of users to xml. |
class |
ProjectImportBackupOverviewProgress
Used to show a progress bar for the long running tasks after the Select Backup action. |
class |
ProjectImportMappingProgress
Progress action for the 2nd phase of the import which creates the project mappings. |
class |
ProjectImportMissingMandatoryUsersCannotCreate
Used to display the users that do not exist in the system and are mandatory |
class |
ProjectImportMissingMandatoryUsersExtMgmt
Used to display the users that do not exist in the system, are mandatory, and we can't create them automatically. |
class |
ProjectImportMissingOptionalUsersCannotCreate
Used to display the users that do not exist in the system, are optional, and we can't create them automatically. |
class |
ProjectImportMissingOptionalUsersExtMgmt
Used to display the users that do not exist in the system and are in use |
class |
ProjectImportMissingUsersAutoCreate
Used to display the users that will be automatically created as part of the Project Import. |
class |
ProjectImportProgress
Used to show a progress bar for the long running tasks while we are doing the actual import. |
class |
ProjectImportResultsAction
Action that manages the final results screen for a project import. |
class |
ProjectImportSelectBackup
Action that controls the first step of the project import wizard. |
class |
ProjectImportSelectProject
Action that is used to display the project information contained in the backup XML selected in the ProjectImportSelectBackup action and to submit the selected project to be processed by the importer. |
class |
ProjectImportSummary
Action that controls the summary screen before a project import occur |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.index |
---|
Classes in com.atlassian.jira.web.action.admin.index that implement I18nHelper | |
---|---|
class |
IndexAdminImpl
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields |
---|
Classes in com.atlassian.jira.web.action.admin.issuefields that implement I18nHelper | |
---|---|
class |
AbstractConfigureFieldLayout
|
class |
AbstractEditFieldLayoutItem
|
class |
EditDefaultFieldLayoutItem
|
class |
EditFieldLayoutItemRenderer
Action used to set a renderer for a field layout item |
class |
EditFieldLayoutItemRendererConfirmation
The action that controls the confirmation screen. |
class |
ViewIssueFields
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.enterprise |
---|
Classes in com.atlassian.jira.web.action.admin.issuefields.enterprise that implement I18nHelper | |
---|---|
class |
AbstractEditFieldLayoutSchemeAction
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractFieldLayoutAction
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractSchemeAware
|
class |
ConfigureFieldLayout
|
class |
ConfigureFieldLayoutScheme
Copyright (c) 2002-2004 All rights reserved. |
class |
CopyFieldLayout
Copyright (c) 2002-2004 All rights reserved. |
class |
CopyFieldLayoutScheme
Copyright (c) 2002-2004 All rights reserved. |
class |
EditFieldLayout
Copyright (c) 2002-2004 All rights reserved. |
class |
EditFieldLayoutItem
|
class |
EditFieldLayoutScheme
Copyright (c) 2002-2004 All rights reserved. |
class |
SelectFieldLayoutScheme
Copyright (c) 2002-2004 All rights reserved. |
class |
ViewFieldLayouts
Copyright (c) 2002-2004 All rights reserved. |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.screens |
---|
Classes in com.atlassian.jira.web.action.admin.issuefields.screens that implement I18nHelper | |
---|---|
class |
AbstractFieldScreenAction
Webwork action for managing screens. |
class |
AbstractFieldScreenSchemeAction
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractFieldScreenSchemeItemAction
Copyright (c) 2002-2004 All rights reserved. |
class |
AssociateFieldToScreens
|
class |
ConfigureFieldScreen
|
class |
ConfigureFieldScreenScheme
|
class |
EditFieldScreen
Copyright (c) 2002-2004 All rights reserved. |
class |
EditFieldScreenScheme
Copyright (c) 2002-2004 All rights reserved. |
class |
EditFieldScreenSchemeItem
Copyright (c) 2002-2004 All rights reserved. |
class |
ViewFieldScreens
Copyright (c) 2002-2004 All rights reserved. |
class |
ViewFieldScreenSchemes
Copyright (c) 2002-2004 All rights reserved. |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise |
---|
Classes in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise that implement I18nHelper | |
---|---|
class |
ConfigureIssueTypeScreenScheme
Copyright (c) 2002-2004 All rights reserved. |
class |
EditIssueTypeScreenScheme
Copyright (c) 2002-2004 All rights reserved. |
class |
SelectIssueTypeScreenScheme
Copyright (c) 2002-2004 All rights reserved. |
class |
ViewIssueTypeScreenSchemes
Copyright (c) 2002-2004 All rights reserved. |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuesecurity |
---|
Classes in com.atlassian.jira.web.action.admin.issuesecurity that implement I18nHelper | |
---|---|
class |
AddIssueSecurity
|
class |
DeleteIssueSecurity
|
class |
DeleteIssueSecurityLevel
|
class |
EditIssueSecurities
|
class |
SchemeAwareIssueSecurityAction
|
class |
SelectProjectIssueSecurityScheme
|
class |
SelectProjectSecuritySchemeStep2
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuetypes |
---|
Classes in com.atlassian.jira.web.action.admin.issuetypes that implement I18nHelper | |
---|---|
class |
AbstractManageIssueTypeOptionsAction
|
class |
ConfigureIssueTypeOptionScheme
|
class |
ConfigureOptionScheme
|
class |
DeleteIssueType
|
class |
EditIssueType
|
class |
MigrateIssueTypes
|
class |
ViewIssueTypes
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuetypes.pro |
---|
Classes in com.atlassian.jira.web.action.admin.issuetypes.pro that implement I18nHelper | |
---|---|
class |
AssociateIssueTypeSchemes
|
class |
AssociateIssueTypeSchemesWithDefault
|
class |
DeleteOptionScheme
|
class |
ManageIssueTypeSchemes
|
class |
SelectIssueTypeSchemeForProject
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.linking |
---|
Classes in com.atlassian.jira.web.action.admin.linking that implement I18nHelper | |
---|---|
class |
DeleteLinkType
|
class |
EditLinkType
|
class |
ViewLinkTypes
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.mail |
---|
Classes in com.atlassian.jira.web.action.admin.mail that implement I18nHelper | |
---|---|
class |
AddMailServer
|
class |
DeleteMailServer
|
class |
MailServerActionSupport
|
class |
SendBulkMail
|
class |
SendTestMail
|
class |
UpdateMailServer
|
class |
VerifyMailServerConnection
|
class |
VerifyPopServerConnection
|
class |
VerifySmtpServerConnection
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.notification |
---|
Classes in com.atlassian.jira.web.action.admin.notification that implement I18nHelper | |
---|---|
class |
AddNotification
|
class |
AddScheme
|
class |
CopyScheme
|
class |
DeleteNotification
|
class |
DeleteScheme
|
class |
EditNotifications
|
class |
EditScheme
|
class |
SchemeAwareNotificationAction
|
class |
SelectProjectScheme
|
class |
ViewSchemes
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.permission |
---|
Classes in com.atlassian.jira.web.action.admin.permission that implement I18nHelper | |
---|---|
class |
AddPermission
|
class |
DeletePermission
This class is used for the deleting of a permisison scheme |
class |
EditPermissions
This class is used to display all permissions for a particular permission scheme. |
class |
SchemeAwarePermissionAction
This class is used as a super class for any classes that perform actions on permission schemes. |
class |
SelectProjectPermissionScheme
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.priorities |
---|
Classes in com.atlassian.jira.web.action.admin.priorities that implement I18nHelper | |
---|---|
class |
DeletePriority
|
class |
EditPriority
|
class |
ViewPriorities
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.resolutions |
---|
Classes in com.atlassian.jira.web.action.admin.resolutions that implement I18nHelper | |
---|---|
class |
DeleteResolution
|
class |
EditResolution
|
class |
ViewResolutions
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.roles |
---|
Classes in com.atlassian.jira.web.action.admin.roles that implement I18nHelper | |
---|---|
class |
AbstractProjectRole
Abstract class for the Delete and editing of Project Roles |
class |
AbstractRoleActorAction
Created by IntelliJ IDEA. |
class |
AbstractRoleActors
Created by IntelliJ IDEA. |
class |
DeleteProjectRole
|
class |
EditProjectRole
|
class |
GroupRoleActorAction
GroupRoleActor action. |
class |
ProjectRoleUsageAction
Created by IntelliJ IDEA. |
class |
UserRoleActorAction
Action for creating and editing UserRoleActors |
class |
ViewDefaultProjectRoleActors
|
class |
ViewProjectRoleActors
|
class |
ViewProjectRoles
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.scheme |
---|
Classes in com.atlassian.jira.web.action.admin.scheme that implement I18nHelper | |
---|---|
class |
AbstractSchemePickerAction
|
class |
AbstractSchemeToolAction
|
class |
SchemeToolsAction
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.scheme.comparison |
---|
Classes in com.atlassian.jira.web.action.admin.scheme.comparison that implement I18nHelper | |
---|---|
class |
SchemeComparisonPickerAction
The picker action for the scheme comparison tool. |
class |
SchemeComparisonToolAction
This action services the comparison tool and shows all the information about the compared schemes. |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.scheme.distiller |
---|
Classes in com.atlassian.jira.web.action.admin.scheme.distiller that implement I18nHelper | |
---|---|
class |
AbstractMergeAction
A baseclass for all the merge tool actions. |
class |
SchemeMergeAction
This action is the second step in the wizard for scheme merging, it prompts you to select which schemes to merge. |
class |
SchemeMergePreviewAction
This action is used to generate the preview of the selected entries for the scheme merge tool. |
class |
SchemeMergeResultAction
This is the last step in the scheme merge wizard, it performs the actual persisting of the merge and shows the results. |
class |
SchemeTypePickerAction
This is the first step in the scheme merge tool it allows you to select the type of scheme to merge and if the schemes are associated or all schemes. |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.scheme.mapper |
---|
Classes in com.atlassian.jira.web.action.admin.scheme.mapper that implement I18nHelper | |
---|---|
class |
AbstractGroupToRoleAction
|
class |
SchemeGroupToRoleMapperAction
This action is the second step in the GroupToRoleMapping tool, it collects the information about the group to role mappings. |
class |
SchemeGroupToRolePickerAction
This is the first step in the GroupToRoleMapping tool, it collects the selected scheme information for the tool. |
class |
SchemeGroupToRoleResultAction
This is the last step of the GroupToRoleMapping tool, this simply displays the summary results. |
class |
SchemeGroupToRoleTransformerAction
This is portion of the GroupToRoleMapping tool that actually transforms the schemes. |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.scheme.purge |
---|
Classes in com.atlassian.jira.web.action.admin.scheme.purge that implement I18nHelper | |
---|---|
class |
AbstractSchemePurgeAction
|
class |
SchemePurgeToolPreviewAction
|
class |
SchemePurgeToolResultsAction
|
class |
SchemePurgeTypePickerAction
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.statuses |
---|
Classes in com.atlassian.jira.web.action.admin.statuses that implement I18nHelper | |
---|---|
class |
DeleteStatus
|
class |
EditStatus
|
class |
ViewStatuses
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.subtasks |
---|
Classes in com.atlassian.jira.web.action.admin.subtasks that implement I18nHelper | |
---|---|
class |
DeleteSubTaskIssueType
|
class |
DisableSubTasks
|
class |
EditSubTaskIssueTypes
|
class |
ManageSubTasks
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.task |
---|
Classes in com.atlassian.jira.web.action.admin.task that implement I18nHelper | |
---|---|
class |
AcknowledgeTask
Simply cleans up a task and then redirects to a given url |
class |
TaskAdmin
The webwork action for task administration. |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.translation |
---|
Classes in com.atlassian.jira.web.action.admin.translation that implement I18nHelper | |
---|---|
class |
ViewTranslations
|
Methods in com.atlassian.jira.web.action.admin.translation with parameters of type I18nHelper | |
---|---|
String |
TranslationManagerImpl.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale,
I18nHelper i18n)
Extract the desired string (name/description) from the specified issue constant. |
String |
TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale,
I18nHelper i18n)
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.trustedapps |
---|
Classes in com.atlassian.jira.web.action.admin.trustedapps that implement I18nHelper | |
---|---|
class |
AbstractTrustedApplicationAction
As usual, actions beget lovely deep inheritance hierarchies as it is the ONLY convenient way to share code... |
class |
DeleteTrustedApplication
Delete confirmation for a trusted application |
class |
EditTrustedApplication
Edit a Trusted Application's details. |
class |
ViewTrustedApplications
View the list of Trusted Applications in the system |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.user |
---|
Classes in com.atlassian.jira.web.action.admin.user that implement I18nHelper | |
---|---|
class |
AddUser
Responsible for handling the requests to add a new JIRA User. |
class |
AllUsersRememberMeCookies
A page to allow all rememember me cookies to be cleared |
class |
BulkEditUserGroups
|
class |
ConfigureCrowdServer
|
class |
DeleteGroup
|
class |
DeleteUser
|
class |
DeleteUserProperty
|
class |
EditCrowdApplication
|
class |
EditNestedGroups
|
class |
EditUser
|
class |
EditUserGroups
|
class |
EditUserProjectRoles
This is the bulk edit for project roles given a user. |
class |
EditUserProperties
|
class |
EditUserProperty
|
class |
GroupBrowser
|
class |
GroupPickerBrowser
|
class |
ResetFailedLoginCount
Resets the named users current failed login count. |
class |
SetPassword
|
class |
UserBrowser
|
class |
UserPickerBrowser
|
class |
UserProperty
This represents a key:value pair property for a user. |
class |
UserRememberMeCookies
This action shows the remember me cookies that a user has |
class |
ViewGroup
|
class |
ViewUser
|
class |
ViewUserProjectRoles
|
Methods in com.atlassian.jira.web.action.admin.user that return I18nHelper | |
---|---|
protected I18nHelper |
EditCrowdApplication.i18n()
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.vcs |
---|
Classes in com.atlassian.jira.web.action.admin.vcs that implement I18nHelper | |
---|---|
class |
AddRepository
|
class |
DeleteRepository
|
class |
RepositoryActionSupport
|
class |
RepositoryTest
|
class |
SelectProjectRepository
|
class |
UpdateRepository
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.vcs.enterprise |
---|
Classes in com.atlassian.jira.web.action.admin.vcs.enterprise that implement I18nHelper | |
---|---|
class |
EnterpriseSelectProjectRepository
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.whitelist |
---|
Classes in com.atlassian.jira.web.action.admin.whitelist that implement I18nHelper | |
---|---|
class |
ConfigureWhitelist
Web action to allow configuration of the whitelist used for gadgets. |
Uses of I18nHelper in com.atlassian.jira.web.action.admin.workflow |
---|
Classes in com.atlassian.jira.web.action.admin.workflow that implement I18nHelper | |
---|---|
class |
AbstractAddWorkflowTransitionDescriptor
|
class |
AbstractAddWorkflowTransitionDescriptorParams
|
class |
AbstractDeleteWorkflowTransitionDescriptor
|
class |
AbstractEditWorkflowTransitionDescriptorParams
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractViewWorkflowMetaAttributes
|
class |
AbstractWorkflowStep
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractWorkflowTransition
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractWorkflowTransitionAction
|
class |
AddWorkflowTransition
|
class |
AddWorkflowTransitionCondition
|
class |
AddWorkflowTransitionConditionParams
Used to query the user for condition's parameters if any and actually create the condition workflow descriptor. |
class |
AddWorkflowTransitionFunctionParams
Used to query the user for function's parameters if any and actually create the function workflow descriptor. |
class |
AddWorkflowTransitionPostFunction
|
class |
AddWorkflowTransitionValidator
|
class |
AddWorkflowTransitionValidatorParams
Used to query the user for validator's parameters if any and actually create the validator workflow descriptor. |
class |
CloneWorkflow
|
class |
CreateDraftWorkflow
Webwork action used to create a draft workflow. |
class |
DeleteWorkflowStep
|
class |
DeleteWorkflowTransitionCondition
|
class |
DeleteWorkflowTransitionPostFunction
|
class |
DeleteWorkflowTransitions
|
class |
DeleteWorkflowTransitionValidator
|
class |
EditWorkflow
Action to edit a workflows name and description |
class |
EditWorkflowStep
Copyright (c) 2002-2004 All rights reserved. |
class |
EditWorkflowTransition
Copyright (c) 2002-2004 All rights reserved. |
class |
EditWorkflowTransitionConditionParams
Copyright (c) 2002-2004 All rights reserved. |
class |
EditWorkflowTransitionPostFunctionParams
Copyright (c) 2002-2004 All rights reserved. |
class |
EditWorkflowTransitionValidatorParams
Copyright (c) 2002-2004 All rights reserved. |
class |
ImportWorkflow
|
class |
ListWorkflows
|
class |
PublishDraftWorkflow
This webwork Action will do validation, and then display a confirmation screen to the user when they want to publish a draft workflow to become active. |
class |
ViewWorkflowStep
Created by IntelliJ IDEA. |
class |
ViewWorkflowStepMetaAttributes
|
class |
ViewWorkflowSteps
|
class |
ViewWorkflowTransition
|
class |
ViewWorkflowTransitionConditionalResult
|
class |
ViewWorkflowTransitionMetaAttributes
|
class |
ViewWorkflowXml
|
Uses of I18nHelper in com.atlassian.jira.web.action.admin.workflow.scheme |
---|
Classes in com.atlassian.jira.web.action.admin.workflow.scheme that implement I18nHelper | |
---|---|
class |
AddWorkflowSchemeEntity
|
class |
DeleteWorkflowSchemeEntity
|
class |
EditWorkflowSchemeEntities
|
class |
SchemeAwareWorkflowAction
|
class |
SelectProjectWorkflowScheme
|
class |
SelectProjectWorkflowSchemeStep2
|
class |
SelectProjectWorkflowSchemeStep3
|
Uses of I18nHelper in com.atlassian.jira.web.action.browser |
---|
Classes in com.atlassian.jira.web.action.browser that implement I18nHelper | |
---|---|
class |
BrowseComponent
Version browser that is similar to project browser ( BrowseProject ) but also take version into account. |
class |
BrowseProject
|
class |
BrowseProjects
Action for Browse Projects |
class |
BrowseVersion
Version browser that is similar to project browser ( BrowseProject ) but also take version into account. |
class |
ConfigureReport
|
class |
ReleaseNote
|
Uses of I18nHelper in com.atlassian.jira.web.action.favourites |
---|
Classes in com.atlassian.jira.web.action.favourites that implement I18nHelper | |
---|---|
class |
AdjustFavourite
Allows the caller to add or remove a favourite. |
Uses of I18nHelper in com.atlassian.jira.web.action.filter |
---|
Classes in com.atlassian.jira.web.action.filter that implement I18nHelper | |
---|---|
class |
DeleteFilter
Action class for managing filters. |
class |
EditFilter
|
class |
FavouriteFilters
Action implementation for the Favourite Filters popup. |
class |
FilterPickerPopup
Action implementation for the Filter Picker popup. |
class |
FilterSubscription
Action for CRUD of a scheduled email subscription to search filter results. |
class |
ManageFilters
Action class for managing filters. |
class |
ManageSubscriptions
Action class for Managaing Subscriptions. |
class |
SaveAsFilter
|
class |
SaveFilter
Action called to update a filter's search parameters and search sorts. |
Uses of I18nHelper in com.atlassian.jira.web.action.func |
---|
Classes in com.atlassian.jira.web.action.func that implement I18nHelper | |
---|---|
class |
FuncTestWriter
|
Uses of I18nHelper in com.atlassian.jira.web.action.func.service |
---|
Classes in com.atlassian.jira.web.action.func.service that implement I18nHelper | |
---|---|
class |
ServiceExecutor
|
Uses of I18nHelper in com.atlassian.jira.web.action.greenhopper |
---|
Classes in com.atlassian.jira.web.action.greenhopper that implement I18nHelper | |
---|---|
class |
SetupGreenHopper
|
Uses of I18nHelper in com.atlassian.jira.web.action.history |
---|
Classes in com.atlassian.jira.web.action.history that implement I18nHelper | |
---|---|
class |
RecentIssueHistory
An action to show recent issue history. |
Uses of I18nHelper in com.atlassian.jira.web.action.issue |
---|
Classes in com.atlassian.jira.web.action.issue that implement I18nHelper | |
---|---|
class |
AbstractCommentableAssignableIssue
|
class |
AbstractCommentableIssue
This class should be extended by any action that modifies issues and can have an associated comment. |
class |
AbstractConvertIssue
Abstract class for issue conversion Contains all do* methods and vast majority of logic |
class |
AbstractIssueSelectAction
An abstract action that should be extended by any action which wants to 'select' an issue |
class |
AbstractViewIssue
|
class |
AbstractWorklogAction
|
class |
AddComment
|
class |
AssignIssue
|
class |
AttachFile
Responsible for rendering the attach file form and converting temporary attachments to real attachments linked to an issue. |
class |
AttachScreenshot
Webwork action for popping up the attach screenshot applet and attaching screenshots to an issue. |
class |
AttachTemporaryFile
Used by inline-file-attach.js to upload temporary attachments that can then be converted to real attachments lateron. |
class |
CantBrowseCreatedIssue
|
class |
CloneIssueDetails
|
class |
CommentAssignIssue
This beautifully named action is in fact the Issue Transition screen. |
class |
ConvertIssueToSubTask
Main action for converting Issue to sub-task All do* methods in AbstractConvertIssue |
class |
ConvertSubTaskToIssue
Main action for converting Sub-tasks into Issues All do* methods in AbstractConvertIssue |
class |
CreateIssue
|
class |
CreateIssueDetails
|
class |
CreateSubTaskIssue
|
class |
CreateSubTaskIssueDetails
|
class |
CreateWorklog
This action creates a new worklog |
class |
DeleteAttachment
|
class |
DeleteComment
|
class |
DeleteIssue
|
class |
DeleteLink
|
class |
DeleteWorklog
This action deletes an existing worklog |
class |
EditComment
|
class |
EditIssue
|
class |
EditLabels
|
class |
IssueNavigator
|
class |
IssuePicker
Responsible for controlling the rendering of the Issue Picker control. |
class |
LinkExistingIssue
|
class |
ManageAttachments
|
class |
ManageTrackbacks
|
class |
ManageWatchers
|
class |
MoveIssue
|
class |
MoveIssueConfirm
|
class |
MoveIssueSubtasks
Step during the move issue wizard to migrate the issue types of sub-tasks whose issue type is not valid in the destination project. |
class |
MoveIssueUpdateFields
|
class |
MoveSubTask
|
class |
MoveSubTaskChooseOperation
This action is used to present the user with a list of allowed bulk operations on the selected issues |
class |
MoveSubTaskParent
|
class |
QuickSearch
|
class |
SearchDescriptionEnabledAction
|
class |
SessionTimeoutMessage
This is a simple error screen which displays a message about a session timeout. |
class |
UpdateIssueFields
Action to update an issue. |
class |
UpdateWorklog
This action updates an existing worklog |
class |
ViewIssue
|
class |
ViewVoters
|
class |
VoteOrWatchIssue
Action to add or remove votes and watches to a particular issue. |
Methods in com.atlassian.jira.web.action.issue with parameters of type I18nHelper | |
---|---|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBean.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBean.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
I18nHelper i18n)
|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBeanImpl.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBeanImpl.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
I18nHelper i18n)
|
void |
UpdateFieldsHelperBean.validate(Issue issueObject,
OperationContext operationContext,
Map actionParams,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
void |
UpdateFieldsHelperBean.validate(Issue issueObject,
OperationContext operationContext,
Map actionParams,
com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
I18nHelper i18n)
|
void |
UpdateFieldsHelperBeanImpl.validate(Issue issueObject,
OperationContext operationContext,
Map actionParams,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
void |
UpdateFieldsHelperBeanImpl.validate(Issue issueObject,
OperationContext operationContext,
Map actionParams,
com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBeanImpl.validateCreateIssueFields(JiraServiceContext jiraServiceContext,
Collection<String> providedFields,
Issue issueObject,
FieldScreenRenderer fieldScreenRenderer,
OperationContext operationContext,
Map<String,String[]> actionParams,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateCreateIssueFields(JiraServiceContext jiraServiceContext,
Collection<String> providedFields,
Issue issueObject,
FieldScreenRenderer fieldScreenRenderer,
OperationContext operationContext,
Map<String,String[]> parameters,
I18nHelper i18n)
|
void |
IssueCreationHelperBeanImpl.validateIssueType(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateIssueType(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBeanImpl.validateLicense(ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateLicense(ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBeanImpl.validateProject(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateProject(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
Uses of I18nHelper in com.atlassian.jira.web.action.issue.bulkedit |
---|
Classes in com.atlassian.jira.web.action.issue.bulkedit that implement I18nHelper | |
---|---|
class |
AbstractBulkOperationAction
|
class |
AbstractBulkOperationDetailsAction
|
class |
BulkCancelWizard
This action is used to present the user with a list of allowed bulk operations on the selected issues User: keithb Date: Dec 3, 2003 Time: 12:26:25 PM To change this template use Options | File Templates. |
class |
BulkChooseOperation
This action is used to present the user with a list of allowed bulk operations on the selected issues User: keithb Date: Dec 3, 2003 Time: 12:26:25 PM To change this template use Options | File Templates. |
class |
BulkDelete
|
class |
BulkEdit
|
class |
BulkEdit1
|
class |
BulkMigrate
|
class |
BulkMove
|
class |
BulkWorkflowTransition
|
Uses of I18nHelper in com.atlassian.jira.web.action.issue.enterprise |
---|
Classes in com.atlassian.jira.web.action.issue.enterprise that implement I18nHelper | |
---|---|
class |
MoveIssueUpdateWorkflow
|
Uses of I18nHelper in com.atlassian.jira.web.action.issue.navigator |
---|
Classes in com.atlassian.jira.web.action.issue.navigator that implement I18nHelper | |
---|---|
class |
DateRangePicker
|
class |
SetSelectedIssue
Ajax action to update the selected issue in the issue navigator (for the current search). |
Uses of I18nHelper in com.atlassian.jira.web.action.popups |
---|
Classes in com.atlassian.jira.web.action.popups that implement I18nHelper | |
---|---|
class |
ShowTimeTrackingHelp
Provides contextual help for time tracking and log work fields. |
Uses of I18nHelper in com.atlassian.jira.web.action.portal |
---|
Classes in com.atlassian.jira.web.action.portal that implement I18nHelper | |
---|---|
class |
AbstractSaveConfiguration
An utter utter utter utter abomination...unfortunately it has to stick around until legacy portlets are supported no more in JIRA. |
class |
RunPortlet
|
Uses of I18nHelper in com.atlassian.jira.web.action.project |
---|
Classes in com.atlassian.jira.web.action.project that implement I18nHelper | |
---|---|
class |
AbstractProjectAction
An abstract action useful for creating and editing projects |
class |
AddComponent
Only used by Jelly |
class |
AddProject
|
class |
AddVersion
|
class |
DeleteProject
|
class |
DeleteProjectEntity
|
class |
EditProject
|
class |
EditProjectLeadAndDefaultAssignee
|
class |
ProjectEmail
|
class |
SelectProjectCategory
|
class |
ViewProject
|
class |
ViewProjects
|
Uses of I18nHelper in com.atlassian.jira.web.action.project.enterprise |
---|
Classes in com.atlassian.jira.web.action.project.enterprise that implement I18nHelper | |
---|---|
class |
SelectComponentAssignees
|
Uses of I18nHelper in com.atlassian.jira.web.action.projectcategory |
---|
Classes in com.atlassian.jira.web.action.projectcategory that implement I18nHelper | |
---|---|
class |
AddProjectCategory
|
class |
DeleteProjectCategory
|
class |
EditProjectCategory
|
Uses of I18nHelper in com.atlassian.jira.web.action.renderers.wiki |
---|
Classes in com.atlassian.jira.web.action.renderers.wiki that implement I18nHelper | |
---|---|
class |
WikiRendererHelpAction
A webwork action that controls the display of the wiki renderers help. |
Uses of I18nHelper in com.atlassian.jira.web.action.setup |
---|
Classes in com.atlassian.jira.web.action.setup that implement I18nHelper | |
---|---|
class |
AbstractSetupAction
|
class |
Setup
|
class |
Setup2
|
class |
Setup2Existing
|
class |
Setup3
This setup step is used to setup the MailListener |
class |
SetupComplete
This setup step is used to complete setup. |
class |
SetupDatabase
Action for configuring a database connection for JIRA and testing that it works. |
class |
SetupImport
|
Uses of I18nHelper in com.atlassian.jira.web.action.user |
---|
Classes in com.atlassian.jira.web.action.user that implement I18nHelper | |
---|---|
class |
AbstractUserAction
|
class |
AddPortalPage
Action to add a new Portal Page to JIRA. |
class |
ChangePassword
|
class |
ClearRememberMeCookies
Clears the remember me cookies for the current user |
class |
ConfigurePortalPages
This action is the place we manage Portal Pages, aka Dashboard pages from |
class |
ContactAdministrators
|
class |
DeletePortalPage
Action for deleting PortalPage objects. |
class |
EditPortalPage
Used to edit the name of a portal page. |
class |
EditProfile
|
class |
ForgotLoginDetails
|
class |
GenericEditProfile
|
class |
Logout
|
class |
ResetPassword
Handles the requests to reset a password for a specific user. |
class |
RestoreDefaultDashboard
Action to restore the default dashboard. |
class |
SaveConfiguration
Saves a portlet configuration to a property set. |
class |
Signup
|
class |
UpdateUserPreferences
|
class |
ViewProfile
|
class |
ViewUserHover
Displays the contents of the user hover dialog. |
class |
ViewUserIssueColumns
|
class |
ViewUserPreferences
|
Uses of I18nHelper in com.atlassian.jira.web.action.util |
---|
Classes in com.atlassian.jira.web.action.util that implement I18nHelper | |
---|---|
class |
CleanData
|
class |
ImportAll
|
class |
ImportResult
Needed to cleanup the webwork ActionContext to avoid it from throwing thread corrupted errors. |
class |
JellyRunner
|
class |
JiraCreditsPage
Displays the JIRA credits page |
class |
ShowConstantsHelp
Used to Show the local instances Contants (Issue types, priorities etc) |
class |
ViewKeyboardShortcuts
Displays a help screen showing all the available keyboard shortcuts and descriptions telling users what a particular shortcut will do. |
class |
XmlBackup
|
Methods in com.atlassian.jira.web.action.util that return I18nHelper | |
---|---|
I18nHelper |
ViewKeyboardShortcuts.getI18nHelper()
|
Methods in com.atlassian.jira.web.action.util with parameters of type I18nHelper | |
---|---|
boolean |
ImportResultHandler.handleErrorResult(javax.servlet.ServletContext context,
DataImportService.ImportResult lastResult,
I18nHelper i18n,
ErrorCollection errorCollection)
Given an import result this method will take the appropriate actions to deal with errors such as throwing up JohnsonEvents or populating the passed in errorcollection with the appropriate errors. |
boolean |
DefaultImportResultHandler.handleErrorResult(javax.servlet.ServletContext context,
DataImportService.ImportResult lastResult,
I18nHelper i18n,
ErrorCollection errorCollection)
|
Uses of I18nHelper in com.atlassian.jira.web.action.util.sharing |
---|
Methods in com.atlassian.jira.web.action.util.sharing with parameters of type I18nHelper | |
---|---|
static void |
SharedEntitySearchAction.QueryValidator.validate(SharedEntitySearchParameters searchParameters,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
|
Uses of I18nHelper in com.atlassian.jira.web.action.workflow |
---|
Classes in com.atlassian.jira.web.action.workflow that implement I18nHelper | |
---|---|
class |
SimpleWorkflowAction
|
class |
WorkflowUIDispatcher
A simple action to look at the incoming action + issue ID combination, and redirect to the correct web action. |
Uses of I18nHelper in com.atlassian.jira.web.bean |
---|
Classes in com.atlassian.jira.web.bean that implement I18nHelper | |
---|---|
class |
I18nBean
In an attempt to make use of our I18n-cache this was turned into a flyweight that delegates to the properly BackingI18n that lives in the caching factory. |
class |
MockI18nBean
Mock I18nBean to get around the problem of having to lookup a default locale via applicationProperties via the DB. |
Methods in com.atlassian.jira.web.bean that return I18nHelper | |
---|---|
I18nHelper |
TimeTrackingGraphBean.Parameters.getI18nHelper()
|
I18nHelper |
MockI18nBean.MockI18nBeanFactory.getInstance(Locale locale)
|
I18nHelper |
I18nBean.AccessorFactory.getInstance(Locale locale)
|
I18nHelper |
I18nBean.CachingFactory.getInstance(Locale locale)
|
I18nHelper |
MockI18nBean.MockI18nBeanFactory.getInstance(User user)
|
I18nHelper |
MockI18nBean.MockI18nBeanFactory.getInstance(com.atlassian.crowd.embedded.api.User user)
|
I18nHelper |
I18nBean.AccessorFactory.getInstance(com.atlassian.crowd.embedded.api.User user)
|
I18nHelper |
I18nBean.AccessorFactory.getInstance(User user)
|
I18nHelper |
I18nBean.CachingFactory.getInstance(com.atlassian.crowd.embedded.api.User user)
|
I18nHelper |
I18nBean.CachingFactory.getInstance(User user)
|
Methods in com.atlassian.jira.web.bean with parameters of type I18nHelper | |
---|---|
TimeTrackingGraphBean |
TimeTrackingGraphBeanFactoryImpl.createBean(AggregateTimeTrackingBean aggregateBean,
TimeTrackingGraphBeanFactory.Style style,
I18nHelper helper)
|
TimeTrackingGraphBean |
TimeTrackingGraphBeanFactory.createBean(AggregateTimeTrackingBean aggregateBean,
TimeTrackingGraphBeanFactory.Style style,
I18nHelper helper)
|
TimeTrackingGraphBean |
TimeTrackingGraphBeanFactoryImpl.createBean(Issue issue,
TimeTrackingGraphBeanFactory.Style style,
I18nHelper helper)
|
TimeTrackingGraphBean |
TimeTrackingGraphBeanFactory.createBean(Issue issue,
TimeTrackingGraphBeanFactory.Style style,
I18nHelper helper)
|
Constructors in com.atlassian.jira.web.bean with parameters of type I18nHelper | |
---|---|
I18nBean(I18nHelper delegate)
|
|
TaskDescriptorBean(TaskDescriptor<V> taskDescriptor,
I18nHelper i18nHelper,
OutlookDateManager outlookDateManager,
com.atlassian.crowd.embedded.api.User currentUser)
|
|
TimeTrackingGraphBean.Parameters(I18nHelper i18nBean)
|
Uses of I18nHelper in com.atlassian.jira.web.component.cron |
---|
Methods in com.atlassian.jira.web.component.cron with parameters of type I18nHelper | |
---|---|
String |
CronEditorWebComponent.getHtml(CronEditorBean cronEditorBean,
I18nHelper i18n,
String paramPrefix)
Will produce HTML inputs for selecting a time period that will be represented by a cron string. |
Uses of I18nHelper in com.atlassian.jira.web.component.cron.generator |
---|
Constructors in com.atlassian.jira.web.component.cron.generator with parameters of type I18nHelper | |
---|---|
CronExpressionDescriptor(I18nHelper i18n)
Creates a Descriptor for |
Uses of I18nHelper in com.atlassian.jira.web.component.multigrouppicker |
---|
Methods in com.atlassian.jira.web.component.multigrouppicker with parameters of type I18nHelper | |
---|---|
String |
GroupPickerWebComponent.getHtml(PickerLayoutBean layoutBean,
Collection currentGroups,
boolean canEdit,
Long id,
Map startingParams,
I18nHelper i18n)
|
Uses of I18nHelper in com.atlassian.jira.web.component.subtask |
---|
Constructors in com.atlassian.jira.web.component.subtask with parameters of type I18nHelper | |
---|---|
SubTaskReorderColumnLayoutItem(PermissionManager permissionManager,
SubTaskBean subTaskBean,
String subTaskView,
Issue parentIssue,
User user,
I18nHelper i18n)
|
Uses of I18nHelper in com.atlassian.jira.web.util |
---|
Methods in com.atlassian.jira.web.util with parameters of type I18nHelper | |
---|---|
Map<String,String> |
JiraLocaleUtils.getInstalledLocalesWithDefault(Locale defaultLocale,
I18nHelper helper)
Deprecated. Use LocaleManager.getInstalledLocalesWithDefault(java.util.Locale,
com.atlassian.jira.util.I18nHelper) ) instead. Since v4.2 |
Uses of I18nHelper in com.atlassian.jira.workflow.migration.enterprise |
---|
Methods in com.atlassian.jira.workflow.migration.enterprise that return I18nHelper | |
---|---|
protected I18nHelper |
EnterpriseWorkflowMigrationHelper.getI18nHelper()
|
Constructors in com.atlassian.jira.workflow.migration.enterprise with parameters of type I18nHelper | |
---|---|
EnterpriseWorkflowMigrationHelper(org.ofbiz.core.entity.GenericValue project,
org.ofbiz.core.entity.GenericValue targetScheme,
WorkflowManager workflowManager,
OfBizDelegator delegator,
IssueManager issueManager,
SchemeManager schemeManager,
I18nHelper i18nHelper,
User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |