org.shept.persistence.provider
Class ScrollingListProviderFactory

java.lang.Object
  extended by org.shept.persistence.provider.ScrollingListProviderFactory

public class ScrollingListProviderFactory
extends Object

Version:
$Revision: 33 $ $Id: ScrollingListProviderFactory.java 33 2010-08-20 13:40:07Z aha $
Author:
$Author: aha $

Field Summary
private  org.springframework.dao.support.DaoSupport dao
           
private  Integer initialLoadSize
           
 
Constructor Summary
ScrollingListProviderFactory()
           
 
Method Summary
 org.springframework.dao.support.DaoSupport getDao()
           
 Integer getInitialLoadSize()
           
 ScrollingListProvider getScrollingList(FilterDefinition filterProvider)
           
 void setDao(org.springframework.dao.support.DaoSupport dao)
           
 void setInitialLoadSize(Integer initialLoadSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dao

private org.springframework.dao.support.DaoSupport dao

initialLoadSize

private Integer initialLoadSize
Constructor Detail

ScrollingListProviderFactory

public ScrollingListProviderFactory()
Method Detail

getScrollingList

public ScrollingListProvider getScrollingList(FilterDefinition filterProvider)
                                       throws UnsupportedFilterException
Throws:
UnsupportedFilterException

getDao

public org.springframework.dao.support.DaoSupport getDao()
Returns:
the dao

setDao

public void setDao(org.springframework.dao.support.DaoSupport dao)
Parameters:
dao - the dao to set

getInitialLoadSize

public Integer getInitialLoadSize()
Returns:
the initialLoadSize

setInitialLoadSize

public void setInitialLoadSize(Integer initialLoadSize)
Parameters:
initialLoadSize - the initialLoadSize to set


Copyright © 2011. All Rights Reserved.