Interface CconfigRetriever
- All Known Implementing Classes:
DbBasedCconfigRetriever
public interface CconfigRetriever
-
Method Summary
Modifier and TypeMethodDescriptionfindAllKeysForModule(String module, String customAttribute) Find all the Cconfigs that match module and customAttribute.
-
Method Details
-
findAllKeysForModule
Find 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- Parameters:
module- the modulecustomAttribute- the customAttribute- Returns:
- all values that match the combination and also for __GLOBAL__
-