fr.paris.lutece.plugins.dbpage.business
Class DbPageDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.dbpage.business.DbPageDAO
All Implemented Interfaces:
IDbPageDAO

public final class DbPageDAO
extends java.lang.Object
implements IDbPageDAO

This class provides Data Access methods for DbPage DAO objects


Constructor Summary
DbPageDAO()
           
 
Method Summary
 java.util.List<java.util.List<java.lang.String>> selectRows(java.lang.String strRequest, fr.paris.lutece.portal.service.database.PluginConnectionService connectionService)
          Returns a list of lists of String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbPageDAO

public DbPageDAO()
Method Detail

selectRows

public java.util.List<java.util.List<java.lang.String>> selectRows(java.lang.String strRequest,
                                                                   fr.paris.lutece.portal.service.database.PluginConnectionService connectionService)
                                                            throws java.sql.SQLException
Returns a list of lists of String

Specified by:
selectRows in interface IDbPageDAO
Parameters:
strRequest - The SQL request
connectionService - The PluginConnectionService
Returns:
a Collection of the Columns' values
Throws:
java.sql.SQLException - An exception which is related in the sql handling


Copyright © 2010 Mairie de Paris. All Rights Reserved.