public interface VoiceLogManagementService
Modifier and Type | Method and Description |
---|---|
void |
voiceAddProcessLogs(java.lang.Integer deviceId,
java.util.List<java.util.Date> days) |
void |
voiceAddRadiusProcessLogs(java.lang.Integer deviceId,
java.util.List<java.util.Date> days) |
void |
voiceDeleteProcessLogs(java.lang.Integer deviceId,
java.util.List<java.util.Date> days) |
Result<?> |
voiceLogExist(java.lang.Integer deviceId,
java.util.Date month) |
java.util.List<VoiceProcessLog> |
voiceLogLoaded(java.lang.Integer deviceId,
java.util.Date month) |
java.util.List<DataProcessRecord> |
voiceLogLoading(java.lang.Integer deviceId,
java.util.Date month) |
Result<?> |
voiceRadiusLogExist(java.lang.Integer deviceId,
java.util.Date month) |
Result<?> voiceLogExist(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
Result<?> voiceRadiusLogExist(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<DataProcessRecord> voiceLogLoading(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<VoiceProcessLog> voiceLogLoaded(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void voiceAddProcessLogs(java.lang.Integer deviceId, java.util.List<java.util.Date> days) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void voiceAddRadiusProcessLogs(java.lang.Integer deviceId, java.util.List<java.util.Date> days) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void voiceDeleteProcessLogs(java.lang.Integer deviceId, java.util.List<java.util.Date> days) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException