| org.kuali.module.pdp.action.BaseAction org.kuali.module.pdp.action.paymentsearch.BatchSearchAction
BatchSearchAction | public class BatchSearchAction extends BaseAction (Code) | | author: delyea |
Method Summary | |
protected List | checkList(List searchResults, HttpSession session, String resultListType, ActionErrors actionErrors) Takes in the list from Search & the Search Type and updates appropriate variables and the list itself. | protected void | clearObjects(HttpSession session, ActionErrors actionErrors) Clear stored session objects as well as actionErrors. | protected ActionForward | executeLogic(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | protected boolean | isAuthorized(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public void | setBatchMaintenanceService(BatchMaintenanceService batchMaintenanceService) | public void | setBatchSearchService(BatchSearchService b) |
BatchSearchAction | public BatchSearchAction()(Code) | | |
checkList | protected List checkList(List searchResults, HttpSession session, String resultListType, ActionErrors actionErrors)(Code) | | Takes in the list from Search & the Search Type and updates appropriate variables and the list itself.
Parameters: request - Parameters: searchResults - Parameters: searchType - searchResults |
clearObjects | protected void clearObjects(HttpSession session, ActionErrors actionErrors)(Code) | | Clear stored session objects as well as actionErrors.
Parameters: request - |
setBatchMaintenanceService | public void setBatchMaintenanceService(BatchMaintenanceService batchMaintenanceService)(Code) | | Parameters: batchMaintenanceService - The batchMaintenanceService to set. |
Methods inherited from org.kuali.module.pdp.action.BaseAction | protected ActionForward catchException(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, Exception exception)(Code)(Java Doc) protected ActionForward doAuthentication(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) abstract protected ActionForward executeLogic(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected Timestamp getDisbursementActionExpirationDate(HttpServletRequest request)(Code)(Java Doc) protected Timestamp getLastGoodDisbursementActionDate()(Code)(Java Doc) protected String getNetworkId(HttpServletRequest request)(Code)(Java Doc) protected SecurityRecord getSecurityRecord(HttpServletRequest request)(Code)(Java Doc) protected PdpUser getUser(HttpServletRequest request)(Code)(Java Doc) protected boolean isAuthorized(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) protected void postProcess(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) protected ActionForward preProcess(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) public void setKualiConfigurationService(KualiConfigurationService kcs)(Code)(Java Doc) public void setSecurityService(PdpSecurityService ss)(Code)(Java Doc) public void setUniversalUserService(UniversalUserService us)(Code)(Java Doc) public void setWebAuthenticationService(WebAuthenticationService was)(Code)(Java Doc) public String whichButtonWasPressed(HttpServletRequest request)(Code)(Java Doc)
|
|
|