net.mlw.vlh.adapter.spring
Class MappingSqlQueryAdapter

java.lang.Object
  extended bynet.mlw.vlh.adapter.AbstractValueListAdapter
      extended bynet.mlw.vlh.adapter.spring.MappingSqlQueryAdapter
All Implemented Interfaces:
ValueListAdapter

public class MappingSqlQueryAdapter
extends AbstractValueListAdapter

This adapter handles the standard functionality of creating a query and execution it... net.mlw.vlh.adapter.spring.MappingSqlQueryAdapter

Version:
$Revision: 1.1 $ $Date: 2004/11/10 13:50:25 $
Author:
Matthew L. Wilson

Field Summary
 
Fields inherited from interface net.mlw.vlh.ValueListAdapter
DO_FILTER, DO_FOCUS, DO_NOTHING, DO_PAGE, DO_SORT
 
Constructor Summary
MappingSqlQueryAdapter()
           
 
Method Summary
 ValueList getValueList(String name, ValueListInfo info)
          Gets a ValueList
 
Methods inherited from class net.mlw.vlh.adapter.AbstractValueListAdapter
getAdapterType, getDefaultNumberPerPage, getDefaultSortColumn, getDefaultSortDirectionInteger, setAdapterType, setDefaultNumberPerPage, setDefaultSortColumn, setDefaultSortDirection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingSqlQueryAdapter

public MappingSqlQueryAdapter()
Method Detail

getValueList

public ValueList getValueList(String name,
                              ValueListInfo info)
Description copied from interface: ValueListAdapter
Gets a ValueList

Parameters:
info - The ValueList information
name - The name of the ValueList
Returns:
The ValueList


Copyright © 2003-2006 mlavilson. All Rights Reserved.