Class ExtendableScreenConfigService


  • @Component
    public class ExtendableScreenConfigService
    extends java.lang.Object
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • getConfigs

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

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

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