Class DialUpReportUtils
java.lang.Object
bitel.billing.server.call.bean.ReportUtils
ru.bitel.bgbilling.modules.dialup.server.bean.DialUpReportUtils
-
Field Summary
Fields inherited from class bitel.billing.server.call.bean.ReportUtils
con, loginManager, mid, moduleSetup, unit, unit_scale
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addLoginsAmounts
(Period period, int cid, Element data, String module, String filter) void
addSessions
(ResultSet rs, Element data) void
addSessions
(Element sessions, List<Integer> lids, Period period, boolean break_on_pages, Page page, String columns, String filter) int
getSessionsColSumTimeTraffics
(List<Integer> lids, Period period) Возвращает список объектов: 1) количество - Integer 2) сумма - Float 3) время - Integer 4) трафики - List of BigDecimalMethods inherited from class bitel.billing.server.call.bean.ReportUtils
getLoginManager, getReportUtils, getSessionsColSumTimeTinTout, getSessionsColSumTimeTinTout, getSessionTableName, selectSomethingFromSessions, selectSomethingFromSessions, selectSomthFromSessions, selectSomthFromSessions, setUnit
-
Constructor Details
-
DialUpReportUtils
-
-
Method Details
-
addSessions
- Overrides:
addSessions
in classReportUtils
- See Also:
-
addLoginsAmounts
public void addLoginsAmounts(Period period, int cid, Element data, String module, String filter) throws SQLException - Specified by:
addLoginsAmounts
in classReportUtils
- Throws:
SQLException
- See Also:
-
addLoginsAmounts
public void addLoginsAmounts(Period period, int cid, Map<String, Object> dataMap, String module, String filter) throws SQLException- Specified by:
addLoginsAmounts
in classReportUtils
- Throws:
SQLException
- See Also:
-
addSums
public int addSums(Element data, List<Integer> lids, Period period, String filter) throws SQLException - Specified by:
addSums
in classReportUtils
- Throws:
SQLException
- See Also:
-
getSessionsColSumTimeTraffics
public List<Object> getSessionsColSumTimeTraffics(List<Integer> lids, Period period) throws SQLException Возвращает список объектов: 1) количество - Integer 2) сумма - Float 3) время - Integer 4) трафики - List of BigDecimal- Parameters:
lids
- коды логиновper
- период- Returns:
- список объектов
- Throws:
SQLException
-
addSessions
-