Interface AccountingPeriodService


public interface AccountingPeriodService
  • Method Details

    • periodList

      java.util.List<InetAccountingPeriod> periodList​(int contractId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • periodUpdate

      int periodUpdate​(InetAccountingPeriod period) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • periodDelete

      void periodDelete​(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • periodWrap

      void periodWrap​(InetAccountingPeriod period, int cidTo, java.util.Date date) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException