org.shept.org.springframework.beans.support
Interface Refreshable

All Known Implementing Classes:
FilteredListHolder

public interface Refreshable


Field Summary
static String FILTER_BINDING_NAME
           
 
Method Summary
 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)
           
 

Field Detail

FILTER_BINDING_NAME

static final String FILTER_BINDING_NAME
See Also:
Constant Field Values
Method Detail

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.