Class DefaultUserPropertyService
java.lang.Object
com.atlassian.jira.entity.property.DelegatingEntityPropertyService<ApplicationUser>
com.atlassian.jira.entity.property.DelegatingEntityWithKeyPropertyService<ApplicationUser>
com.atlassian.jira.bc.user.property.DefaultUserPropertyService
- All Implemented Interfaces:
UserPropertyService,EntityPropertyService<ApplicationUser>,EntityWithKeyPropertyService<ApplicationUser>
public class DefaultUserPropertyService
extends DelegatingEntityWithKeyPropertyService<ApplicationUser>
implements UserPropertyService
- Since:
- v6.5
-
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
ConstructorsConstructorDescriptionDefaultUserPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, UserPropertyHelper 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
-
DefaultUserPropertyService
public DefaultUserPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, UserPropertyHelper propertyHelper)
-