Class InvoiceReport
java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.operator.Report
ru.bitel.bgbilling.modules.voice.server.bean.operator.sovintel.SovintelReport
ru.bitel.bgbilling.modules.voice.server.bean.operator.sovintel.InvoiceReport
public class InvoiceReport extends SovintelReport
-
Field Summary
-
Constructor Summary
Constructors Constructor Description InvoiceReport(Sovintel operator, java.util.Date month, int id)
-
Method Summary
Modifier and Type Method Description void
getData(java.sql.Connection con, java.io.OutputStream out)
java.lang.String
getFileName()
java.lang.String
getTitle()
int
getType()
static void
main(java.lang.String[] args)
Methods inherited from class ru.bitel.bgbilling.modules.voice.server.bean.operator.sovintel.SovintelReport
getOperCode
Methods inherited from class ru.bitel.bgbilling.modules.voice.server.bean.operator.Report
getId, getJasperReport, sendJasperReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InvoiceReport
-
-
Method Details
-
getData
public void getData(java.sql.Connection con, java.io.OutputStream out) -
getFileName
public java.lang.String getFileName()- Specified by:
getFileName
in classReport
-
getTitle
public java.lang.String getTitle() -
getType
public int getType() -
main
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-