-
- All Implemented Interfaces:
@Service() public final class PropertyStoreServicesCreated by Paul
-
-
Field Summary
Fields Modifier and Type Field Description private final FF4jff4j
-
Constructor Summary
Constructors Constructor Description PropertyStoreServices(FF4j ff4j)
-
Method Summary
Modifier and Type Method Description final FF4jgetFf4j()final PropertyStoreApiBeangetPropertyStore()final List<PropertyApiBean>getAllProperties()final UnitdeleteAllProperties()final CacheApiBeangetPropertiesFromCache()final UnitclearCachedPropertyStore()-
-
Method Detail
-
getFf4j
final FF4j getFf4j()
-
getPropertyStore
final PropertyStoreApiBean getPropertyStore()
-
getAllProperties
final List<PropertyApiBean> getAllProperties()
-
deleteAllProperties
final Unit deleteAllProperties()
-
getPropertiesFromCache
final CacheApiBean getPropertiesFromCache()
-
clearCachedPropertyStore
final Unit clearCachedPropertyStore()
-
-
-
-