Interface DialogConfigService
public interface DialogConfigService
-
Method Summary
Modifier and TypeMethodDescriptiondialogConfigGet(int moduleId, String key, boolean system) List<ru.bitel.bgbilling.common.model.KeyValue>dialogConfigList(int moduleId) voiddialogConfigUpdate(int moduleId, String key, String config)
-
Method Details
-
dialogConfigList
List<ru.bitel.bgbilling.common.model.KeyValue> dialogConfigList(int moduleId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
dialogConfigGet
String dialogConfigGet(int moduleId, String key, boolean system) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
dialogConfigUpdate
void dialogConfigUpdate(int moduleId, String key, String config) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-