Uses of Class
name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Packages that use AbstractFindIndexListActionSupport.FindIndexListResponse
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractFindIndexListActionSupport.FindIndexListResponse in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return AbstractFindIndexListActionSupport.FindIndexListResponseModifier and TypeMethodDescriptionprotected abstract AbstractFindIndexListActionSupport.FindIndexListResponse<M, T> AbstractFindIndexListActionSupport.getFindCommand(M selectedMaster) Overridden by subclasses to return Command object for retrieving list (configured with any search parameters) and forwarding in the case of success.static <M extends Serializable,T extends Serializable>
AbstractFindIndexListActionSupport.FindIndexListResponse<M, T> AbstractFindIndexListActionSupport.FindIndexListResponse.makeFailureResponse(String message) Returns response for a failure to create a finder Command or list size was rejected.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.