Interface VoiceLogManagementService
public interface VoiceLogManagementService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvoiceAddProcessLogs(Integer deviceId, List<Date> days) voidvoiceAddRadiusProcessLogs(Integer deviceId, List<Date> days) voidvoiceDeleteProcessLogs(Integer deviceId, List<Date> days) Result<?>voiceLogExist(Integer deviceId, Date month) voiceLogLoaded(Integer deviceId, Date month) voiceLogLoading(Integer deviceId, Date month) Result<?>voiceRadiusLogExist(Integer deviceId, Date month)  
- 
Method Details
- 
voiceLogExist
Result<?> voiceLogExist(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
voiceRadiusLogExist
Result<?> voiceRadiusLogExist(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
voiceLogLoading
List<DataProcessRecord> voiceLogLoading(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
voiceLogLoaded
List<VoiceProcessLog> voiceLogLoaded(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
voiceAddProcessLogs
void voiceAddProcessLogs(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
voiceAddRadiusProcessLogs
void voiceAddRadiusProcessLogs(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
voiceDeleteProcessLogs
void voiceDeleteProcessLogs(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -