Interface CconfigQueryService

All Known Implementing Classes:
CconfigQueryServiceImpl

public interface CconfigQueryService
  • Method Details

    • getAllKeys

      Map<String,Object> getAllKeys(String module)
      Parameters:
      module - - the module
      Returns:
      all the keys for the module
    • value

      Map<String,Object> value(String module, String key)
      Parameters:
      module - - the module under which the key is defined.
      key - - the key for which value is desired.
      Returns:
      the value for the key returned as a map. The key will be the solitary key in the map.