Class DefaultIssueEntityWithKeyPropertyService
java.lang.Object
com.atlassian.jira.entity.property.DelegatingEntityPropertyService<E>
com.atlassian.jira.entity.property.DelegatingEntityWithKeyPropertyService<Issue>
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
ConstructorsConstructorDescriptionDefaultIssueEntityWithKeyPropertyService(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, validateSetPropertyMethods inherited from class com.atlassian.jira.entity.property.DelegatingEntityPropertyService
deleteProperty, getProperties, getProperties, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, setProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, 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, validateSetPropertyMethods inherited from interface com.atlassian.jira.entity.property.EntityWithKeyPropertyService
getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, validateDeleteProperty, validateDeleteProperty, validateSetProperty, validateSetProperty
-
Constructor Details
-
DefaultIssueEntityWithKeyPropertyService
public DefaultIssueEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, IssuePropertyHelper propertyHelper)
-