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.BGExceptionjava.util.List<DataProcessRecord> inetLogLoading(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid inetAddProcessLogs(java.lang.Integer deviceId,
java.util.List<java.util.Date> days)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid inetDeleteProcessLogs(java.lang.Integer deviceId,
java.util.List<java.util.Date> days)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid inetAddCreateSessions(java.lang.Integer deviceId,
java.util.List<java.util.Date> days)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid inetDeleteCreateSessions(java.lang.Integer deviceId,
java.util.List<java.util.Date> days)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<DataProcessRecord> inetLogSessionCreating(java.lang.Integer deviceId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException