Class Report
java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.oper.Report
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
getData
(Connection con, OutputStream out) abstract String
int
getId()
protected net.sf.jasperreports.engine.JasperReport
getJasperReport
(String templatePath) abstract String
getTitle()
abstract int
getType()
protected void
sendJasperReport
(Connection con, String templatePath, OutputStream out)
-
Field Details
-
log
protected static org.apache.logging.log4j.Logger log -
oper
-
month
-
cache
-
-
Constructor Details
-
Report
-
-
Method Details
-
getId
public int getId() -
getTitle
-
getFileName
-
getType
public abstract int getType() -
getData
-
getJasperReport
protected net.sf.jasperreports.engine.JasperReport getJasperReport(String templatePath) throws net.sf.jasperreports.engine.JRException - Throws:
net.sf.jasperreports.engine.JRException
-
sendJasperReport
-