Interface VoiceLogManagementService


public interface VoiceLogManagementService
  • Method Details

    • voiceLogExist

      Result<?> voiceLogExist​(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException
    • voiceRadiusLogExist

      Result<?> voiceRadiusLogExist​(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException
    • voiceLogLoading

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

      java.util.List<VoiceProcessLog> voiceLogLoaded​(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException
    • voiceAddProcessLogs

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

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

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