public class VoiceIpReportUtils extends ReportUtils
con, loginManager, mid, moduleSetup, unit, unit_scale| Constructor and Description |
|---|
VoiceIpReportUtils(java.sql.Connection con,
int mid,
Preferences moduleSetup) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLoginsAmounts(Period period,
int cid,
org.w3c.dom.Element data,
java.lang.String module,
java.lang.String filter) |
void |
addLoginsAmounts(Period period,
int cid,
java.util.Map<java.lang.String,java.lang.Object> dataMap,
java.lang.String module,
java.lang.String filter) |
void |
addSessions(java.sql.ResultSet rs,
org.w3c.dom.Element data) |
int |
addSums(org.w3c.dom.Element data,
java.util.List<java.lang.Integer> lids,
Period per,
java.lang.String filter) |
addSessions, getLoginManager, getReportUtils, getSessionsColSumTimeTinTout, getSessionsColSumTimeTinTout, getSessionTableName, selectSomethingFromSessions, selectSomethingFromSessions, selectSomthFromSessions, selectSomthFromSessions, setUnitpublic VoiceIpReportUtils(java.sql.Connection con,
int mid,
Preferences moduleSetup)
public void addSessions(java.sql.ResultSet rs,
org.w3c.dom.Element data)
addSessions in class ReportUtilsReportUtils.addSessions(java.sql.ResultSet, org.w3c.dom.Element)public void addLoginsAmounts(Period period, int cid, org.w3c.dom.Element data, java.lang.String module, java.lang.String filter) throws java.sql.SQLException
addLoginsAmounts in class ReportUtilsjava.sql.SQLExceptionbitel.billing.server.call.bean.ReportUtils#addLoginsAmounts(bitel.billing.server.util.MonthPeriod, int, org.w3c.dom.Element, java.lang.String, java.lang.String)public void addLoginsAmounts(Period period, int cid, java.util.Map<java.lang.String,java.lang.Object> dataMap, java.lang.String module, java.lang.String filter) throws java.sql.SQLException
addLoginsAmounts in class ReportUtilsjava.sql.SQLExceptionbitel.billing.server.call.bean.ReportUtils#addLoginsAmounts(bitel.billing.server.util.MonthPeriod, int, java.util.Map, java.lang.String, java.lang.String)public int addSums(org.w3c.dom.Element data,
java.util.List<java.lang.Integer> lids,
Period per,
java.lang.String filter)
throws java.sql.SQLException
addSums in class ReportUtilsjava.sql.SQLExceptionbitel.billing.server.call.bean.ReportUtils#addSums(org.w3c.dom.Element, java.util.List, bitel.billing.server.util.MonthPeriod, java.lang.String)