Uses of Class
name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Packages that use AbstractFindIdListActionSupport.FindIdListResponse
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractFindIdListActionSupport.FindIdListResponse in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return AbstractFindIdListActionSupport.FindIdListResponseModifier and TypeMethodDescriptionprotected abstract AbstractFindIdListActionSupport.FindIdListResponse<M, K> AbstractFindIdListActionSupport.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>
AbstractFindIdListActionSupport.FindIdListResponse<M, K> AbstractFindIdListActionSupport.FindIdListResponse.makeFailureResponse(String message) Returns response for a failure to create a finder Command or list was rejected.static <M extends Serializable,K extends Serializable>
AbstractFindIdListActionSupport.FindIdListResponse<M, K> AbstractFindIdListActionSupport.FindIdListResponse.makeSuccessResponse(IdListFinder<M, K> finderCommand) Returns response for a successfully created finder Command and template class will retrieve list.static <M extends Serializable,K extends Serializable>
AbstractFindIdListActionSupport.FindIdListResponse<M, K> AbstractFindIdListActionSupport.FindIdListResponse.makeSuccessWithIdsResponse(IdListFinder<M, K> finderCommand, List<K> ids) Returns response for a successfully created finder Command and list has already been retrieved.