Class DbBasedCconfigRetriever
java.lang.Object
org.chenile.cconfig.service.impl.DbBasedCconfigRetriever
- All Implemented Interfaces:
CconfigRetriever
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllKeysForModule(String module, String customAttribute) Find all the Cconfigs that match module and customAttribute.
-
Field Details
-
cconfigRepository
-
-
Constructor Details
-
DbBasedCconfigRetriever
public DbBasedCconfigRetriever()
-
-
Method Details
-
findAllKeysForModule
Description copied from interface:CconfigRetrieverFind all the Cconfigs that match module and customAttribute. This will also return all the common customAttribute value (__GLOBAL__) This will return the __GLOBAL__ first followed by the passed customization attribute- Specified by:
findAllKeysForModulein interfaceCconfigRetriever- Parameters:
module- the modulecustomAttribute- the customAttribute- Returns:
- all values that match the combination and also for __GLOBAL__
-