Interface InetLogManagementService


public interface InetLogManagementService
  • Method Details

    • inetLogExist

      Result inetLogExist(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • inetLogLoading

      List<DataProcessRecord> inetLogLoading(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • inetAddProcessLogs

      void inetAddProcessLogs(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • inetDeleteProcessLogs

      void inetDeleteProcessLogs(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • inetAddCreateSessions

      void inetAddCreateSessions(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • inetDeleteCreateSessions

      void inetDeleteCreateSessions(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • inetLogSessionCreating

      List<DataProcessRecord> inetLogSessionCreating(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException