com.atlassian.jira.bc.issue.properties
Class DefaultIssueEntityWithKeyPropertyService

java.lang.Object
  extended by com.atlassian.jira.entity.property.DelegatingEntityPropertyService<E>
      extended by com.atlassian.jira.entity.property.DelegatingEntityWithKeyPropertyService<Issue>
          extended by com.atlassian.jira.bc.issue.properties.DefaultIssueEntityWithKeyPropertyService
All Implemented Interfaces:
IssuePropertyService, EntityPropertyService<Issue>, EntityWithKeyPropertyService<Issue>

public class DefaultIssueEntityWithKeyPropertyService
extends DelegatingEntityWithKeyPropertyService<Issue>
implements IssuePropertyService

Since:
v6.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
DefaultIssueEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, IssuePropertyHelper propertyHelper)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.entity.property.DelegatingEntityWithKeyPropertyService
getPropertiesKeys, getProperty, validateDeleteProperty, validateSetProperty
 
Methods inherited from class com.atlassian.jira.entity.property.DelegatingEntityPropertyService
deleteProperty, getPropertiesKeys, getProperty, setProperty, validateDeleteProperty, 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.EntityWithKeyPropertyService
getPropertiesKeys, getProperty, validateDeleteProperty, validateSetProperty
 
Methods inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
deleteProperty, getPropertiesKeys, getProperty, setProperty, validateDeleteProperty, validateSetProperty
 

Constructor Detail

DefaultIssueEntityWithKeyPropertyService

public DefaultIssueEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
                                                I18nHelper i18nHelperDelegate,
                                                com.atlassian.event.api.EventPublisher eventPublisher,
                                                IssuePropertyHelper propertyHelper)


Copyright © 2002-2014 Atlassian. All Rights Reserved.