com.pmease.quickbuild.plugin.report.engine.datastore
Class DataReportMapper

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datastore.DataReportMapper
All Implemented Interfaces:
org.apache.commons.dbutils.ResultSetHandler<DataReport>

public class DataReportMapper
extends java.lang.Object
implements org.apache.commons.dbutils.ResultSetHandler<DataReport>


Field Summary
protected  DataReport report
           
 
Constructor Summary
DataReportMapper(DataReport report)
           
 
Method Summary
 void extractRow(DataRow row, java.sql.ResultSet rs)
           
 DataReport handle(java.sql.ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

report

protected final DataReport report
Constructor Detail

DataReportMapper

public DataReportMapper(DataReport report)
Method Detail

handle

public DataReport handle(java.sql.ResultSet rs)
                  throws java.sql.SQLException
Specified by:
handle in interface org.apache.commons.dbutils.ResultSetHandler<DataReport>
Throws:
java.sql.SQLException

extractRow

public void extractRow(DataRow row,
                       java.sql.ResultSet rs)
                throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.