@MTOM
public interface VoiceSessionService
Modifier and Type | Method and Description |
---|---|
void |
sessionFinish(long sessionId)
Принудительное завершение соединения.
|
Result<VoiceSession> |
voiceSessionContractList(VoiceSessionFilter filter,
Page page)
Получение отфильтрованного списка текущих сессий аккаунта
|
javax.activation.DataHandler |
voiceSessionContractLogExport(VoiceSessionFilter filter,
java.lang.String format,
Page page) |
void |
voiceSessionDetailEmail(VoiceSessionFilter filter,
java.util.List<java.lang.String> emails) |
javax.activation.DataHandler |
voiceSessionDetailExport(VoiceSessionFilter filter,
java.lang.String format) |
Result<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionDetail<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionDetail<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionDetailReportItem>>> |
voiceSessionDetailReport(VoiceSessionFilter filter,
Page page) |
void |
voiceSessionEmail(VoiceSessionFilter filter,
java.util.List<java.lang.String> emails,
Page page) |
Result<VoiceSession> |
voiceSessionList(VoiceSessionFilter filter,
Page page) |
Result<VoiceSession> |
voiceSessionLogContractList(VoiceSessionFilter filter,
Page page)
Получение отфильтрованного списка заверешенных сессий аккаунта
|
Result<VoiceSession> |
voiceSessionLogList(VoiceSessionFilter filter,
Page page) |
java.util.List<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionAccountReportItem> |
voiceSessionReportGroupByAccount(VoiceSessionFilter filter) |
java.util.List<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionDestinationReportItem> |
voiceSessionReportGroupByAccountAndDestination(VoiceSessionFilter filter) |
java.util.List<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionServiceReportItem> |
voiceSessionReportGroupByAccountAndService(VoiceSessionFilter filter) |
Result<VoiceSession> voiceSessionContractList(VoiceSessionFilter filter, Page page) throws ru.bitel.bgbilling.common.BGException
filter
- фильтрpage
- параметры страницы, которую нужно отобразитьru.bitel.bgbilling.common.BGException
Result<VoiceSession> voiceSessionLogContractList(VoiceSessionFilter filter, Page page) throws ru.bitel.bgbilling.common.BGException
filter
- фильтрpage
- параметры страницы, которую нужно отобразитьru.bitel.bgbilling.common.BGException
Result<VoiceSession> voiceSessionLogList(VoiceSessionFilter filter, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
Result<VoiceSession> voiceSessionList(VoiceSessionFilter filter, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void sessionFinish(long sessionId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionAccountReportItem> voiceSessionReportGroupByAccount(VoiceSessionFilter filter) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionDestinationReportItem> voiceSessionReportGroupByAccountAndDestination(VoiceSessionFilter filter) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionServiceReportItem> voiceSessionReportGroupByAccountAndService(VoiceSessionFilter filter) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
javax.activation.DataHandler voiceSessionContractLogExport(VoiceSessionFilter filter, java.lang.String format, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
Result<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionDetail<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionDetail<ru.bitel.bgbilling.modules.voice.api.common.bean.report.SessionDetailReportItem>>> voiceSessionDetailReport(VoiceSessionFilter filter, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
javax.activation.DataHandler voiceSessionDetailExport(VoiceSessionFilter filter, java.lang.String format) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void voiceSessionDetailEmail(VoiceSessionFilter filter, java.util.List<java.lang.String> emails) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void voiceSessionEmail(VoiceSessionFilter filter, java.util.List<java.lang.String> emails, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException