org.kuali.kfs.module.ar.web.struts
Class CustomerInvoiceWriteoffLookupAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.struts.actions.DispatchAction
          extended by org.kuali.rice.kns.web.struts.action.KualiAction
              extended by org.kuali.rice.kns.web.struts.action.KualiLookupAction
                  extended by org.kuali.rice.kns.web.struts.action.KualiMultipleValueLookupAction
                      extended by org.kuali.kfs.module.ar.web.struts.CustomerInvoiceWriteoffLookupAction
All Implemented Interfaces:
org.kuali.rice.kns.web.struts.action.KualiTableRenderAction

public class CustomerInvoiceWriteoffLookupAction
extends org.kuali.rice.kns.web.struts.action.KualiMultipleValueLookupAction


Field Summary
 
Fields inherited from class org.kuali.rice.kns.web.struts.action.KualiMultipleValueLookupAction
DEFAULT_MAX_ROWS_PER_PAGE
 
Fields inherited from class org.kuali.rice.kns.web.struts.action.KualiAction
FORM_ACTION, FORWARD_NEXT, FORWARD_TEXT_AREA_UPDATE, METHOD_TO_CALL, POST_TEXT_AREA_TO_PARENT, TEXT_AREA_FIELD_ANCHOR, TEXT_AREA_FIELD_LABEL, TEXT_AREA_FIELD_NAME, TEXT_AREA_MAX_LENGTH, TEXT_AREA_READ_ONLY
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, log, messages, methods, types
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
CustomerInvoiceWriteoffLookupAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward prepareToReturnSelectedResults(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method does the processing necessary to return selected results and sends a redirect back to the lookup caller
protected  List<org.kuali.rice.kns.web.ui.ResultRow> selectAll(org.kuali.rice.kns.web.struts.form.MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage)
          This method performs the operations necessary for a multiple value lookup to select all of the results and rerender the page
 
Methods inherited from class org.kuali.rice.kns.web.struts.action.KualiMultipleValueLookupAction
cancel, clearValues, export, getMaxRowsPerPage, performMultipleValueLookup, prepareToExport, prepareToReturnNone, prepareToReturnNone, prepareToReturnSelectedResultBOs, search, selectAll, sort, sort, switchToPage, switchToPage, unselectAll, unselectAll
 
Methods inherited from class org.kuali.rice.kns.web.struts.action.KualiLookupAction
checkAuthorization, customLookupableMethodCall, execute, refresh, start, supressActionsIfNeeded, viewResults
 
Methods inherited from class org.kuali.rice.kns.web.struts.action.KualiAction
addMethodToCallToUncheckedList, defaultDispatch, dispatchMethod, doProcessingAfterPost, findMethodToCall, getApplicationBaseUrl, getBasePath, getBusinessObjectAuthorizationService, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, hideAllTabs, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, retrieveLookupParameterValue, showAllTabs, toggleTab, updateTextArea, validateLookupInquiryFullParameter
 
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, getMethod, getMethodName, getParameter, unspecified
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerInvoiceWriteoffLookupAction

public CustomerInvoiceWriteoffLookupAction()
Method Detail

selectAll

protected List<org.kuali.rice.kns.web.ui.ResultRow> selectAll(org.kuali.rice.kns.web.struts.form.MultipleValueLookupForm multipleValueLookupForm,
                                                              int maxRowsPerPage)
This method performs the operations necessary for a multiple value lookup to select all of the results and rerender the page

Overrides:
selectAll in class org.kuali.rice.kns.web.struts.action.KualiMultipleValueLookupAction
Parameters:
multipleValueLookupForm -
maxRowsPerPage -
Returns:
a list of result rows, used by the UI to render the page

prepareToReturnSelectedResults

public org.apache.struts.action.ActionForward prepareToReturnSelectedResults(org.apache.struts.action.ActionMapping mapping,
                                                                             org.apache.struts.action.ActionForm form,
                                                                             javax.servlet.http.HttpServletRequest request,
                                                                             javax.servlet.http.HttpServletResponse response)
                                                                      throws Exception
This method does the processing necessary to return selected results and sends a redirect back to the lookup caller

Overrides:
prepareToReturnSelectedResults in class org.kuali.rice.kns.web.struts.action.KualiMultipleValueLookupAction
Parameters:
mapping -
form - must be an instance of MultipleValueLookupForm
request -
response -
Returns:
Throws:
Exception


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.