Interface NumerationPoolService

All Superinterfaces:
LoggableService

public interface NumerationPoolService extends LoggableService
  • Method Details

    • updateNumerationPool

      void updateNumerationPool(NumerationPool np) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteNumerationPool

      void deleteNumerationPool(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getNumerationPool

      NumerationPool getNumerationPool(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • numerationPoolList

      List<NumerationPool> numerationPoolList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException