com.atlassian.greenhopper.web.rapid.issue.fields
Class RemainingEstimateField

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.issue.fields.RemainingEstimateField
All Implemented Interfaces:
ComplexEditableField, Field

public class RemainingEstimateField
extends java.lang.Object
implements Field, ComplexEditableField


Field Summary
static java.lang.String REMAINING_ESTIMATE_ID
           
 
Constructor Summary
RemainingEstimateField(com.atlassian.jira.util.I18nHelper.BeanFactory i18nHelperFactory, com.atlassian.jira.web.bean.TimeTrackingGraphBeanFactory timeTrackingGraphBeanFactory, TimeTrackingService timeTrackingService)
           
 
Method Summary
 FieldEntry createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 FieldEntry createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 java.lang.String getId()
           
 ServiceOutcome<java.lang.Void> updateField(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue, java.lang.String newValue)
          Field will update the issue itself to the new value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMAINING_ESTIMATE_ID

public static final java.lang.String REMAINING_ESTIMATE_ID
See Also:
Constant Field Values
Constructor Detail

RemainingEstimateField

public RemainingEstimateField(com.atlassian.jira.util.I18nHelper.BeanFactory i18nHelperFactory,
                              com.atlassian.jira.web.bean.TimeTrackingGraphBeanFactory timeTrackingGraphBeanFactory,
                              TimeTrackingService timeTrackingService)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Field

createViewEntry

public FieldEntry createViewEntry(I18n2 i18n,
                                  com.atlassian.jira.issue.Issue issue,
                                  com.atlassian.crowd.embedded.api.User user)
Specified by:
createViewEntry in interface Field

createEditEntry

public FieldEntry createEditEntry(I18n2 i18n,
                                  com.atlassian.jira.issue.Issue issue,
                                  com.atlassian.crowd.embedded.api.User user)
Specified by:
createEditEntry in interface Field

updateField

@NotNull
public ServiceOutcome<java.lang.Void> updateField(com.atlassian.crowd.embedded.api.User user,
                                                          com.atlassian.jira.issue.Issue issue,
                                                          java.lang.String newValue)
Description copied from interface: ComplexEditableField
Field will update the issue itself to the new value.

Specified by:
updateField in interface ComplexEditableField
Parameters:
user - the user performing the update
issue - the issue to be updated
newValue - the new value
Returns:
the outcome - may contain errors


Copyright © 2007-2012 Atlassian. All Rights Reserved.