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) |
logListvoid updateNumerationPool(NumerationPool np) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid deleteNumerationPool(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionNumerationPool getNumerationPool(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<NumerationPool> numerationPoolList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException