Uses of Class
name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Packages that use AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractFindListMultiModeActionSupport.FindListMultiModeResponse in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return AbstractFindListMultiModeActionSupport.FindListMultiModeResponseModifier and TypeMethodDescriptionprotected abstract AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.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,K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeFailureResponse(String message) Returns response for a failure to create a finder Command or list was rejected.static <M extends Serializable,K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeSuccessBaseRecordListResponse(ListFinder<M, T> finderCommand) Returns response for a successfully created base record list finder Command.static <M extends Serializable,K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeSuccessBaseRecordListWithResultsResponse(ListFinder<M, T> finderCommand, List<T> resultList) Returns response for a successfully created base record list finder Command with results already found.static <M extends Serializable,K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeSuccessFullListResponse(ListFinder<M, T> finderCommand) Returns response for a successfully created full list finder Command.static <M extends Serializable,K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeSuccessFullListWithResultsResponse(ListFinder<M, T> finderCommand, List<T> resultList) Returns response for a successfully created full list finder Command with results already found.static <M extends Serializable,K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeSuccessIdListResponse(IdListFinder<M, K> finderCommand) Returns response for a successfully created id list finder Command.static <M extends Serializable,K extends Serializable, T extends Serializable>
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M, K, T> AbstractFindListMultiModeActionSupport.FindListMultiModeResponse.makeSuccessIdListWithResultsResponse(IdListFinder<M, K> finderCommand, List<K> idList) Returns response for a successfully created id list finder Command with results already found.static <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.