org.shept.org.springframework.beans.support
public interface Refreshable
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_BINDING_NAME |
| Modifier and Type | Method and Description |
|---|---|
FilterDefinition |
getFilter() |
ScrollingListProvider |
getSourceProvider() |
void |
refresh()
Reload the underlying list from the source provider if necessary
(i.e.
|
void |
refresh(org.springframework.dao.support.DaoSupport dao)
Deprecated.
|
void |
setDao(org.springframework.dao.support.DaoSupport dao) |
void |
setFilter(FilterDefinition filterProvider) |
void |
setUseFilter(FilterType filterLastUsed) |
static final String FILTER_BINDING_NAME
@Deprecated void refresh(org.springframework.dao.support.DaoSupport dao)
force - whether a reload should be performed in any caseExceptionvoid refresh()
force - whether a reload should be performed in any caseExceptionvoid setFilter(FilterDefinition filterProvider)
- filterProvider - FilterDefinition getFilter()
- void setUseFilter(FilterType filterLastUsed)
- filterLastUsed - ExceptionScrollingListProvider getSourceProvider()
- void setDao(org.springframework.dao.support.DaoSupport dao)
Copyright © 2014. All Rights Reserved.