Class KualiLookupAction

java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.kuali.rice.kns.web.struts.action.KualiAction
org.kuali.rice.kns.web.struts.action.KualiLookupAction
Direct Known Subclasses:
KualiMultipleValueLookupAction

@Deprecated public class KualiLookupAction extends KualiAction
Deprecated.
This class handles Actions for lookup flow
  • Constructor Details

    • KualiLookupAction

      public KualiLookupAction()
      Deprecated.
  • Method Details

    • checkAuthorization

      protected void checkAuthorization(org.apache.struts.action.ActionForm form, String methodToCall) throws AuthorizationException
      Deprecated.
      Description copied from class: KualiAction
      Override this method to provide action-level access controls to the application.
      Overrides:
      checkAuthorization in class KualiAction
      Throws:
      AuthorizationException
    • suppressActionsIfNeeded

      protected void suppressActionsIfNeeded(org.apache.struts.action.ActionForm form) throws ClassNotFoundException
      Deprecated.
      Checks if the user can create a document for this business object. Used to suppress the actions on the results.
      Parameters:
      form -
      Throws:
      ClassNotFoundException
    • execute

      public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Description copied from class: KualiAction
      Entry point to all actions. NOTE: No need to hook into execute for handling framework setup anymore. Just implement the methodToCall for the framework setup, Constants.METHOD_REQUEST_PARAMETER will contain the full parameter, which can be sub stringed for getting framework parameters.
      Overrides:
      execute in class KualiAction
      Throws:
      Exception
      See Also:
      • Action.execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    • start

      public org.apache.struts.action.ActionForward start(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Entry point to lookups, forwards to jsp for search render.
      Throws:
      Exception
    • search

      public org.apache.struts.action.ActionForward search(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      search - sets the values of the data entered on the form on the jsp into a map and then searches for the results.
      Throws:
      Exception
    • refresh

      public org.apache.struts.action.ActionForward refresh(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      refresh - is called when one quickFinder returns to the previous one. Sets all the values and performs the new search.
      Overrides:
      refresh in class KualiAction
      Throws:
      Exception
    • cancel

      public org.apache.struts.action.ActionForward cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Just returns as if return with no value was selected.
      Throws:
      Exception
    • clearValues

      public org.apache.struts.action.ActionForward clearValues(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
      Deprecated.
      clearValues - clears the values of all the fields on the jsp.
      Throws:
      IOException
      javax.servlet.ServletException
    • viewResults

      public org.apache.struts.action.ActionForward viewResults(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Throws:
      Exception
    • customLookupableMethodCall

      public org.apache.struts.action.ActionForward customLookupableMethodCall(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Throws:
      Exception