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, getPropertiesKeys, getProperty, getProperty, validateDeleteProperty, validateDeleteProperty, validateSetProperty, validateSetProperty
 
Methods inherited from class com.atlassian.jira.entity.property.DelegatingEntityPropertyService
deleteProperty, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, 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.EntityWithKeyPropertyService
getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, validateDeleteProperty, validateDeleteProperty, validateSetProperty, validateSetProperty
 
Methods inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
deleteProperty, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, 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.