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.BGException
java.util.List<ModuleConfig> list(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
ModuleConfig get(int moduleId, int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void delete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void setActive(int moduleId, int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int getActive(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException