com.atlassian.greenhopper.web.rapid.issue
Class CommentModelFactory

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.global.AbstractResultBuilder
          extended by com.atlassian.greenhopper.web.rapid.issue.CommentModelFactory

@Service
public class CommentModelFactory
extends AbstractResultBuilder


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
AbstractResultBuilder.SuccessBuilder<T>
 
Field Summary
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
CommentModelFactory()
           
 
Method Summary
 java.util.List<CommentEntry> getAllComments(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue)
          gets all comments
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
buildCombinedResult, buildErrorOnlyResult, buildResult, buildResult
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn, setInfoLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentModelFactory

public CommentModelFactory()
Method Detail

getAllComments

public java.util.List<CommentEntry> getAllComments(com.atlassian.crowd.embedded.api.User user,
                                                   com.atlassian.jira.issue.Issue issue)
gets all comments



Copyright © 2007-2012 Atlassian. All Rights Reserved.