public interface InetLogManagementService
Modifier and Type | Method and Description |
---|---|
void |
inetAddCreateSessions(java.lang.Integer deviceId,
java.util.List<java.util.Date> days) |
void |
inetAddProcessLogs(java.lang.Integer deviceId,
java.util.List<java.util.Date> days) |
void |
inetDeleteCreateSessions(java.lang.Integer deviceId,
java.util.List<java.util.Date> days) |
void |
inetDeleteProcessLogs(java.lang.Integer deviceId,
java.util.List<java.util.Date> days) |
Result |
inetLogExist(java.lang.Integer deviceId,
java.util.Date month) |
java.util.List<DataProcessRecord> |
inetLogLoading(java.lang.Integer deviceId,
java.util.Date month) |
java.util.List<DataProcessRecord> |
inetLogSessionCreating(java.lang.Integer deviceId,
java.util.Date month) |
Result inetLogExist(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<DataProcessRecord> inetLogLoading(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void inetAddProcessLogs(java.lang.Integer deviceId, java.util.List<java.util.Date> days) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void inetDeleteProcessLogs(java.lang.Integer deviceId, java.util.List<java.util.Date> days) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void inetAddCreateSessions(java.lang.Integer deviceId, java.util.List<java.util.Date> days) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void inetDeleteCreateSessions(java.lang.Integer deviceId, java.util.List<java.util.Date> days) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<DataProcessRecord> inetLogSessionCreating(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException