public class

DefaultIssueTypePropertyService

extends BaseEntityPropertyService<E extends WithId>
implements IssueTypePropertyService
java.lang.Object
   ↳ com.atlassian.jira.entity.property.BaseEntityPropertyService<E extends com.atlassian.jira.entity.WithId>
     ↳ com.atlassian.jira.bc.issuetype.property.DefaultIssueTypePropertyService

Summary

Public Constructors
DefaultIssueTypePropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, EventPublisher eventPublisher, IssueTypePropertyHelper entityPropertyHelper)
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.property.BaseEntityPropertyService
From class java.lang.Object
From interface com.atlassian.jira.entity.property.EntityPropertyService

Public Constructors

public DefaultIssueTypePropertyService (JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, EventPublisher eventPublisher, IssueTypePropertyHelper entityPropertyHelper)