org.jasig.portal.channels.sqlquery
Class XmlRowMapper

java.lang.Object
  extended by org.jasig.portal.channels.sqlquery.XmlRowMapper
All Implemented Interfaces:
RowMapper

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class XmlRowMapper
extends Object
implements RowMapper


Field Summary
protected  org.apache.commons.logging.Log log
          Deprecated.  
 
Constructor Summary
XmlRowMapper(Document parentDoc)
          Deprecated.  
 
Method Summary
 Object mapRow(ResultSet resultSet, int row)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Deprecated. 
Constructor Detail

XmlRowMapper

public XmlRowMapper(Document parentDoc)
Deprecated. 
Method Detail

mapRow

public Object mapRow(ResultSet resultSet,
                     int row)
              throws SQLException
Deprecated. 
Specified by:
mapRow in interface RowMapper
Throws:
SQLException


Copyright © 2010 Jasig. All Rights Reserved.