-
- All Implemented Interfaces:
@Service() public final class FeatureStoreServicesCreated by Paul
-
-
Field Summary
Fields Modifier and Type Field Description private final FF4jfF4j
-
Constructor Summary
Constructors Constructor Description FeatureStoreServices(FF4j fF4j)
-
Method Summary
Modifier and Type Method Description final FF4jgetFF4j()final FeatureStoreApiBeangetFeatureStore()final Collection<FeatureApiBean>getAllFeatures()final Collection<GroupDescApiBean>getAllGroups()final UnitdeleteAllFeatures()final CacheApiBeangetFeaturesFromCache()final UnitclearCachedFeatureStore()-
-
Method Detail
-
getFF4j
final FF4j getFF4j()
-
getFeatureStore
final FeatureStoreApiBean getFeatureStore()
-
getAllFeatures
final Collection<FeatureApiBean> getAllFeatures()
-
getAllGroups
final Collection<GroupDescApiBean> getAllGroups()
-
deleteAllFeatures
final Unit deleteAllFeatures()
-
getFeaturesFromCache
final CacheApiBean getFeaturesFromCache()
-
clearCachedFeatureStore
final Unit clearCachedFeatureStore()
-
-
-
-