com.atlassian.jira.bc.issue.comment.property
Class DefaultCommentPropertyService

java.lang.Object
  extended by com.atlassian.jira.entity.property.BaseEntityPropertyService<Comment>
      extended by com.atlassian.jira.bc.issue.comment.property.DefaultCommentPropertyService
All Implemented Interfaces:
CommentPropertyService, EntityPropertyService<Comment>

public class DefaultCommentPropertyService
extends BaseEntityPropertyService<Comment>
implements CommentPropertyService

Since:
6.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
EntityPropertyService.DeletePropertyValidationResult, EntityPropertyService.EntityPropertyInput, EntityPropertyService.PropertyInput, EntityPropertyService.PropertyKeys<E>, EntityPropertyService.PropertyResult, EntityPropertyService.PropertyServiceResult, EntityPropertyService.SetPropertyValidationResult
 
Constructor Summary
DefaultCommentPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, CommentPropertyHelper entityPropertyHelper)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.entity.property.BaseEntityPropertyService
deleteProperty, getPropertiesKeys, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, validateSetProperty, validateSetProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
deleteProperty, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, validateSetProperty
 

Constructor Detail

DefaultCommentPropertyService

public DefaultCommentPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
                                     I18nHelper i18n,
                                     com.atlassian.event.api.EventPublisher eventPublisher,
                                     CommentPropertyHelper entityPropertyHelper)


Copyright © 2002-2014 Atlassian. All Rights Reserved.