org.shept.org.springframework.beans.support
Interface Refreshable
- All Known Implementing Classes:
- FilteredListHolder
public interface Refreshable
FILTER_BINDING_NAME
static final String FILTER_BINDING_NAME
- See Also:
- Constant Field Values
refresh
@Deprecated
void refresh(org.springframework.dao.support.DaoSupport dao)
- Deprecated.
- Reload the underlying list from the source provider if necessary
(i.e. if the locale and/or the filter has changed), and resort it.
- Parameters:
force - whether a reload should be performed in any case
- Throws:
Exception
refresh
void refresh()
- Reload the underlying list from the source provider if necessary
(i.e. if the locale and/or the filter has changed), and resort it.
- Parameters:
force - whether a reload should be performed in any case
- Throws:
Exception
setFilter
void setFilter(FilterDefinition filterProvider)
- Parameters:
- filterProvider -
getFilter
FilterDefinition getFilter()
- Parameters:
-
- Returns:
setUseFilter
void setUseFilter(FilterType filterLastUsed)
- Parameters:
- filterLastUsed -
- Throws:
Exception
getSourceProvider
ScrollingListProvider getSourceProvider()
- Parameters:
-
- Returns:
setDao
void setDao(org.springframework.dao.support.DaoSupport dao)
Copyright © 2011. All Rights Reserved.