Class BaseEntityPropertyService<E extends WithId>

java.lang.Object
com.atlassian.jira.entity.property.BaseEntityPropertyService<E>
Type Parameters:
E - the entity type which is identifiable by id.
All Implemented Interfaces:
EntityPropertyService<E>
Direct Known Subclasses:
BaseEntityWithKeyPropertyService, DefaultChangeHistoryPropertyService, DefaultCommentPropertyService, DefaultDashboardItemPropertyService, DefaultIssueTypePropertyService

public class BaseEntityPropertyService<E extends WithId> extends Object implements EntityPropertyService<E>
The base implementation of EntityPropertyService<E extends WithId>.
Since:
v6.2
See Also: