Uses of Interface
name.matthewgreet.strutscommons.util.IdListFinder
Packages that use IdListFinder
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of IdListFinder in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return IdListFinderModifier and TypeMethodDescriptionListCache.getIdListFinder()
Returns Strategy used to retrieve list.ListCache.ListCacheConfig.getIdListFinder()
Returns finder Strategy for loading id list, if in page-by-id mode.Methods in name.matthewgreet.strutscommons.util with parameters of type IdListFinderModifier and TypeMethodDescriptionvoid
ListCache.setIdListAndFinder
(List<K> idList, IdListFinder<M, K> idListFinder) Caches id list already loaded, sets id list finder Strategy used to load it, and sets page by ids pagination mode.void
ListCache.ListCacheConfig.setIdListFinder
(IdListFinder<M, K> value) void
ListCache.setIdListFinder
(IdListFinder<M, K> idListFinder) Sets Strategy used to retrieve ids, sets page by ids pagination mode and marks list for reload.