Uses of Interface
name.matthewgreet.strutscommons.util.PageByIdsFinder
Packages that use PageByIdsFinder
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of PageByIdsFinder in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return PageByIdsFinderModifier and TypeMethodDescriptionListCache.getPageByIdsFinder()
Returns Strategy object used to retrieve page by their record primary keys.ListCache.ListCacheConfig.getPageByIdsFinder()
Returns finder Strategy for loading multiple items by id, if in page-by-id mode.Methods in name.matthewgreet.strutscommons.util with parameters of type PageByIdsFinderModifier and TypeMethodDescriptionvoid
ListCache.ListCacheConfig.setPageByIdsFinder
(PageByIdsFinder<K, T> value) void
ListCache.setPageByIdsFinder
(PageByIdsFinder<K, T> value) Sets Strategy used to retrieve page by their record ids.