org.shept.persistence.provider
public class ScrollingListProviderFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.dao.support.DaoSupport |
dao |
private Integer |
initialLoadSize |
| Constructor and Description |
|---|
ScrollingListProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.dao.support.DaoSupport |
getDao() |
Integer |
getInitialLoadSize() |
ScrollingListProvider |
getScrollingList(FilterDefinition filterProvider) |
void |
setDao(org.springframework.dao.support.DaoSupport dao) |
void |
setInitialLoadSize(Integer initialLoadSize) |
private org.springframework.dao.support.DaoSupport dao
private Integer initialLoadSize
public ScrollingListProvider getScrollingList(FilterDefinition filterProvider) throws UnsupportedFilterException
UnsupportedFilterExceptionpublic org.springframework.dao.support.DaoSupport getDao()
public void setDao(org.springframework.dao.support.DaoSupport dao)
dao - the dao to setpublic Integer getInitialLoadSize()
public void setInitialLoadSize(Integer initialLoadSize)
initialLoadSize - the initialLoadSize to setCopyright © 2014. All Rights Reserved.