Class ReportManager
java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.ReportManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbitel.billing.server.util.PagedList<Report>
getCostList
(int cid, String items, Calendar date1, Calendar date2, int type, boolean noFree, Page page) Отчет по наработке пойнтовgetDataLog
(int id, Calendar month) bitel.billing.server.util.PagedList<Report>
getPointDestinationList
(int cid, String items, Calendar date1, Calendar date2, boolean noFree, Page page) Отчет по направлениям одного или нескольких пойнтовbitel.billing.server.util.PagedList<Report>
getServiceReportList
(int cid, String items, Calendar date1, Calendar date2, boolean noFree, Page page) Отчет по направлениям одного или нескольких пойнтовbitel.billing.server.util.PagedList<SessionDetail<SessionDetail<Session>>>
getSessionDetailList
(int cid, String items, Calendar date1, Calendar date2, int type, boolean noFree, int destId, int serviceId) bitel.billing.server.util.PagedList<SessionDetail<SessionDetail<Session>>>
getSessionDetailList
(int cid, String items, Calendar date1, Calendar date2, int type, boolean noFree, Page page, int destId, int serviceId) Отчет по сессиям по пойнтам/правиламbitel.billing.server.util.PagedList<Session>
getSessionIncomingList
(int cid, String items, Calendar date1, Calendar date2, Page page) bitel.billing.server.util.PagedList<Session>
getSessionList
(int cid, String items, Calendar date1, Calendar date2, int type, boolean noFree, Page page, int destId, int serviceId, boolean orderBySidItem) final boolean
getSessionListQuery
(StringBuilder query, StringBuilder total, int cid, String items, Calendar gotdate1, Calendar gotdate2, int type, boolean noFree, Page page, int destId, int serviceId, boolean orderBySidItem) getTotal
(int cid, Calendar gotdate1, Calendar gotdate2, int type, boolean noFree, int serviceId, int clientItem, String from164, String items)
-
Field Details
-
OUT_CALL
public static final int OUT_CALL- See Also:
-
IN_CALL
public static final int IN_CALL- See Also:
-
-
Constructor Details
-
ReportManager
-
-
Method Details
-
getPointDestinationList
public bitel.billing.server.util.PagedList<Report> getPointDestinationList(int cid, String items, Calendar date1, Calendar date2, boolean noFree, Page page) Отчет по направлениям одного или нескольких пойнтов- Parameters:
items
- пойнты
-
getCostList
public bitel.billing.server.util.PagedList<Report> getCostList(int cid, String items, Calendar date1, Calendar date2, int type, boolean noFree, Page page) Отчет по наработке пойнтов -
getSessionListQuery
public final boolean getSessionListQuery(StringBuilder query, StringBuilder total, int cid, String items, Calendar gotdate1, Calendar gotdate2, int type, boolean noFree, Page page, int destId, int serviceId, boolean orderBySidItem) -
getSessionDetailList
public bitel.billing.server.util.PagedList<SessionDetail<SessionDetail<Session>>> getSessionDetailList(int cid, String items, Calendar date1, Calendar date2, int type, boolean noFree, Page page, int destId, int serviceId) Отчет по сессиям по пойнтам/правилам -
getSessionDetailList
public bitel.billing.server.util.PagedList<SessionDetail<SessionDetail<Session>>> getSessionDetailList(int cid, String items, Calendar date1, Calendar date2, int type, boolean noFree, int destId, int serviceId) -
getSessionList
-
getDataLog
-
getServiceReportList
public bitel.billing.server.util.PagedList<Report> getServiceReportList(int cid, String items, Calendar date1, Calendar date2, boolean noFree, Page page) Отчет по направлениям одного или нескольких пойнтов- Parameters:
items
- пойнты
-
getTotal
-
getSessionIncomingList
-