Uses of Interface
name.matthewgreet.strutscommons.util.PageByIndexRangeFinder
Packages that use PageByIndexRangeFinder
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Various helper classes, especially for session-based data, and libraries.
-
Uses of PageByIndexRangeFinder in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return PageByIndexRangeFinderModifier and TypeMethodDescriptionAbstractFindListMultiModeActionSupport.FindListMultiModeResponse.getPageByIndexRangeFinder()
Returns page by index finder for page by index pagination mode.AbstractFindIndexListActionSupport.FindIndexListResponse.getPageFinderCommand()
Returns Command object for reloading list size with the search parameters.Methods in name.matthewgreet.strutscommons.action with parameters of type PageByIndexRangeFinderModifier and TypeMethodDescriptionstatic <M extends Serializable,
K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeSuccessIndexListResponse
(ListSizeFinder<M> listSizeFinderCommand, PageByIndexRangeFinder<M, T> pageByIndexFinderCommand) Returns response for a successfully created index list finder Command and page by index Command.static <M extends Serializable,
K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeSuccessIndexListWithResultsResponse
(ListSizeFinder<M> listSizeFinderCommand, PageByIndexRangeFinder<M, T> pageByIndexFinderCommand, int listSize) Returns response for a successfully created index list finder Command and page by index Command.static <M extends Serializable,
T extends Serializable>
AbstractFindIndexListActionSupport.FindIndexListResponse<M, T> AbstractFindIndexListActionSupport.FindIndexListResponse.makeSuccessResponse
(ListSizeFinder<M> sizeFinderCommand, PageByIndexRangeFinder<M, T> pageFinderCommand) Returns response for a successfully created finder Command and template class will retrieve list size.static <M extends Serializable,
T extends Serializable>
AbstractFindIndexListActionSupport.FindIndexListResponse<M, T> AbstractFindIndexListActionSupport.FindIndexListResponse.makeSuccessWithListSizeResponse
(ListSizeFinder<M> sizeFinderCommand, PageByIndexRangeFinder<M, T> pageFinderCommand, int listSize) Returns response for a successfully created finder Command and list size has already been retrieved.void
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.setPageByIndexRangeFinder
(PageByIndexRangeFinder<M, T> pageByIndexRangeFinder) Constructors in name.matthewgreet.strutscommons.action with parameters of type PageByIndexRangeFinderModifierConstructorDescriptionFindIndexListResponse
(ListSizeFinder<M> sizeFinderCommand, PageByIndexRangeFinder<M, T> pageFinderCommand) Constructor for successfully creating a finder Command. -
Uses of PageByIndexRangeFinder in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return PageByIndexRangeFinderModifier and TypeMethodDescriptionListCache.getPageByIndexRangeFinder()
Returns Strategy object used to retrieve page by their indices.ListCache.ListCacheConfig.getPageByIndexRangeFinder()
Returns finder Strategy for loading multiple items by index range, if in page-by-index-range mode.Methods in name.matthewgreet.strutscommons.util with parameters of type PageByIndexRangeFinderModifier and TypeMethodDescriptionvoid
ListCache.setListSizeAndFinder
(int listSize, ListSizeFinder<M> listSizeFinder, PageByIndexRangeFinder<M, T> pageByIndexRangeFinder) Sets list size, the list size finder used to find that, page by index range finder that will be used to find pages from list, and sets page by index pagination mode.void
ListCache.setListSizeFinder
(ListSizeFinder<M> listSizeFinder, PageByIndexRangeFinder<M, T> pageByIndexRangeFinder) Sets the list size finder, sets accompanying page by index range finder that will be used to find pages from list, sets page by index pagination mode, and marks list for reload.void
ListCache.ListCacheConfig.setPageByIndexRangeFinder
(PageByIndexRangeFinder<M, T> pageByIndexRangeFinder)