Class CommonEntityPropertyServiceCompatibility
java.lang.Object
com.codebarrel.jira.entityproperties.compat.CommonEntityPropertyServiceCompatibility
- All Implemented Interfaces:
EntityPropertyServiceCompatibility
- Direct Known Subclasses:
EntityPropertyService7Compatibility,EntityPropertyService8Compatibility
public abstract class CommonEntityPropertyServiceCompatibility
extends Object
implements EntityPropertyServiceCompatibility
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteProperty(ApplicationUser currentUser, EntityPropertyService.DeletePropertyValidationResult deletePropertyValidationResult) getPropertiesKeys(ApplicationUser currentUser, Long entityKey) validateDeleteProperty(ApplicationUser currentUser, Long entityKey, String propertyKey) validateSetProperty(ApplicationUser currentUser, Long entityKey, EntityPropertyService.PropertyInput propertyInput) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codebarrel.jira.entityproperties.compat.EntityPropertyServiceCompatibility
getProperty, setProperty
-
Field Details
-
propertyService
-
-
Method Details
-
getPropertiesKeys
public EntityPropertyService.PropertyKeys getPropertiesKeys(ApplicationUser currentUser, Long entityKey) - Specified by:
getPropertiesKeysin interfaceEntityPropertyServiceCompatibility
-
validateDeleteProperty
public EntityPropertyService.DeletePropertyValidationResult validateDeleteProperty(ApplicationUser currentUser, Long entityKey, String propertyKey) - Specified by:
validateDeletePropertyin interfaceEntityPropertyServiceCompatibility
-
validateSetProperty
public EntityPropertyService.SetPropertyValidationResult validateSetProperty(ApplicationUser currentUser, Long entityKey, EntityPropertyService.PropertyInput propertyInput) - Specified by:
validateSetPropertyin interfaceEntityPropertyServiceCompatibility
-
deleteProperty
public void deleteProperty(ApplicationUser currentUser, EntityPropertyService.DeletePropertyValidationResult deletePropertyValidationResult) - Specified by:
deletePropertyin interfaceEntityPropertyServiceCompatibility
-