Interface DialogConfigService


public interface DialogConfigService
  • Method Details

    • dialogConfigList

      List<ru.bitel.bgbilling.common.model.KeyValue> dialogConfigList(int moduleId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • dialogConfigGet

      String dialogConfigGet(int moduleId, String key, boolean system) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • dialogConfigUpdate

      void dialogConfigUpdate(int moduleId, String key, String config) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException