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

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
      extended by com.atlassian.greenhopper.web.rapid.issue.fields.ReporterFieldEntryFactory
All Implemented Interfaces:
FieldEntryFactory

public class ReporterFieldEntryFactory
extends ReadOnlyFieldEntryFactory
implements FieldEntryFactory


Constructor Summary
ReporterFieldEntryFactory(com.atlassian.jira.plugin.userformat.UserFormats userFormats)
           
 
Method Summary
 FieldEntry createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 java.lang.String getId()
           
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
createEditEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
createEditEntry
 

Constructor Detail

ReporterFieldEntryFactory

public ReporterFieldEntryFactory(com.atlassian.jira.plugin.userformat.UserFormats userFormats)
Method Detail

createViewEntry

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

getId

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


Copyright © 2007-2012 Atlassian. All Rights Reserved.