Uses of Interface
name.matthewgreet.strutscommons.util.ListFinder
Packages that use ListFinder
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of ListFinder in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return ListFinderModifier and TypeMethodDescriptionListFinder
<M, T> ListCache.getBaseRecordListFinder()
Returns Strategy object used to retrieve list.ListFinder
<M, T> ListCache.ListCacheConfig.getBaseRecordListFinder()
Returns base record list finder Strategy for loading base record list, if in base record list mode.ListFinder
<M, T> ListCache.getListFinder()
Returns Strategy object used to retrieve list.ListFinder
<M, T> ListCache.ListCacheConfig.getListFinder()
Returns list finder Strategy for loading full list, if in full list mode.Methods in name.matthewgreet.strutscommons.util with parameters of type ListFinderModifier and TypeMethodDescriptionvoid
ListCache.setBaseRecordListAndFinder
(List<T> list, ListFinder<M, T> baseRecordListFinder) Caches list already loaded, sets base record list finder Strategy used to load it, and sets base record list pagination mode.void
ListCache.ListCacheConfig.setBaseRecordListFinder
(ListFinder<M, T> value) void
ListCache.setBaseRecordListFinder
(ListFinder<M, T> baseRecordListFinder) Sets base record list finder, marks list for reload, and sets base record list pagination mode..void
ListCache.setListAndFinder
(List<T> list, ListFinder<M, T> listFinder) Caches list already loaded, sets full list Strategy used to load it, and sets full list pagination mode.void
ListCache.ListCacheConfig.setListFinder
(ListFinder<M, T> value) void
ListCache.setListFinder
(ListFinder<M, T> listFinder) Sets full list Strategy to retrieve list when needed and sets full list pagination mode.