Class ExtendableScreenConfigService

java.lang.Object
ch.mobi.mobitor.service.config.ExtendableScreenConfigService

@Component public class ExtendableScreenConfigService extends Object
  • Constructor Details

  • Method Details

    • initialize

      @PostConstruct public void initialize()
    • getConfigs

      public List<ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig> getConfigs()
    • getScreenConfig

      public ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig getScreenConfig(String configKey)
    • getAllScreenConfigs

      public List<ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig> getAllScreenConfigs()