Class EntityWithKeyPropertyService8Compatibility
java.lang.Object
com.codebarrel.jira.entityproperties.compat.CommonEntityPropertyServiceCompatibility
com.codebarrel.jira.entityproperties.compat.EntityPropertyService8Compatibility
com.codebarrel.jira.entityproperties.compat.EntityWithKeyPropertyService8Compatibility
- All Implemented Interfaces:
EntityPropertyServiceCompatibility,EntityWithKeyPropertyServiceCompatibility
public class EntityWithKeyPropertyService8Compatibility
extends EntityPropertyService8Compatibility
implements EntityWithKeyPropertyServiceCompatibility
-
Field Summary
Fields inherited from class com.codebarrel.jira.entityproperties.compat.CommonEntityPropertyServiceCompatibility
propertyService -
Constructor Summary
ConstructorsConstructorDescriptionEntityWithKeyPropertyService8Compatibility(EntityWithKeyPropertyService propertyService) -
Method Summary
Modifier and TypeMethodDescriptiongetPropertiesKeys(ApplicationUser currentUser, String entityKey) getProperty(ApplicationUser currentUser, String entityKey, String propertyKey) validateDeleteProperty(ApplicationUser currentUser, String entityKey, String propertyKey) validateSetProperty(ApplicationUser currentUser, String entityKey, EntityPropertyService.PropertyInput propertyInput) Methods inherited from class com.codebarrel.jira.entityproperties.compat.EntityPropertyService8Compatibility
getProperty, setPropertyMethods inherited from class com.codebarrel.jira.entityproperties.compat.CommonEntityPropertyServiceCompatibility
deleteProperty, getPropertiesKeys, validateDeleteProperty, validateSetPropertyMethods 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
deleteProperty, getPropertiesKeys, getProperty, setProperty, validateDeleteProperty, validateSetProperty
-
Constructor Details
-
EntityWithKeyPropertyService8Compatibility
-
-
Method Details
-
getPropertiesKeys
public EntityPropertyService.PropertyKeys getPropertiesKeys(ApplicationUser currentUser, String entityKey) - Specified by:
getPropertiesKeysin interfaceEntityWithKeyPropertyServiceCompatibility
-
validateDeleteProperty
public EntityPropertyService.DeletePropertyValidationResult validateDeleteProperty(ApplicationUser currentUser, String entityKey, String propertyKey) - Specified by:
validateDeletePropertyin interfaceEntityWithKeyPropertyServiceCompatibility
-
validateSetProperty
public EntityPropertyService.SetPropertyValidationResult validateSetProperty(ApplicationUser currentUser, String entityKey, EntityPropertyService.PropertyInput propertyInput) - Specified by:
validateSetPropertyin interfaceEntityWithKeyPropertyServiceCompatibility
-
getProperty
public PropertyResult getProperty(ApplicationUser currentUser, String entityKey, String propertyKey) - Specified by:
getPropertyin interfaceEntityWithKeyPropertyServiceCompatibility
-