Interface InetLogManagementService


public interface InetLogManagementService
  • Method Details

    • inetLogExist

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

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

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

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

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

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

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