org.shept.persistence.provider
Class ScrollingListProviderFactory
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dao
private org.springframework.dao.support.DaoSupport dao
initialLoadSize
private Integer initialLoadSize
ScrollingListProviderFactory
public ScrollingListProviderFactory()
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.