-
- All Implemented Interfaces:
@Service() public final class PropertyServicesCreated by Paul
-
-
Field Summary
Fields Modifier and Type Field Description private final FF4jfF4jprivate final PropertyValidatorpropertyValidator
-
Constructor Summary
Constructors Constructor Description PropertyServices(FF4j fF4j, PropertyValidator propertyValidator)
-
Method Summary
Modifier and Type Method Description final FF4jgetFF4j()final PropertyValidatorgetPropertyValidator()final PropertyApiBeangetProperty(String propertyUID)final FeatureActionscreateOrUpdateProperty(String propertyUID, PropertyApiBean propertyApiBean)final UnitdeleteProperty(String propertyUID)final UnitupdatePropertyName(String propertyUID, String newPropertyName)-
-
Constructor Detail
-
PropertyServices
PropertyServices(FF4j fF4j, PropertyValidator propertyValidator)
-
-
Method Detail
-
getFF4j
final FF4j getFF4j()
-
getPropertyValidator
final PropertyValidator getPropertyValidator()
-
getProperty
final PropertyApiBean getProperty(String propertyUID)
-
createOrUpdateProperty
final FeatureActions createOrUpdateProperty(String propertyUID, PropertyApiBean propertyApiBean)
-
deleteProperty
final Unit deleteProperty(String propertyUID)
-
updatePropertyName
final Unit updatePropertyName(String propertyUID, String newPropertyName)
-
-
-
-