public interface ModuleConfigService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int id) |
ModuleConfig |
get(int moduleId,
int id) |
int |
getActive(int moduleId) |
java.util.List<ModuleConfig> |
list(int moduleId) |
void |
setActive(int moduleId,
int id) |
void |
update(ModuleConfig config) |
void update(ModuleConfig config) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ModuleConfig> list(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionModuleConfig get(int moduleId, int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid delete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid setActive(int moduleId,
int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint getActive(int moduleId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException