Uses of Interface
com.atlassian.greenhopper.model.I18n2

Packages that use I18n2
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.model.stats   
com.atlassian.greenhopper.model.validation   
com.atlassian.greenhopper.service   
com.atlassian.greenhopper.util   
com.atlassian.greenhopper.web   
com.atlassian.greenhopper.web.rapid   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.issue.fields   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.sprint   
com.atlassian.greenhopper.web.rapid.view   
com.atlassian.greenhopper.web.rapid.view.detailview   
com.pyxis.greenhopper.gadget   
com.pyxis.greenhopper.gadget.model   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards.stats   
com.pyxis.greenhopper.jira.util.comparator   
 

Uses of I18n2 in com.atlassian.greenhopper.model.rapid
 

Methods in com.atlassian.greenhopper.model.rapid with parameters of type I18n2
 java.lang.String StatisticsFieldInstance.getDisplayName(I18n2 i18n)
           
 java.lang.String StatisticsField.getDisplayName(I18n2 i18n)
          Get the display name of this instance
 java.lang.String StatisticsFieldInstance.getName(I18n2 i18n)
           
 

Uses of I18n2 in com.atlassian.greenhopper.model.stats
 

Methods in com.atlassian.greenhopper.model.stats with parameters of type I18n2
 java.lang.String Capacities.getCapacityMessage(com.atlassian.crowd.embedded.api.User user, I18n2 i18n, Summary summary, boolean forMax)
          Get the capacity message for a capacities object
 java.lang.String Marker.getSummaryTxt(I18n2 i18n)
           
 java.lang.String EmptyMarker.getSummaryTxt(I18n2 i18n)
           
 java.lang.String BoardMarker.getSummaryTxt(I18n2 i18n)
           
 

Uses of I18n2 in com.atlassian.greenhopper.model.validation
 

Methods in com.atlassian.greenhopper.model.validation with parameters of type I18n2
 void ErrorCollection.checkErrors(I18n2 i18n)
          Checks for errors and throws an exception if encountered.
 com.atlassian.jira.util.ErrorCollection ErrorCollection.toJiraErrorCollection(I18n2 i18n)
           
 JiraCopiedRestErrorCollection ErrorCollection.toRestErrorCollection(I18n2 i18n)
           
 

Uses of I18n2 in com.atlassian.greenhopper.service
 

Methods in com.atlassian.greenhopper.service that return I18n2
 I18n2 I18nFactoryServiceImpl.getI18n()
          Get the default I18n object.
 I18n2 I18nFactoryService.getI18n()
          Get the default application i18n.
 I18n2 I18nFactoryServiceImpl.getI18n(java.util.Locale locale)
          Get the I18n object for a given locale

 I18n2 I18nFactoryService.getI18n(java.util.Locale locale)
          Get the i18n object for a given locale
 I18n2 I18nFactoryServiceImpl.getI18n(com.atlassian.crowd.embedded.api.User user)
          Get the I18n object for a given user.
 I18n2 I18nFactoryService.getI18n(com.atlassian.crowd.embedded.api.User user)
          Get the i18n object for a given user.
 

Uses of I18n2 in com.atlassian.greenhopper.util
 

Methods in com.atlassian.greenhopper.util with parameters of type I18n2
 TimeRemainingFormatter.TimeRemaining TimeRemainingFormatter.format(org.joda.time.DateTime dateTime, I18n2 i18n)
          Formats the given date to an approximate amount of time remaining.
 

Uses of I18n2 in com.atlassian.greenhopper.web
 

Methods in com.atlassian.greenhopper.web that return I18n2
 I18n2 GreenHopperWebActionSupport.getI18n()
           
 

Uses of I18n2 in com.atlassian.greenhopper.web.rapid
 

Methods in com.atlassian.greenhopper.web.rapid with parameters of type I18n2
static
<T> ResultEntry<T>
ResultEntry.createCombinedResult(ErrorCollection errors, T successObject, I18n2 i18n)
           
static
<T> ResultEntry<T>
ResultEntry.createErrorResult(ErrorCollection errorCollection, I18n2 i18n)
          Creates an error result
 ServiceOutcome<RapidViewConfig.StatisticsConfig> RapidBoardViewModelFactory.getStatisticsConfig(RapidView rapidView, I18n2 i18n)
           
 

Uses of I18n2 in com.atlassian.greenhopper.web.rapid.chart
 

Methods in com.atlassian.greenhopper.web.rapid.chart with parameters of type I18n2
protected  ServiceOutcome<ChartDataHelper.SwimlaneFilter> ChartDataHelper.getSwimlaneFilter(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query query, java.util.List<Swimlane> allSwimlanes, java.util.Set<java.lang.Long> swimlaneIds, I18n2 i18n)
          Compute the filter for the selected swimlanes.
 

Uses of I18n2 in com.atlassian.greenhopper.web.rapid.issue.fields
 

Methods in com.atlassian.greenhopper.web.rapid.issue.fields with parameters of type I18n2
 HtmlFieldEntry FieldHelper.createDateFieldViewEntry(I18n2 i18n, com.atlassian.crowd.embedded.api.User user, java.sql.Timestamp date, java.lang.String id, java.lang.String labelKey)
          Factory method for creating FieldEntry's for date fields.
 FieldEntry SummaryFieldEntryFactory.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry RemainingEstimateFieldEntryFactory.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry ReadOnlyFieldEntryFactory.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry OriginalEstimateFieldEntryFactory.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry NumberCustomFieldEntryFactory.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry FieldEntryFactory.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry DescriptionFieldEntryFactory.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 EpicLinkFieldEntry EpicLinkFieldEntryFactory.createEpicLinkViewEntryForIssue(I18n2 i18n, com.atlassian.jira.issue.Issue epic, com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
          Creates a view entry for an issue with corresponding epic.
 FieldEntry SubTaskAwareFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, java.util.Collection<com.atlassian.jira.issue.Issue> subTasks, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry AbstractAggregateRemainingEstimateFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, java.util.Collection<com.atlassian.jira.issue.Issue> subTasks, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry UpdatedDateFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry SummaryFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry StatusFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry ReporterFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry RemainingEstimateFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry OriginalEstimateFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry NumberCustomFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry LabelsFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry IssueKeyFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry FixForVersionsFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry FieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 EpicLinkFieldEntry EpicLinkFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry DescriptionFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 HtmlFieldEntry CustomFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry CreatedDateFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry ComponentsFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry AssigneeFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry AffectedVersionsFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry AbstractAggregateRemainingEstimateFieldEntryFactory.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
protected  java.lang.String SubTasksRemainingEstimateFieldEntryFactory.getLabel(I18n2 i18n, com.atlassian.jira.issue.util.AggregateTimeTrackingBean aggregates)
           
protected  java.lang.String AggregateRemainingEstimateFieldEntryFactory.getLabel(I18n2 i18n, com.atlassian.jira.issue.util.AggregateTimeTrackingBean aggregates)
           
protected abstract  java.lang.String AbstractAggregateRemainingEstimateFieldEntryFactory.getLabel(I18n2 i18n, com.atlassian.jira.issue.util.AggregateTimeTrackingBean aggregates)
           
 

Uses of I18n2 in com.atlassian.greenhopper.web.rapid.plan
 

Methods in com.atlassian.greenhopper.web.rapid.plan with parameters of type I18n2
static PlanningDataModel.ProgressIndicator PlanningDataModel.ProgressIndicator.from(ColumnProgress progress, I18n2 i18n)
           
 

Constructors in com.atlassian.greenhopper.web.rapid.plan with parameters of type I18n2
PlanningDataModel.SprintTransformer(com.atlassian.jira.datetime.DateTimeFormatter dateTimeFormatter, I18n2 i18n, TimeRemainingFormatter timeRemainingFormatter)
           
 

Uses of I18n2 in com.atlassian.greenhopper.web.rapid.sprint
 

Methods in com.atlassian.greenhopper.web.rapid.sprint with parameters of type I18n2
static java.lang.String SprintNameSuggester.suggestSprintName(java.util.List<Sprint> sprints, I18n2 i18n)
           
 

Constructors in com.atlassian.greenhopper.web.rapid.sprint with parameters of type I18n2
SprintEntryFactory.SprintTransformer(com.atlassian.jira.datetime.DateTimeFormatter dateTimeFormatter, I18n2 i18n)
           
 

Uses of I18n2 in com.atlassian.greenhopper.web.rapid.view
 

Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type I18n2
 ResultEntry<ColumnEditRequest> ColumnEditHelper.buildModel(com.atlassian.crowd.embedded.api.User user, I18n2 i18n, RapidView view, ErrorCollection errors)
           
static StatisticsFieldEntry StatisticsFieldEntry.create(StatisticsField statisticsField, I18n2 i18n)
           
static StatisticsFieldEntry StatisticsFieldEntry.create(StatisticsFieldInstance statisticsField, I18n2 i18n)
           
 

Uses of I18n2 in com.atlassian.greenhopper.web.rapid.view.detailview
 

Methods in com.atlassian.greenhopper.web.rapid.view.detailview with parameters of type I18n2
 DetailViewFieldConfigModel.DetailViewFieldEntry DetailViewFieldHelper.createEntry(I18n2 i18n, DetailViewFieldConfig detailViewFieldConfig, StatisticsField estimateStatistic)
           
 DetailViewFieldConfigModel.DetailViewFieldEntry DetailViewFieldHelper.createEntry(I18n2 i18n, com.atlassian.jira.issue.fields.Field field)
           
 

Uses of I18n2 in com.pyxis.greenhopper.gadget
 

Constructors in com.pyxis.greenhopper.gadget with parameters of type I18n2
TaskBoardGadgetResource.TaskBoardGadget(com.atlassian.jira.project.Project project, com.atlassian.jira.project.version.Version version, Context context, I18n2 i18n, java.util.List<TaskBoardInfo> columns)
           
TBMappingResource.TBMappingOptions(com.atlassian.jira.project.Project project, com.atlassian.crowd.embedded.api.User user, ConfigurationService configurationService, I18n2 i18n)
           
 

Uses of I18n2 in com.pyxis.greenhopper.gadget.model
 

Constructors in com.pyxis.greenhopper.gadget.model with parameters of type I18n2
TaskBoardInfo(I18n2 i18n, Capacity capacity, TaskBoardConfiguration config, StepBoard stepBoard)
           
 

Uses of I18n2 in com.pyxis.greenhopper.jira.actions
 

Methods in com.pyxis.greenhopper.jira.actions that return I18n2
 I18n2 ProjectActionSupport.getI18n()
           
 I18n2 AbstractBoardAction.getI18n()
           
 

Uses of I18n2 in com.pyxis.greenhopper.jira.boards.stats
 

Methods in com.pyxis.greenhopper.jira.boards.stats with parameters of type I18n2
 java.lang.String WatchedField.getTooltipLabel(I18n2 i18n, java.lang.Double value)
           
 java.lang.String RemainingField.getTooltipLabel(I18n2 i18n, java.lang.Double value)
           
 java.lang.String IssueCountField.getTooltipLabel(I18n2 i18n, java.lang.Double value)
           
 java.lang.String AbstractWatchedField.getTooltipLabel(I18n2 i18n, java.lang.Double value)
           
 

Uses of I18n2 in com.pyxis.greenhopper.jira.util.comparator
 

Constructors in com.pyxis.greenhopper.jira.util.comparator with parameters of type I18n2
IssueFieldComparator(I18n2 i18n2)
           
MarkerComparator(I18n2 i18n2)
           
WatchedFieldComparator(I18n2 i18n2)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.