Interface InetLogManagementService
public interface InetLogManagementService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidinetAddCreateSessions(Integer deviceId, List<Date> days) voidinetAddProcessLogs(Integer deviceId, List<Date> days) voidinetDeleteCreateSessions(Integer deviceId, List<Date> days) voidinetDeleteProcessLogs(Integer deviceId, List<Date> days) inetLogExist(Integer deviceId, Date month) inetLogLoading(Integer deviceId, Date month) inetLogSessionCreating(Integer deviceId, Date month)  
- 
Method Details
- 
inetLogExist
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
inetLogLoading
List<DataProcessRecord> inetLogLoading(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
inetAddProcessLogs
void inetAddProcessLogs(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
inetDeleteProcessLogs
void inetDeleteProcessLogs(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
inetAddCreateSessions
void inetAddCreateSessions(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
inetDeleteCreateSessions
void inetDeleteCreateSessions(Integer deviceId, List<Date> days) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
inetLogSessionCreating
List<DataProcessRecord> inetLogSessionCreating(Integer deviceId, Date month) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 
 -