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.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 StatisticsField.getDisplayName(I18n2 i18n)
          Get the display name of this instance
 java.lang.String StatisticsFieldInstance.getDisplayName(I18n2 i18n)
           
 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 EmptyMarker.getSummaryTxt(I18n2 i18n)
           
 java.lang.String Marker.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 OriginalEstimateField.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry NumberCustomField.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry DescriptionField.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry ReadOnlyField.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry Field.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry RemainingEstimateField.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry SummaryField.createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry AbstractAggregateRemainingEstimateField.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 SubTaskAwareField.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 OriginalEstimateField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry StatusField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry NumberCustomField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry AssigneeField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry ComponentsField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry DescriptionField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry AbstractAggregateRemainingEstimateField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry ReporterField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry FixForVersionsField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry LabelsField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry CreatedDateField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry IssueKeyField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry Field.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry AffectedVersionsField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry UpdatedDateField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry RemainingEstimateField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry SummaryField.createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
protected abstract  java.lang.String AbstractAggregateRemainingEstimateField.getLabel(I18n2 i18n, com.atlassian.jira.issue.util.AggregateTimeTrackingBean aggregates)
           
protected  java.lang.String SubTasksRemainingEstimateField.getLabel(I18n2 i18n, com.atlassian.jira.issue.util.AggregateTimeTrackingBean aggregates)
           
protected  java.lang.String AggregateRemainingEstimateField.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
SprintEntry.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.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 AbstractBoardAction.getI18n()
           
 I18n2 ProjectActionSupport.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 AbstractWatchedField.getTooltipLabel(I18n2 i18n, java.lang.Double value)
           
 java.lang.String RemainingField.getTooltipLabel(I18n2 i18n, java.lang.Double value)
           
 java.lang.String WatchedField.getTooltipLabel(I18n2 i18n, java.lang.Double value)
           
 java.lang.String IssueCountField.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.