public class

DefaultUserPropertyService

extends DelegatingEntityWithKeyPropertyService<E extends WithId & WithKey>
implements UserPropertyService
java.lang.Object
   ↳ com.atlassian.jira.entity.property.DelegatingEntityPropertyService<E extends com.atlassian.jira.entity.WithId>
     ↳ com.atlassian.jira.entity.property.DelegatingEntityWithKeyPropertyService<E extends com.atlassian.jira.entity.WithId & com.atlassian.jira.entity.WithKey>
       ↳ com.atlassian.jira.bc.user.property.DefaultUserPropertyService

Summary

Public Constructors
DefaultUserPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, EventPublisher eventPublisher, UserPropertyHelper propertyHelper)
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.property.DelegatingEntityWithKeyPropertyService
From class com.atlassian.jira.entity.property.DelegatingEntityPropertyService
From class java.lang.Object
From interface com.atlassian.jira.entity.property.EntityPropertyService
From interface com.atlassian.jira.entity.property.EntityWithKeyPropertyService

Public Constructors

public DefaultUserPropertyService (JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, EventPublisher eventPublisher, UserPropertyHelper propertyHelper)