Class BGReportUtils
java.lang.Object
ru.bitel.bgbilling.modules.reports.server.bean.BGReportUtils
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddRequestParams(ru.bitel.bgbilling.modules.reports.server.report.BGReport report, jakarta.servlet.http.HttpServletRequest request) Добавление в report параметров отчёта из реквеста.static org.json.JSONArraygetModuleAndPlugin(ModuleSetup moduleSetup, Connection con) static ru.bitel.bgbilling.modules.reports.server.report.BGReportgetReport(String id, Connection con, Connection conSlave, ModuleSetup moduleSetup, int userId, org.slf4j.Logger log) Возврат инициализированного инстанса отчёта по указанному id, всех типов и конструкций.static List<BGReportUtils.Report>getReports(String reportModule, Connection con) static void 
- 
Constructor Details
- 
BGReportUtils
public BGReportUtils() 
 - 
 - 
Method Details
- 
getReport
public static ru.bitel.bgbilling.modules.reports.server.report.BGReport getReport(String id, Connection con, Connection conSlave, ModuleSetup moduleSetup, int userId, org.slf4j.Logger log) throws Exception Возврат инициализированного инстанса отчёта по указанному id, всех типов и конструкций. Ид отчёта пример: ru.bitel.bgbilling.plugins.cashcheck_kkm, kernel_contract_reward, custom_debtorReport- Throws:
 Exception
 - 
addRequestParams
public static void addRequestParams(ru.bitel.bgbilling.modules.reports.server.report.BGReport report, jakarta.servlet.http.HttpServletRequest request) Добавление в report параметров отчёта из реквеста. - 
getModuleAndPlugin
public static org.json.JSONArray getModuleAndPlugin(ModuleSetup moduleSetup, Connection con) throws Exception - Throws:
 Exception
 - 
getReports
public static List<BGReportUtils.Report> getReports(String reportModule, Connection con) throws Exception - Throws:
 Exception
 - 
resetReportCache
public static void resetReportCache() 
 -