fr.paris.lutece.plugins.adminquery.business
Class AdminQueryHome

java.lang.Object
  extended by fr.paris.lutece.plugins.adminquery.business.AdminQueryHome

public final class AdminQueryHome
extends java.lang.Object

This class provides instances management methods (selectRows, selectColumsNames ...) for AdminQuery objects


Method Summary
static java.util.List<java.lang.String> selectColumnNames(java.lang.String request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns Column's Name of the table asked by the request
static java.util.List<java.util.List> selectRows(java.lang.String request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns Column's Values of the table asked by the request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

selectColumnNames

public static java.util.List<java.lang.String> selectColumnNames(java.lang.String request,
                                                                 fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Column's Name of the table asked by the request

Parameters:
request - the SQL request
plugin - the Plugin
Returns:
a List of ColumnNames

selectRows

public static java.util.List<java.util.List> selectRows(java.lang.String request,
                                                        fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Column's Values of the table asked by the request

Parameters:
request - the SQL request
Returns:
a List of ColumnValues


Copyright © 2007 Mairie de Paris. All Rights Reserved.