Class EntityWithKeyPropertyService7Compatibility
java.lang.Object
com.codebarrel.jira.entityproperties.compat.CommonEntityPropertyServiceCompatibility
com.codebarrel.jira.entityproperties.compat.EntityPropertyService7Compatibility
com.codebarrel.jira.entityproperties.compat.EntityWithKeyPropertyService7Compatibility
- All Implemented Interfaces:
EntityPropertyServiceCompatibility,EntityWithKeyPropertyServiceCompatibility
public class EntityWithKeyPropertyService7Compatibility
extends EntityPropertyService7Compatibility
implements EntityWithKeyPropertyServiceCompatibility
-
Field Summary
Fields inherited from class com.codebarrel.jira.entityproperties.compat.CommonEntityPropertyServiceCompatibility
propertyService -
Constructor Summary
ConstructorsConstructorDescriptionEntityWithKeyPropertyService7Compatibility(EntityWithKeyPropertyService withKeyPropertyService) -
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.EntityPropertyService7Compatibility
getProperty, setProperty, toCompatMethods 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
-
EntityWithKeyPropertyService7Compatibility
public EntityWithKeyPropertyService7Compatibility(EntityWithKeyPropertyService withKeyPropertyService)
-
-
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
-