Interface EntityPropertyServiceCompatibility
- All Known Subinterfaces:
EntityWithKeyPropertyServiceCompatibility
- All Known Implementing Classes:
CommonEntityPropertyServiceCompatibility,EntityPropertyService7Compatibility,EntityPropertyService8Compatibility,EntityWithKeyPropertyService7Compatibility,EntityWithKeyPropertyService8Compatibility
public interface EntityPropertyServiceCompatibility
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteProperty(ApplicationUser currentUser, EntityPropertyService.DeletePropertyValidationResult deletePropertyValidationResult) getPropertiesKeys(ApplicationUser currentUser, Long entityKey) getProperty(ApplicationUser currentUser, Long entityKey, String propertyKey) setProperty(ApplicationUser currentUser, EntityPropertyService.SetPropertyValidationResult validationResult) validateDeleteProperty(ApplicationUser currentUser, Long entityKey, String propertyKey) validateSetProperty(ApplicationUser currentUser, Long entityKey, EntityPropertyService.PropertyInput propertyInput)
-
Method Details
-
getPropertiesKeys
-
validateDeleteProperty
EntityPropertyService.DeletePropertyValidationResult validateDeleteProperty(ApplicationUser currentUser, Long entityKey, String propertyKey) -
validateSetProperty
EntityPropertyService.SetPropertyValidationResult validateSetProperty(ApplicationUser currentUser, Long entityKey, EntityPropertyService.PropertyInput propertyInput) -
deleteProperty
void deleteProperty(ApplicationUser currentUser, EntityPropertyService.DeletePropertyValidationResult deletePropertyValidationResult) -
setProperty
PropertyResult setProperty(ApplicationUser currentUser, EntityPropertyService.SetPropertyValidationResult validationResult) -
getProperty
-