Uses of Class
name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Packages that use AbstractSaveListActionSupport.SaveResponse
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractSaveListActionSupport.SaveResponse in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return AbstractSaveListActionSupport.SaveResponseModifier and TypeMethodDescriptionprotected abstract AbstractSaveListActionSupport.SaveResponse<T> Written by subclasses to try to save form data to business model.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeCreatedAndReloadItemSuccessResponse(T createdItem, String message) Returns response for when an item is successfully created, complete with other list data.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeCreatedItemSuccessResponse(T createdItem, String message) Returns response for when an item is successfully created, complete with other list data.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeDeselectResponse()Returns response for changing the list selection to no item.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeFailureAndReloadItemResponse(String message) Returns response for when an action fails and user needs to see a reloaded item to see why.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeFailureAndReloadListResponse(String message) Returns response for when an action fails and user needs to see a reloaded list to see why.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeFailureAndReloadMasterResponse(String message) Returns response for when an action fails and user needs to see a reloaded master record and child list to see why.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeFailureResponse(String message) Returns response for when an action fails.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeFailureResponseExistingMessages()Returns response for when an action fails but uses any existing error messages.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeInvisibleSuccessResponse(String message) Returns response for when an action is successful but does not change the selected item.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeRemovedItemSuccessResponse(String message) Returns response for when the selected item is successfully removed.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeSuccessAndReloadItemResponse(String message) static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeSuccessAndReloadListResponse(String message) static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeSuccessAndReloadMasterResponse(String message) static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeUpdatedItemSuccessResponse(T updatedItem, String message) Returns response for when the selected item is successfully updated.static <T> AbstractSaveListActionSupport.SaveResponse<T> AbstractSaveListActionSupport.SaveResponse.makeUpdatedItemSuccessSilentResponse(T updatedItem) Returns response for when the selected item is successfully updated.