Class SprintPropertyServiceImpl

java.lang.Object
com.atlassian.jira.entity.property.DelegatingEntityPropertyService<Sprint>
com.atlassian.greenhopper.service.sprint.SprintPropertyServiceImpl
All Implemented Interfaces:
SprintPropertyService, com.atlassian.jira.entity.property.EntityPropertyService<Sprint>

@Service public class SprintPropertyServiceImpl extends com.atlassian.jira.entity.property.DelegatingEntityPropertyService<Sprint> implements SprintPropertyService
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.atlassian.jira.entity.property.EntityPropertyService

    com.atlassian.jira.entity.property.EntityPropertyService.DeletePropertyValidationResult, com.atlassian.jira.entity.property.EntityPropertyService.EntityPropertyInput, com.atlassian.jira.entity.property.EntityPropertyService.PropertyInput, com.atlassian.jira.entity.property.EntityPropertyService.PropertyKeys<E extends Object>, com.atlassian.jira.entity.property.EntityPropertyService.PropertyResult, com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult, com.atlassian.jira.entity.property.EntityPropertyService.SetPropertyValidationResult
  • Field Summary

    Fields inherited from interface com.atlassian.greenhopper.service.sprint.SprintPropertyService

    SPRINT_ENTITY_PROPERTY_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    SprintPropertyServiceImpl(com.atlassian.jira.entity.property.JsonEntityPropertyManager jsonEntityPropertyManager, com.atlassian.event.api.EventPublisher eventPublisher, SprintPropertyHelper entityPropertyHelper)
     
  • Method Summary

    Methods inherited from class com.atlassian.jira.entity.property.DelegatingEntityPropertyService

    deleteProperty, getProperties, getProperties, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, setProperty, 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.EntityPropertyService

    deleteProperty, getProperties, getProperties, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, setProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, validateSetProperty
  • Constructor Details

    • SprintPropertyServiceImpl

      @Autowired public SprintPropertyServiceImpl(com.atlassian.jira.entity.property.JsonEntityPropertyManager jsonEntityPropertyManager, com.atlassian.event.api.EventPublisher eventPublisher, SprintPropertyHelper entityPropertyHelper)