Class DefaultCommentPropertyService
java.lang.Object
com.atlassian.jira.entity.property.BaseEntityPropertyService<Comment>
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
ConstructorsConstructorDescriptionDefaultCommentPropertyService(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, getProperties, getProperties, getPropertiesKeys, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, getProperty, setProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, validateSetProperty, validateSetPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
deleteProperty, getProperties, getProperties, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, setProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, validateSetProperty
-
Constructor Details
-
DefaultCommentPropertyService
public DefaultCommentPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, CommentPropertyHelper entityPropertyHelper)
-