Interface AccountingPeriodService


public interface AccountingPeriodService
  • Method Details

    • periodList

      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, Date date) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException