com.atlassian.jira.bc.project.property
Class DefaultProjectEntityWithKeyPropertyService

java.lang.Object
  extended by com.atlassian.jira.entity.property.DelegatingEntityPropertyService<E>
      extended by com.atlassian.jira.entity.property.DelegatingEntityWithKeyPropertyService<Project>
          extended by com.atlassian.jira.bc.project.property.DefaultProjectEntityWithKeyPropertyService
All Implemented Interfaces:
ProjectPropertyService, EntityPropertyService<Project>, EntityWithKeyPropertyService<Project>

public class DefaultProjectEntityWithKeyPropertyService
extends DelegatingEntityWithKeyPropertyService<Project>
implements ProjectPropertyService

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
DefaultProjectEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, ProjectPropertyHelper 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

DefaultProjectEntityWithKeyPropertyService

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.