public interface NumerationPoolService extends LoggableService
Modifier and Type | Method and Description |
---|---|
void |
deleteNumerationPool(int id) |
NumerationPool |
getNumerationPool(int id) |
java.util.List<NumerationPool> |
numerationPoolList() |
void |
updateNumerationPool(NumerationPool np) |
logList
void updateNumerationPool(NumerationPool np) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void deleteNumerationPool(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
NumerationPool getNumerationPool(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<NumerationPool> numerationPoolList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException