info.joseluismartin.gui.report
Class ReportManager.ConnectionFileStrategy

java.lang.Object
  extended by info.joseluismartin.gui.report.ReportManager.ProcessFileStrategy
      extended by info.joseluismartin.gui.report.ReportManager.ConnectionFileStrategy
Enclosing class:
ReportManager

public class ReportManager.ConnectionFileStrategy
extends ReportManager.ProcessFileStrategy

Implementation of FileStrategy using a Connection as report data source

Author:
Jose A. Corbacho

Constructor Summary
ReportManager.ConnectionFileStrategy()
           
 
Method Summary
 void setReportDataSource(FileProcessor fp, Object obj)
          Set the data source in this file processor.
 
Methods inherited from class info.joseluismartin.gui.report.ReportManager.ProcessFileStrategy
getFileProcessor, getParameters, isInteractive, preprocessFile, processFile, setFileProcessor, setInteractive, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportManager.ConnectionFileStrategy

public ReportManager.ConnectionFileStrategy()
Method Detail

setReportDataSource

public void setReportDataSource(FileProcessor fp,
                                Object obj)
Description copied from class: ReportManager.ProcessFileStrategy
Set the data source in this file processor.

Specified by:
setReportDataSource in class ReportManager.ProcessFileStrategy


Copyright © 2013 JDAL. All Rights Reserved.