Class DefaultIssueTypePropertyService
java.lang.Object
com.atlassian.jira.entity.property.BaseEntityPropertyService<IssueTypeWithID>
com.atlassian.jira.bc.issuetype.property.DefaultIssueTypePropertyService
- All Implemented Interfaces:
IssueTypePropertyService
,EntityPropertyService<IssueTypeWithID>
public class DefaultIssueTypePropertyService
extends BaseEntityPropertyService<IssueTypeWithID>
implements IssueTypePropertyService
- Since:
- 7.0
-
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
ConstructorsConstructorDescriptionDefaultIssueTypePropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, IssueTypePropertyHelper entityPropertyHelper) -
Method Summary
Methods inherited from class com.atlassian.jira.entity.property.BaseEntityPropertyService
deleteProperty, getProperties, getProperties, getPropertiesKeys, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, getProperty, setProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, 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
-
DefaultIssueTypePropertyService
public DefaultIssueTypePropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, IssueTypePropertyHelper entityPropertyHelper)
-