Class DbBasedCconfigRetriever

java.lang.Object
org.chenile.cconfig.service.impl.DbBasedCconfigRetriever
All Implemented Interfaces:
CconfigRetriever

public class DbBasedCconfigRetriever extends Object implements CconfigRetriever
  • Field Details

  • Constructor Details

    • DbBasedCconfigRetriever

      public DbBasedCconfigRetriever()
  • Method Details

    • findAllKeysForModule

      public List<Cconfig> findAllKeysForModule(String module, String customAttribute)
      Description copied from interface: CconfigRetriever
      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
      Specified by:
      findAllKeysForModule in interface CconfigRetriever
      Parameters:
      module - the module
      customAttribute - the customAttribute
      Returns:
      all values that match the combination and also for __GLOBAL__