|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScrollingListProvider
The ScrollingListProvider interface provides an interface to scroll the results of a datasource provider.
| Method Summary | |
|---|---|
org.springframework.dao.support.DaoSupport |
getDao()
|
FilterDefinition |
getFilterDefinition()
|
int |
getLoadSize()
|
org.springframework.beans.support.SortDefinition |
getSortDefinition()
|
boolean |
isEol()
|
List<?> |
loadListFirst()
Read the first chunk of elements from the underlying datasource. |
List<?> |
loadListNext()
Read a subsequent portion of elements from the underlying datasource |
void |
setDao(org.springframework.dao.support.DaoSupport dao)
Set the data access object which depends on the persistence layer in use |
void |
setFilterDefinition(FilterDefinition filterDefinition)
|
void |
setLoadSize(int page)
set the load size which will be used for paging |
void |
setSortDefinition(org.springframework.beans.support.SortDefinition sortDefinition)
|
| Method Detail |
|---|
List<?> loadListFirst()
List<?> loadListNext()
boolean isEol()
org.springframework.dao.support.DaoSupport getDao()
void setDao(org.springframework.dao.support.DaoSupport dao)
int getLoadSize()
void setLoadSize(int page)
org.springframework.beans.support.SortDefinition getSortDefinition()
void setSortDefinition(org.springframework.beans.support.SortDefinition sortDefinition)
FilterDefinition getFilterDefinition()
-
void setFilterDefinition(FilterDefinition filterDefinition)
- filterDefinition -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||