java.lang.Object

public class InvoiceReport
extends SovintelReport
  • Field Summary

    Fields inherited from class ru.bitel.bgbilling.modules.voice.server.bean.operator.Report

    cache, log, month, oper
  • 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

      public InvoiceReport​(Sovintel operator, java.util.Date month, int id)
  • Method Details

    • getData

      public void getData​(java.sql.Connection con, java.io.OutputStream out)
      Specified by:
      getData in class Report
    • getFileName

      public java.lang.String getFileName()
      Specified by:
      getFileName in class Report
    • getTitle

      public java.lang.String getTitle()
      Specified by:
      getTitle in class Report
    • getType

      public int getType()
      Specified by:
      getType in class Report
    • main

      public static void main​(java.lang.String[] args) throws java.io.FileNotFoundException
      Throws:
      java.io.FileNotFoundException