Uses of Class
name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Packages that use AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponseModifier and TypeMethodDescriptionprotected abstract AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse<M, T> AbstractFindBaseRecordListActionSupport.getBaseRecordListFinder(M selectedMaster) Overridden by subclasses to return Strategy for retrieving list (configured with any search parameters) and forwarding in the case of success.static <M extends Serializable,T extends Serializable>
AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse<M, T> AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse.makeFailureResponse(String message) Returns response for a failure to create a finder Strategy or list was rejected.static <M extends Serializable,T extends Serializable>
AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse<M, T> AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse.makeSuccessResponse(ListFinder<M, T> finderCommand) Returns response for a successfully created finder Command and template class will retrieve list.static <M extends Serializable,T extends Serializable>
AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse<M, T> AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse.makeSuccessWithListResponse(ListFinder<M, T> finderCommand, List<T> list) Returns response for a successfully created finder Command and list has already been retrieved.