Interface CconfigRetriever

All Known Implementing Classes:
DbBasedCconfigRetriever

public interface CconfigRetriever
  • Method Summary

    Modifier and Type
    Method
    Description
    findAllKeysForModule(String module, String customAttribute)
    Find all the Cconfigs that match module and customAttribute.
  • Method Details

    • findAllKeysForModule

      List<Cconfig> findAllKeysForModule(String module, String customAttribute)
      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 module
      customAttribute - the customAttribute
      Returns:
      all values that match the combination and also for __GLOBAL__