public class

DefaultCommentPropertyService

extends BaseEntityPropertyService<E extends WithId>
implements CommentPropertyService
java.lang.Object
   ↳ com.atlassian.jira.entity.property.BaseEntityPropertyService<E extends com.atlassian.jira.entity.WithId>
     ↳ com.atlassian.jira.bc.issue.comment.property.DefaultCommentPropertyService

Summary

Public Constructors
DefaultCommentPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, EventPublisher eventPublisher, CommentPropertyHelper entityPropertyHelper)
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.property.BaseEntityPropertyService
From class java.lang.Object
From interface com.atlassian.jira.entity.property.EntityPropertyService

Public Constructors

public DefaultCommentPropertyService (JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, EventPublisher eventPublisher, CommentPropertyHelper entityPropertyHelper)